/*  
		UnbrandedStudio.com &copy; 2008
		Site created by Jeff Lin, all designs are original works.   
*/


@import url('/css/HEADER.css');
@import url('/css/BODY.css');
@import url('/css/FOOTER.css');






body {
 background:#111 url("/images/required/background_theme.gif") no-repeat 50% 0;
 margin:0;
 padding:0;
}

#wrapper {
 width:100%;
 margin:0;
 padding:0;
/* 
 *** turn comment off to show 100% background behind banner
 background:url("/images/required/wrapper_background_style02.gif") repeat-x center 215px;
*/
 float:left;
}

#wMain {
 width:1000px;
 margin:0 auto;
}

p.jump_to_content {
 font-size:75%;
 color:#111;
 display:none;
}



#my-contact-form fieldset {
 border:solid 1px #222;
}

#my-contact-form legend {
 font-size:60%;
 color:#333;
}

#my-contact-form dl {
 font-size:70%;
 color:#FFF;
 margin:8px;
 line-height:20px;
}

#my-contact-form dt, #my-contact-form label {
 font-weight:bold;
}

#my-contact-form dd {
 margin:0 0 10px 0;
}

#my-contact-form input.textfield, #my-contact-form textarea.textfield {
 border:solid 1px #222;
}

#my-contact-form input.formbutton {
 font-size:80%;
 font-weight:bold;
 border:solid 1px #333;
 color:#FFF;
 background:#111;
 margin:8px;
}


/* reCaptcha Style */
#recaptcha_form {
 background:#111;
 margin:8px;
}

#recaptcha_body {
 clear:both;
}

#recaptcha_foot {
 clear:both;
}

#recaptcha_image { 
 float:left;
}

a#refresh_recaptcha_image {
 width:57px;
 height:57px;
 background:url("/images/refresh.gif") no-repeat top left;
 text-indent:-9999999px;
 float:left;
}

a:hover#refresh_recaptcha_image {
 background:url("/images/refresh.gif") no-repeat bottom left;
}