fieldset {
	border: 0;
	padding: 5px;
}

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;
}

fieldset p  {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1.1em;
}

legend {
	font-size: 1.1em;
	color: black;
}

label {
	float: left;
	margin-top: 5px;
	font-size: 1em;
	line-height: 1.667em;
	color: #6f6f6f;
	clear: both;
}

label.ext {
	width: auto;
	margin: 5px 5px 0 5px;
}

input {
	width: 24em;
	float: left;
	margin-top: 5px;
	border: 1px solid #cfcfcf;
	height: 18px;
	outline: 0;
}

input.phoneArea, input.phonePre, input.phoneExt, input.faxArea, input.faxPre {
	width: 35px;
}

input.phonePost, input.faxPost {
	width: 46px;
}

.dash {
	width: 15px;
	float: left;
	height: 18px;
	line-height: 18px;
	margin-top: 5px;
	text-align: center;
}

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*/
}

textarea {
	width: 480px;
	float: left;
	margin-top: 5px;
	border: 1px solid #cfcfcf;
}

select {
	float: left;
	margin: 5px 5px 0 0;
}

label.error, span.error {
	color: red;
	width: 480px !important;
	padding: 2px 0 5px 0;
	height: auto !important;
	line-height: 1;
}

input.error, select.error, textarea.error {
/*	border: 1px solid red;*/
	color: black;
	font-weight: normal;
}

input.valid {
/*	border: 1px solid red;*/
	color: black;
	font-weight: normal;
}

div.errorMessages label{
	display: block;
	clear: both;
	padding: 0 0 0 150px;
	margin: 0;
	font-size: 1em;
}

span.requiredField {
	color: red;
}

fieldset.submit {
	padding: 10px 0 0 0 !important;
	clear: both;
}

fieldset.radio {
	margin-bottom: 0;
}

fieldset.checkbox input, fieldset.checkbox label, fieldset.radio input, fieldset.radio label{
	width: auto;
	clear: none;
	border: 0;
}

fieldset.checkbox input, fieldset.radio input {
	width: auto;
	margin: 5px 5px 0 0 !important;
	height: 1.667em;
}

fieldset.checkbox label, fieldset.radio label {
	/*margin: 1px 0 0 0 !important;*/
}

fieldset.submit input {
	margin: 0 5px 0 0;
	width: auto;
	cursor: pointer;
}

.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;
}




