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: 100px;
	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 {
	font-size: 12px;
	color: #9fa4ff;
}

input {
	border: 0px;
	background-color: #6271ad;
	color: #e2e2e2;
}

input#email {
	margin-left: 11px;
	margin-top: 6px;
	width: 169px;
	font-size: 14px;
	color: #000;
}

div#textInput {
	width: 195px;
	height: 31px;
	margin-top: 8px;
	background-image: url(../images/inputBg.jpg);
	background-repeat: no-repeat;
	float: left;
}

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

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

div#questionInput {
	width: 415px;
	height: 81px;
	margin-top: 8px;
	background-image: url(../images/questionBg.jpg);
	background-repeat: no-repeat;
	float: left;
}

textarea#inTextArea {
	width: 400px;
	height: 70px;
	border: 0px;
	background-color: #6271ad;
	color: #000;
	margin-left: 11px;
	margin-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow: hidden;
}