@charset "utf-8";
#contact_form					{ position:relative; }
#contact_form_footer			{ position:relative; }
label							{ font-size:90%; display:block; float:left; width:10em; text-align:right;color:#ffd; font-weight:bold; }
label.error          			{ font-weight:normal;color:red;text-align:left;width:140px; padding-left:25px; background: transparent url(../images/cancel.png) no-repeat scroll left; }
input.text-input				{ margin:4px;padding:2px 0;color:#333; }

/*label#email_label     { position:absolute; top:45px; left:0px; }
input#email           { position:absolute; top:45px; left:110px; }
label#email_error      { position:absolute; top:435px; left:940px; }*/

#message						{ width:270px; margin:3px 0 0 3px; height:35px; }
#message h2						{ font-size:16px;color:white; margin:0px; padding:0px; }
#message p						{ color:white;font-weight:bold; margin:0px; padding:0px; }
#checkmark						{ position:relative;top:-40px;left:-60px; }
