#contact_form					{ width:500px; margin:0 auto; height: 550px; padding:10px 0;
												background: #fff;
												position:relative; 
												border:2px solid #AAA;}
												
form fieldset					{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1.2em;
												margin:0px 0px 20px 0px; width:100%; position:relative;
												border:0;display:block; padding: 0px 10px 8px; }
												
form fieldset legend	{ 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:70%; display:block; float:left; width:100px; text-align:left;
												margin:.1em .1em 0 0; color:#000; font-weight:bold;padding:8px 0px; }
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; }

textarea.text-area {margin:4px; padding:2px 0; color:#333; }
/*
label#fname_label      { float:left; width:110px;}
input#fname            { float:left; width:150px; }
label#fname_error      { float:left; width:150px; }

label#mname_label     { clear:both; float:left; width:110px; }
input#mname          { float:left; width:150px;}
label#mname_error      { float:left; width:150px; }

label#lname_label    { clear:both; float:left; width:110px; }
input#lname          { float:left; width:150px;}
label#lname_error     { float:left; width:150px; }

label#email_label     { clear:both; float:left; width:110px; }
input#email           { float:left; width:150px;}
label#email_error      { float:left; width:150px; }

label#phone_label    { clear:both; float:left; width:110px; }
input#phone          { float:left; width:150px;}
label#phone_error      { float:left; width:150px; }

label#address_label    { clear:both; float:left; width:110px; }
textarea#address          { float:left; width:200px;}
label#address_error      { float:left; width:150px; }

label#tour_label     { clear:both; float:left; width:110px; }
select#tour           { float:left; width:200px;}
label#tour_error      { float:left; width:150px; }

label#pax_label     { clear:both; float:left; width:110px; }
select#pax           { float:left; width:50px;}
label#pax_error      { float:left; width:150px; }

label#payment_label     { clear:both; float:left; width:110px; }
select#payment          { float:left; width:150px;}
label#payment_error      { float:left; width:150px; }

label#comment_label     { clear:both; float:left; width:110px; }
textarea#comment           { float:left; width:200px;}
label#comment_error      { float:left; width:150px; }
*/
input.button					{/*clear:both; float:left;*/ width:110px;  padding:3px 6px;
                        border:2px solid #990000; /*margin:0px 0px 20px 120px; */color:#990000; 
												font-family:Verdana, Arial, Helvetica, sans-serif;
												background:#CCC; -moz-border-radius:5px; }

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

