File: /home/vgijpbeijziw/www/crystal/public/css/form.css
#contact-form{
width:480px;
}
#contact-form div{
padding-bottom:12px;
clear:both;
}
#contact-form label{
float:left;
width:250px;
color:#443c35;
font-size:1.6em;
font-style:italic;
font-weight:normal;
line-height:24px;
}
#contact-form input[type="text"] {
width: 215px;
background:#efefef;
border:1px solid #5e5e5e;
height:32px;
line-height:32px;
}
#rsvErrors {
display: none;
padding: 8px 8px 12px 8px;
border:1px dashed #900;
line-height: 18px;
margin-bottom: 12px;
margin-top:12px;
}
#contact-form textarea {
width: 215px;
background:#efefef;
border:1px solid #5e5e5e;
height:128px;
}
#contact-form #submit-go{
margin-left:175px;
}