#errorBox {
	background: #EFEFEF;
	padding: 10px;
	padding-bottom: 0;
	color: #FF0000;
	margin-bottom: 15px;
}

#errorBox ul{
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

form fieldset {
	margin: 0;
	border:0px;
	padding: 5px 0;
} 

form fieldset.stripe {
	background: #FCFCFC;
}

form fieldset { height:1%; }
form fieldset:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
html > body form fieldset { min-height:1px; height:auto; }


/* labels */
form fieldset label {	
	float: left;
	width: 160px;
	font-weight: bold;
}
form fieldset label.small {
  font-weight: normal;
}
form fieldset label.inputDropdown {
}
/* END labels */


/* input errors */
form div.form_error {
	float: right;
	color: red;
	width: 70px;
}
/* END input errors */


form fieldset div.note {
	font-size: 9px;
	clear: both;
	width: auto;
	padding-left: 205px;
	padding-top: 5px;
	padding-bottom: 10px;
}

form fieldset input, 
form fieldset textarea { 
	border: solid 1px #cccccc;
	background: #DCDDDE;
	width: 176px;
	float: left; 
}

form fieldset select { 
	border: solid 1px #cccccc;
	background: #DCDDDE; 
}

/* textarea */
form fieldset.textarea textarea {  width: 300px; height: 90px; } /* input dimensions */
form fieldset.textarea div.form_error { width: 100px;} /* smaller error box */
form fieldset div.note {	padding:0px; width:110px; clear: both; }
/* END textarea */

/* file browse */
form fieldset.filebrowse div.form_error {padding-left:80px; width: 150px; }
/* END file browse */

/* checkboxes */
form fieldset.checkbox input {
  background-color: #fff;
  border: 0px;
  width:auto;
  margin-right:8px;
  margin-left:160px;
}

form fieldset.checkbox label {
  width:300px;
  font-weight:normal;
}

form fieldset.checkbox div.form_error {
  padding:0px;
  width: 60px;
  float: right;
}

div.service-item-wrapper {
	width: 500px;
	max-width: 500px;
}
form fieldset.service-item {
	width: 324px;
	margin: 0;
	padding-left: 160px;
}
form fieldset.service-item input {
	margin-left: 0;
	padding-left: 0;
}
/* END checkboxes */


/* submit buttons - bottom of form */
form fieldset.submit input {
  width: auto;
  border:0px;
}
form fieldset.submit input {
	padding: 3px 6px;
	font-size: 9pt;
	margin: 10px 0 0 160px;
}
/* END submit buttons - bottom of form */

fieldset input.input-phone { width:100px; }
fieldset input.input-phone-ext { margin-left:0; width: 40px; }
fieldset select.phone-type { margin-left:0; width: 80px; }
select.address-type { display: inline; float:none; width: 100px;}

fieldset.sidebyside input, 
.sidebyside select { 
	display: inline; 
	float:none;
}

fieldset.question select,
fieldset.multi-line-address input { 
	margin:3px 0 0 160px; 
	}

fieldset.question label { 
	width:100%;
}

fieldset.no-styling {
	border:none;
	background:none;
}