body {
background: url(images/home_bg.jpg) 50% 0;
}

h2 {
margin: 0 0 20px;
}

p {
margin-bottom: 10px;
margin: 0 25px;
}

fieldset#contact {
border: 0;
}

form {
width: 100%;
margin: 0 auto;
text-align: left;
position: relative;
}

legend {
text-align: right; /*what is going on here?*/
font-weight: bold;
margin-bottom: 1em;
}

.formelement {
clear: both;
margin: 1.5em 0 0 5em;
}

input#name, input#besttime, input#phone, input#email, input#classifyothertext, input#provideothertext, input#targetothertext, input#havesiteurl, input#textfield_other {
width: 20em;
height: 2em;
vertical-align: middle;
margin-left: 1em;
border-top: 1px solid #325683;
border-right: 1px solid #325683;
border-bottom: 1px solid #325683;
border-left: 1px solid #325683;
}

fieldset#contact input#name, fieldset#contact input#phone, fieldset#contact input#email, input#textfield_other {
width: 25em;
position: absolute;
right: 117px;
}

input#textfield_other {
position: relative;
top: -2.5em;
left: 0;
}

#contact textarea  {
border-top: 1px solid #325683;
border-right: 1px solid #325683;
border-bottom: 1px solid #325683;
border-left: 1px solid #325683;
position: relative;
left: 10em;
vertical-align: top;
}

.submit {
margin-left: 40px;
}

.submit, .reset {
width: 100px;
margin-bottom: 30px;
border-top: 1px solid #5279B2;
border-right: 1px solid #264062;
border-bottom: 1px solid #264062;
border-left: 1px solid #5279B2;
position: relative;
top: -68px;
}

.submit:hover, .reset:hover {
border-top: 1px solid #264062;
border-right: 1px solid #5279B2;
border-bottom: 1px solid #5279B2;
border-left: 1px solid #264062;
position: relative;
top: -68px;
}

.submit:active, .reset:active {
border-top: 1px solid #264062;
border-right: 1px solid #5279B2;
border-bottom: 1px solid #5279B2;
border-left: 1px solid #264062;
position: relative;
top: -68px;
}

.required {
color: #f00;
text-align: center;
}

.smalltext {
font-size: 1.2em;
text-align: center;
margin-bottom: 10px;
/* position: relative;
top: -50px; */
}

.notice {
font-weight: bold;
text-align: center;
color: #f00;
}