/**********contact form styles**********/
#contact form {
float:right;
width:320px;
padding:20px;
}
div.formsection {
float:left;
width:100%;
padding-bottom:2px;
}
#contact input {
float:right;
height:18px;
width:60%;
border:solid 1px #c4c4c4;
background-color:#fffdf8;
font-size:14px;
color:#252525;
}
#contact input:hover, textarea:hover {
background-color:#fff;
}
#contact textarea {
float:right;
height:95px;
width:70%;
border:solid 1px #c4c4c4;
background-color:#fffdf8;
color:#252525;
font-size:14px;
line-height:120%;
}
#contact input:focus, textarea:focus, select:focus {
background: #fff;
border:1px solid #000000;
}
#contact label {
display:block;
float:left;
font-size:14px;
color:#700803;
font-weight:bold;
}

