﻿/* form format */
.placeholder {width:500px; margin-left:50px; min-height:35px; height:auto !important; height:35px; padding:10px}
div.fieldwrapper{width:655px; padding: 2px 0;}
div.fieldwrapper label.styled{float: left;width: 150px;text-transform: uppercase;border-bottom: 1px solid blue;margin-right: 15px;margin-left:55px;}
label.styledhide{float: left;width: 150px;margin-left:55px;margin-right: 15px;}
div.fieldwrapper div.thefield{float: left;margin-bottom: 2px;width: 430px;}
div.fieldwrapper div.thefield input[type="text"]{width: 250px;}
div.fieldwrapper div.thefield textarea{width: 300px;height: 100px;}
div.buttonsdiv{margin-top: 5px;}
div.buttonsdiv input{width: 80px;background: #e1dfe0;}
span.error{font-size:90%; color:red}
.buttonwrapper{padding-left:180px; width:300px; float:left}
.formbox{border:1px solid gray;}
.formbutton{cursor:pointer;border:outset 1px #ccc; color:#666;font-weight:bold;letter-spacing:1px;padding:2px;
	margin-top: 10px;background:#999 url('../../Skins/Images/formbg.gif') repeat-x left top;}
.forminput{border: 1px solid gray;}
div.bmonth{float:left; width:100px}
div.bday{float:left; width:46px}
div.byear{float:left; width:270px}
.error{ color:Red; font-size:10px;}