form {
    font-family:arial;
	font-size: 11px;
}
.surveyBoxTitle{
	font-size: 12px;
	font-weight:bold;
	margin: 2px 3px 2px 3px;
	line-height: 45px;
} 
.surveyBox{
	border: 1px solid #fff;
	border-radius: 5px;	
	width: 200px;
	position:relative;
	left:10px;
	top:10px;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 15px 0px;
	background-color: rgba(15, 15, 81, 1);
	color:#fff;
}
.surveyBoxcontent{
	font-family:arial;
	font-size: 10px;
	line-height: 15px;
}
#surveyBoxThing{
	
}
.submitButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0px;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:20px;
	width:90px;
	text-decoration:none;
	text-align:center;
}
.submitButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}.submitButton:active {
	position:relative;
	top:1px;
}
	
.questionsSec
{
	margin:0px 0px 0px 15px;
}
.qTitle {
	margin:0px 0px 0px 0px;
	font-weight:bold;
}
.questionsSec input
{
	margin: 3px 10px 5px 21px;
	vertical-align: middle;
}

.ansCorrect {
	background-color:#339900;
}
.ansIncorrect {
	background-color:#FF0000;
}
.oneColor {
	background-color:#747474;
}
.twoColor {
	background-color:#8c8c8c;
}
.tHeader {
	font-weight:bold;
	font-size: .8em;
	background-color:#507474;
}
.moduleTable {
	font-size:11px;
}

