form {
	padding: 0;
	margin: 0;
}

fieldset {
	border: 0;
}

fieldset br {
	clear: both;
}

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

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

fieldset fieldset input{
	width: auto;
}

fieldset fieldset label{
	width: auto;
	font-size: 1em;
	line-height: 20px;
}

legend {
	font-size: 1.2em;
}

label {
	width: 95px;
	\width: 100px;
	w\idth: 95px;
	line-height: 21px;
	text-align: right;
	float: left;
	padding: 0 5px 0 0;
	margin: 0 0 3px 0;
}

label.ext {
	width: auto;
	margin: 5px 5px 0 5px;
}

input {
	float: left;
	width: 170px;
	margin: 0 5px 3px 0;
}

input.phoneArea, input.phonePre, input.phoneExt {
	width: 35px;
}

input.phonePost {
	width: 46px;
}

.dash {
	width: 10px;
	float: left;
	height: 18px;
	line-height: 13px;
	margin-top: 5px;
}

input[type='file'] + label.error {
	-moz-padding-start: 77px; /* add left padding to the error label 
	following the file upload field for firefox because of its ridiculous 
	inability to style properly*/
}

select {
	float: left;
	margin: 0 5px 0 0;
}

label.error, span.error {
	color: #d57226;
	padding: 0;
	width: 250px !important;
	float: left;
	clear: none;
	font-weight: bold;
	text-align: left;
}

input.error, select.error {
	border: 1px solid #d57226;
}

div.errorMessages {
	margin: 3px 0 0 0;
	float: left;
}

div.errorMessages label{
	display: block;
	clear: both;
	padding: 0 0 2px 100px;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	color: #d57226;
	width: auto;
	text-align: left;
	width: 350px;
	line-height: 1.3em;
}

span.requiredField {
	color: #d57226;
}

fieldset.submit {
	padding: 5px 0 0 150px;
	clear: both;
}

fieldset.checkbox {
	float: left;
	clear: both;
	padding: 0 0 0 100px;
}

fieldset.checkbox input, fieldset.checkbox label, fieldset.radio input, fieldset.radio label{
	width: auto;
	clear: none;
	border: 0;
}

fieldset.checkbox label, fieldset.radio label{
	line-height: 12px;
	text-align: left;
}

fieldset.submit {
	float: left;
	clear: both;
	padding: 0 0 0 40px;
	width: 400px;
}

fieldset.submit input {
	margin: 0 5px 0 0;
}

.pstrength-bar, .pstrength-info {
	float: left;
	clear: both;
}

.pstrength-minchar {
	display: none;
}

.passwordContainer {
	width: 165px;
	float: left;
	clear: both;
	margin: 0 0 0 150px;
	display: inline;
}



