@charset "UTF-8";
/* CSS Document */

#contactForm {
width: 400px;	
margin-left: 0px;
}

#contactForm label {
float: left;
min-width: 200px;	
line-height: 20px;
color: #333;
clear: left;
}

#contactForm input, #contactForm select {
float: left;
width: 250px;
height: 25px;
color: #333;
line-height: 20px;
border: 1px solid #004;
}

#contactForm #hear {
margin-bottom: 40px;	
}

#contactForm #regarding {
margin-bottom: 30px;	
}

#contactForm #send-button {
background-color: #fff;
opacity:0.4;
filter:alpha(opacity=40);
color: #000;
margin-top: 20px;
border: 1px solid #004;
}

#contactForm textarea {
width: 450px;
height: 100px;	
border: 1px solid #004;
}

#contactForm span.error {
color: #910b21;
display: block;	
height: 15px;
margin-left: 200px;
clear: left;
}

#contactForm span.required {
color: #910b21;
}