body{
font-family:helvetica;
background-color:#d3e1ff;
}
#contacttext h3{
font-size:17px;
}
#contacttext{
position:relative;
top:-10px;
padding-left:20px;
font-size:12px;
}
.warning{
color:red;
}
input{
font-family:helvetica;
font-size:12px;
background-color:#e9eff8;
border:1px solid #CCCCCC;
width:240px;
margin-top:5px;
}
select{
font-family:helvetica;
font-size:12px;
background-color: #e9eff8;
width:240px;
border:0;
}
#id_comment{
position:relative;
top:2px;
height:45px;
width:237px;
}
#id_security{
width:100px;
height:20px;
font-size:11px;
}
#id_security_input{
font-size:11px;
width:100px;
height:14px;
border:1px solid #CCCCCC;
}
#id_submit{
font-family:helvetica;
font-size:12px;
background-color:#787878;
width:100px;
color:#ffffff;
cursor:pointer;
}
textarea{
font-family:helvetica;
font-size:12px;
background-color: #e9eff8;
width:240px;
height:50px;
border:1px solid #CCCCCC;

}
#nameEmailPhone{
position:relative;
left:-60px;
top:0px;
}
#procedureComments{
position:relative;
left:-57px;
top:0px;
}
#captchaSecuritySubmit{
position:relative;
left:-30px;
top:0px;
}