File: /var/www/vhosts/paiskincare.com/httpdocs/offer/style.css
body {
color: #3C3C3C;
background-color: #F2F2F2;
text-align: center;
font-family: Helvetica, Arial, sans-serif;
}
.message {
min-height: 300px;
}
.logo {
float: left;
margin-bottom: 30px;
}
.photo {
float: right;
margin-left: 30px;
margin-bottom: 20px;
}
.copy {
clear: left;
line-height: 1.3em;
}
.copy .heading {
color: #DF3367;
font-size: 24px;
}
.copy .heading.blue {
color: #546673;
}
.copy .subhead {
color: #434343;
font-size: 18px;
}
.smallprint {
font-size: 10px;
clear: right;
}
.form {
min-height: 400px;
}
.message, .form {
margin: 0 auto;
text-align: left;
width: 580px;
padding: 30px 100px 50px 100px;
}
.messageouter2 {
background: url('images/messagemiddle.png') center top repeat-y;
}
.messageouter1 {
background: url('images/messagebottom.png') center bottom no-repeat;
}
.message {
background: url('images/messagetop.png') center top no-repeat;
}
.formouter2 {
background: url('images/formmiddle.png') center top repeat-y;
}
.formouter1 {
background: url('images/formbottom.png') center bottom no-repeat;
}
.form {
background: url('images/formtop.png') center top no-repeat;
}
.form h2 {
font-weight: normal;
}
table {
font-size: 12px;
}
.form td {
padding: 0 50px 15px 0;
}
.form input {
width: 200px;
}
.form textarea {
width: 300px;
height: 100px;
}
#submit {
width: 80px;
}
.error {
color: red;
}