/**
 * contact us form
 * body#contact_us
**/
body {
font-family:Trebuchet MS,Arial,Georgia;
font-size:100%;
}

body#contact_us
{
}
.required
{
    color: #1A5C8C;
    margin: 0;
}
#body_content
{
    background-color: #f1f9fc;
    color: #666;
    font-size: 0.9em;
    padding-bottom: 50px;
}
#body_content .backdrop
{
    background: url('../images/bg-contact-us-left.jpg') 0 0 no-repeat;
    display: inline-block;
    width: 100%;
}
#body_content h1
{
    background: url('../images/how_can_we_help.png') 0 0 no-repeat;
    color: #09f;
    display: inline;
    float: left;
    font-size: 1.1em;
    font-weight: normal;
    height: 70px;
    margin: 25px 20px 0;
    text-indent: -9999px;
    width: 500px;
}
#body_content form
{
    clear: both;
    padding: 0 0 20px 20px;
    width: 520px;
}
#body_content form fieldset
{
    border: 0;
    clear: left;
    margin: 0 0 10px;
    padding: 0;
}
#page #body_content h2
{
    font-size: 1.3em;
    font-weight: normal;
    margin: 0 0 10px 0;
    clear:both;
}
#page #body_content fieldset p
{
    font-size: .9em;
    line-height: 1.2em;
    margin-bottom: 10px;
}
#page #body_content form a
{
    color: #1A5C8C;
}
#page #body_content fieldset label,
#page #body_content fieldset input,
#page #body_content fieldset select
{
    float: left;
}
#page #body_content fieldset label
{
    margin-top: 0.1em;
    width: 180px;
}
#page #body_content form fieldset label span
{
    font-size: 1em;
    margin: 0;
}
#page #body_content fieldset input.text
{
    width: 200px;
}
#page #body_content fieldset select.dob
{
    float: none;
}
#page #body_content fieldset input.checkbox
{
    margin: 2px;
}
#page #body_content form fieldset span
{
    font-size: 1em;
    margin-left: 0px;
}
#page #body_content fieldset.options label
{
    float: left;
    margin: 0 0 0 5px;
    width: auto;
}
#page #body_content textarea
{
    height: 127px;
    margin-top: 8px;
    width:522px;
}
#page #body_content button
{
    border: 0;
    cursor: pointer;
    margin-bottom: 10px;
    margin-left: -5px;
    padding: 0;
    color:#1A5C8C;
	font-size:11px;
	width:63px;
	height:27px;
	font-weight:bold;
}
#page #body_content form fieldset#error /* hide the error field when there are no errors */
{
    display: none;
    visibility: hidden;
}
#page #body_content form.error fieldset#error
{
	background:#FFFFFF none repeat scroll 0 0;
	border:2px solid #FF0000;
	color:#FF0000;
	display:block;
	font-weight:bold;
	padding:10px 10px 0;
	visibility:visible;
}
#page #body_content form.error fieldset#error ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:10px 0 0;
	padding:0;
}

body.thank_you #body_content .backdrop
{
    height: 590px;
}
body.thank_you #body_content .backdrop
{
    height: 590px;
    padding: 20px 0 0 20px;
}

body.thank_you #body_content h1
{
    background: url(none);
    color: #09f;
    display: inline;
    float: left;
    font-size: 1.1em;
    font-weight: normal;
    text-indent: -9999px;
    margin: 0 0 0 0;
    height: 0px;
    width: 0px;
}

body.thank_you #page #body_content h2
{
    margin: 10px 0 10px 10px;
}
.contact_us #page #body_content form fieldset span.label {
display:block;
float:left;
font-size:1em;
margin-left:0;
margin-top:2px;
width:180px;
}
.contact_us #page #body_content fieldset.date_of_birth label {
left:-5000px;
position:absolute;
}
.contact_us.underage #page #body_content h4 {
clear:both;
float:left;
font-size:1.15em;
line-height:1.2em;
margin:5px 0 0;
width:565px;
padding-bottom:10px;
color:#FFFFFF;
font-weight:normal;
}
.contact_us #page #body_content fieldset {
border:0 none;
clear:left;
margin:0 0 10px;
padding:0;
margin-left:20px;
}

