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

