/* contact form */


/* ============= */
/* content */
/* ============= */
#content p {
color: #263a4a;
}
#content .alert {
color: #c10b18;
}
#contact span.alert {
font-weight: bold;
}
#contact {
margin: 15px 0 60px 0;
}
#contact h3 {
font-size: 1em;
margin: 0 0 10px 0;
text-align: right;
width: 170px;
color: #263a4a;
}
#contact div div {
margin: 2px 0;
padding: 2px 0;
clear: both;
background: url(../Images/Css/contact_bg.gif) repeat-y left top
}
#contact label {
float: left;
margin: 0 10px 0 0;
text-align: right;
width: 170px;
padding: 2px 0 0 0;
}
#contact textarea
{
	width: 360px;
	font-family: Arial;
}
#contact .right {
margin: 5px 0 10px 180px;
background: none;
}
#contact .right label {
float: none;
width: auto;
}
#contact .submit {
padding: 0 12px;
background: #fff;
font-size: 0.9em;
}

#contact select {
font-size: 0.9em;
}
#contact .large {
width: 180px;
}
#contact select.large {
width: 185px;
}