fieldset {
	border: 0;
	padding: 5px;
    margin: 10px 20px;
}

fieldset br {
	clear: both;
}

fieldset h3 {
    margin: 10px 0 5px 0;
	float: left;
	clear: both;
	white-space:nowrap;
}

fieldset fieldset {
	padding: 5px;
    margin: 10px 0;
	float: left;
	clear: both;
	width: 100%;	
}

fieldset fieldset input{
	width: auto;
	clear: none;
	border: 0;
}

fieldset fieldset label{
	width: auto;
	font-size: 1em;
	line-height: 20px;
    margin-right: 5px;
    white-space:nowrap;
}

fieldset p  {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1.1em;
}

legend {
	font-size: 1.2em;
	color: black;
}

label {
	width: 150px;
	float: left;
	margin-top: 5px;
	font-size: 1.1em;
	line-height: 18px;
}

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

input {
	width: 150px;
	float: left;
	margin-top: 5px;
	border: 1px solid #999;
	height: 18px;
}

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: 300px;
	float: left;
	margin-top: 5px;
	border: 1px solid #999;
}

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

label.error, span.error {
	color: red;
	padding: 0 5px;
	width: auto;
}

input.error, select.error, textarea.error {
	border: 1px solid red;
}

div.errorMessages label{
	display: block;
	clear: both;
	padding: 0 0 0 150px;
	margin: 0;
	font-size: 1em;
}

span.requiredField {
	color: red;
}

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

fieldset.checkbox {
	border: 1px solid #999;
    padding: 7px;
	width: 370px;
}

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

fieldset.checkbox input {
	height: 14px;
	width: 14px;
	margin: 5px 5px 0 0 !important;
}

fieldset.checkbox label {
	margin: 1px 5px 0 0 !important;
}

fieldset.radio .field {
	border: 1px solid #999;
    margin-left: 5px;
}

fieldset.general {
    margin: 0;
}

fieldset.submit input {
	margin: 0 5px 0 0;
	width: auto !important;
	height: auto;
	padding: 2px;
	background: #eee;
	border: 1px solid #999;
}

.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;
}
