body {
	background-color: #EDF4F8;
}

#main_adjust {
	/*margin-bottom: -225px;*/
}

#mainBody {
	background-color: #fff;
	position: relative;
	height: 315px;
	text-align: left;
	padding: 15px 15px 0px 15px;
}

.greyBar {
	position: relative;
	width: 100%;
	height: 28px;
	background-color: #666666;
}

#title {
	position: absolute;
	left: 15px;
	top: 6px;
}

.clear {
	clear: both;
}

.passwordInstructions {
	position: relative;
	width: 400px;
}

input.user {
	width:180px;
	height: 17px;
	background-color:#EDF4F8;
	border:1px solid #6893AD;
	font-size: 11px;
}

#formPanel {
	position: relative;
	width: 400px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.fieldPanel {
	position: relative;
	width: 200px;
	float: left;
}

.fieldLable {
	padding-bottom: 4px;
}

.emailInfo {
	position: relative;
	width: 400px;
	padding-bottom: 10px;
}

/*styles for postpassword.cfm page*/
.passwordHeader {
	font-size: 12px;
	font-weight: bold;
}

.blankError {
	position: relative;
	padding: 10px 0;
	font-weight: bold;
	color: #C50210;
}
