div#mainText {
	height: auto;
	background-image: url(../images/mainContent_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #161648;
	display: table;
}

div#subtitle {
	width: 414px;
	height: 24px;
	background-image: url(../images/subtitle_bar.jpg);
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-bottom: 17px;
}

div#subtitleText {
	width: 300px;
	font-size: 12px;
	font-weight: bold;
	color: #e2e2e2;
	margin-left: 9px;
	padding-top: 4px;
}

.controlContainer {
	float: left;
	margin-bottom: 12px;
}

div#formContainer {
	float: left;
	height: auto;
	margin-left: 3px;
}

label {
	display:block;
	padding-bottom:4px;
	font-size: 12px;
	color: #9fa4ff;
}

input {
	border: 0;
	background: #6271ad;
	color: #e2e2e2;
	margin-left: 11px;
	margin-top: 6px;
	width: 169px;
	font-size: 14px;
	color: #000;
}

select {
	border: 0;
	background: #6271ad;
	color: #e2e2e2;
	margin-left: 11px;
	margin-top: 6px;
	width:300px;
	height:100px;
	font-size: 14px;
	color: #000;
}
select.fmselect2 {height:20px;}

.textInput {
	width: 195px;
	height: 31px;
	margin-top: 4px;
	padding-left:6px;
	background: url(../images/inputBg.png) no-repeat;
}

.textAreaInput {
	background: url(../images/questionBg.png) no-repeat;
	color: #000;
	width: 405px;
	height: 71px;
	padding:10px 0 0 10px;
	border: 0;
	margin-left: 11px;
	margin-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow: hidden;
	resize:none;
}

#verifyImage 		{vertical-align:middle;}
.ddfmerrors, .errorlist {color:#888;}
.errorlist 		{padding-bottom:20px;}

div.smallCont {
	float: left;
	margin-top: 9px;
	margin-left: 8px;
}

.small {
	font-size: 11px;
	color: #e2e2e2;
	margin: 0;
	padding: 0;
}

ul.list {
	list-style: none;
	padding-left:20px;
}
ul.list li {
	background: url(../images/success_bullet.png) no-repeat 0 16px;
	padding-left:20px;
}

