/**********brc contact form styles**********/
#contactform form {
float:left;
width:280px;
margin-top:10px;
margin-left:20px;
display:inline;
}
div.formsection {
float:left;
width:100%;
margin-bottom:3px;
}
#contactform input {
float:right;
border:solid 1px #c4c4c4;
background-color:#fffdf8;
color:#666666;
font-size:16px;
line-height:160%;
height:20px;
width:70%;
}
#contactform input:hover, textarea:hover {
background-color:#fff;
}
#contactform textarea {
float:right;
border:solid 1px #c4c4c4;
background-color:#fffdf8;
color:#666666;
font-size:12px;
line-height:160%;
height:100px;
width:70%;
}
#contactform input:focus, textarea:focus, select:focus {
background: #fff;
border:1px solid #000000;
}
#contactform label {
display:block;
float:left;
font-size:11px;
font-weight:bold;
}

