
#contact-form {
    width: 400px;
    background: white;
    padding-top: 11px;
    padding-left: 5px;
    font-size: 10px;
    color: #4c4c4c;
}

#contact-form div {
    width: 330px;
}

#contact-form div.form-entry {
    margin-bottom: 10px;
/*    border: solid 1px red;*/
}

#tel,
#email {
   /*margin-top: 13px;*/
}

#press,
#comments {
    margin-top: 20px;
}

#press span.contact {
    display: block;
}

#comments {
    text-transform: uppercase;
    font-weight: bold;
}

#comments-intro {
    margin-bottom: 15px;
}

a {
    color: #4c4c4c;
}

a:hover {
    color: #a0a0a0;
}

label {
    text-transform: uppercase;
    border: none;
}

input.wide,
textarea {
    border: solid 1px #a0a0a0;
    display: block;
    width: 300px;
}
#prior-purchase input {
    border: solid 1px #a0a0a0;
}

#age input,
#bought-before input,
#bought-before-reason input,
#privacy-policy input,
#more-info input {
    display: inline;
    width: inherit;
    margin-left: 20px;
}

#privacy-policy input,
#more-info input {
    margin-left: 5px;
    margin-right: 5px;
    float: left;
}

#privacy-policy span,
#more-info span {
    width: 90%;
}

#bought-before-reason {
    display: block;
}

#privacy-policy label,
#more-info label {

}

#prior-purchase div {
    float: left;
    width: 190px;
}
#prior-purchase div input {
    width: 170px;
}

#prior-purchase div.price,
#prior-purchase div.style {
    width: 60px;
}

#prior-purchase div.price input,
#prior-purchase div.style input {
    width: 50px;
}

#submit,
#mandatory {
    text-transform: uppercase;
    padding-bottom: 10px;
}

#contact-form #submit {
    width: 50px;
    float: left;
}

#submit input {
    background: white;
    border: solid 1px #a0a0a0;
    width: 50px;
}

#contact-form #mandatory {
    width: 260px;
    float: left;
}

#contentright {
  position: absolute;
  top: 110px; right: 0px;
  width: 462px;
  height: 1853px;
}
#contentright img {
  margin: 1px;
}