/**********PFG contact form styles**********/
#contactform form {
float:left;
width:520px;
margin-top:20px;
padding-left:10px;
}
div.formsection {
float:left;
width:100%;
margin-left:10px;
margin-bottom:10px;
}
#contactform input {
float:right;
border:solid 1px #c4c4c4;
background-color:#f4f4f4;
color:#666666;
font-size:16px;
line-height:160%;
height:20px;
width:40%;
}
#contactform input:hover, textarea:hover {
background-color:#fff;
}
#contactform textarea {
float:right;
border:solid 1px #c4c4c4;
background-color:#f4f4f4;
color:#666666;
font-size:12px;
line-height:160%;
height:180px;
width:60%;
}
#contactform input:focus, textarea:focus, select:focus {
background: #fff;
border:1px solid #000000;
}
#contactform label {
display:block;
float:left;
font-weight:bold;
font-size:13px;
}


