


#contact_form					{ margin:0 auto; height:200px;
												background: transparent url(/images/form_bg.png) no-repeat;
                        position:relative; }
form fieldset legend	{ border-width:1px; border-style:solid; border-color:#BBBB66; color:#3D7169;
												font-weight:bold; font-variant:small-caps; font-size:140%; padding:4px 8px;
												margin:0px 0px 10px 0px; position:relative; top: -12px; background:white; }
label									{ font-size:90%; display:block; float:left; width:10em; text-align:left;
												margin:.2em .2em 0 0; color:#000000; font-weight:bold;padding:8px 0px; }
label.error           { font-weight:normal;color:red;text-align:left;width:140px; padding-left:15px;
                        background: transparent url(/images/cancel.png) no-repeat scroll left; }
input.text-input			{ margin:4px;padding:2px 0;color:#e0458b; }

label#name_label      { position:absolute; top:0; left:0; }
input#name            { position:absolute; top:0; left:40px; }
label#name_error      { position:absolute; top:22px; left:120px; }

label#email_label     { position:absolute; top:45px; left:0px; }
input#email           { position:absolute; top:45px; left:40px; }
label#email_error      { position:absolute; top:67px; left:120px; }


input.button					{ position:absolute; top:90px; left:100px; padding:3px 6px;
                        border:2px solid #fff; margin:10px 0px 0px 0px; color:#3D7169; 
												font-family:Verdana, Arial, Helvetica, sans-serif;
												background:#CCC; -moz-border-radius:5px; }

input.button:hover		{ background:#e0458b none repeat scroll 0% 0%; color:white; }
#message							{ width:180px;margin:10px 0 0 20px; }
#message h2						{ font-size:150%;color:#00000; }
#message p						{ color:#000000;font-weight:bold;margin:6px 0px; }
#checkmark						{ position:relative;top:-46px;left:-20px; }

