/* Contact Form*/


#contact_container {
width:500px;
float:left;
}

#con_header {
width:500px;
}

#con_header h2 {
text-align:center;
color:#990000;
font-weight:bolder;
}

#label {
float:left;
width:250px;
}

#label div {
float:left;
width:250px;
height:23px;
}

#input {
float:left;
width:250px;
}

#input div {
float:left;
width:250px;
}

#c_buttons {
float:left;
width:500px;
text-align:center;
}
