body 
{
	margin: 					0;
	padding: 					0;
	font-family: 				helvetica, arial, sans-serif;
	text-decoration: 			none;
	font-size: 					12px;
	text-align: 				center;
	background: 				#e8e6bb;
}

div, img, dl, dt, dd, ul, li, p, select, h1, h2, h3, h4, h5, h6, table tr, td, th, tbody, br 
{
	border: 				    0;
	margin: 					0;
	padding: 					0;
}             

img 
{
	display:					block;
} 

img.pngFix { behavior: url(/css/iepngfix.htc); }
           
.leftFloat { float: left; display: inline; }

/** links */
       
a { color: #a3531d; }
 
a:hover { text-decoration: none; }

a.fancyButt { float: right; display: inline; text-indent: -9999px; height: 35px; margin: 0 0 10px 0; }

a.tell,
a.signup { overflow:hidden; }

a.tell { width: 113px; background: url(/img/sprite_btn_tell.gif) top left no-repeat; }
a.tell:hover { background: url(/img/sprite_btn_tell.gif) bottom left no-repeat; }     

a.signup { width: 172px; background: url(/img/sprite_btn_mailing.gif) top left no-repeat; }
a.signup:hover { background: url(/img/sprite_btn_mailing.gif) bottom left no-repeat; }

a#homeLink { text-indent: -9999px; overflow:hidden; float: left; display: inline; width: 900px; height: 200px; }

/** ================= $forms ==============*/

div#tell { float: left; display: inline; padding: 10px; }

div#tell p { font-size: 14px; text-align: left; }

div.formRow { float: left; display: inline; width: 235px; margin: 0 0 10px 0; }

div.formRow label { float: left; display: inline; margin-bottom: 3px; font-weight: bold;  }

div.formRow input.text { float: left; display: inline; margin-bottom: 0px; font-size: 14px; }

div.formRow input.text, textarea { border: 1px solid #999; }
                           
div.formRow textarea { width: 230px; height: 130px; font-family: arial, sans-serif; }

div.formRow span.note { float: left; display: inline; font-size: 10px; color: #666; }

div.formRowMoreBottom { margin-bottom: 10px; }

div.formRow input.submit, button { float: left; display: inline; }
                          
button { margin-left: 20px; }

div.formRow label.error { text-align: left; float: left; display: inline; margin:0; padding: 2px 0 0 0; clear: both; font-size: 10px; font-weight: bold; color: #22378A; white-space:nowrap; }
