.userForm {
	width: 540px;
	_width: 535px;
	text-align: left;
	padding: 1em 0 1.5em 15px;
	background: #E9E4DE;
	color: rgb(104,67,45);
}

#aboutTheStandard .userForm {
	background: rgb(222,222,235);
	color: #333;
}
#aboutTheStandard .userForm p {
	margin-left: 0;
}

#registerOrganisationForm {
	width: 370px;
}

#registerTable, #loginTable {
	width: 530px;
	_width: 515px;
}
#loginTable textarea {
	width: 300px;
	height: 130px;
}
#loginTable  .wideInput {
	width: 300px;
}

#registerTable td {
	vertical-align: top;
}

#registerTable td.fieldLabel {
	vertical-align: bottom;
}

.errorMsg {
	height: 3em;
}
.readOnlyMsg {
	color: #000;
	padding: .5em 0;
}
.userForm p {
padding-left: 0!important;
}

.errorMsg li {
	list-style: none;
	color: #CD2029;
}

.guideMsg {
	font-style: normal;
}


#createQuestionnaireForm {
	padding-left: 15px;
}
#createQuestionnaireForm input {
	display: block;
	margin-bottom: 15px;
}

#WizStepper {
	width: 740px;
}
#WizSteps {
	float: right;
	width: 170px;
	color: #A5A5A5;
}