body {
	background-color : #0E2784;
}
.surveyTitle {
    color : #666666;
    font-size : 18px;
    font-weight : bold;
    margin-bottom:10px;
	 margin-top:10px;
}
.surveyDescription
{
	margin:10px 0px 10px 0px;
	font-size:12px;
}
.QuestionNumber, .Question{
	font-weight:bold;
	height:20px;
	margin: 5px 0px 0px 0px;
	font-size:12px;
	line-height:20px;
	
}
.response{
	margin:3px;
	font-size:11px;
}

.freeTextBox{
	padding-left:5px;
	width:400px;
}

.optionalText{
	margin-top:5px;
}
.frmField{
	margin:5px;
}
.surveyTextarea {
	margin-top: 2px;
	width:100%;
	height: 50px;
}
.surveyThankYou{
	margin: 10px 0px 10px 15px;
	font-size:14px;
}