.bgContent {
	background-color: #FFFFFF;
	background-image: url(../images/bgcontent.jpg);
	background-repeat: repeat;
}
.bgleftForm {
	background-image: url(../images/form_r2_c1.png);
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
	height: 28px;
	width: 290px;
	border: 1px solid #FFFFFF;
	background-image: url(../images/bg-textbox.png);
	text-align: left;
	vertical-align: middle;
	text-indent: 10px;
}
.bgSubmit {
	background-image: url(../images/bg-submit.png);
}
.bgQuestion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #444444;
	padding: 20px;
	width: 842px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #444444;
	border-right-color: #444444;
	border-left-color: #444444;
}
.bgAnswers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #f4f4f4;
	padding: 20px;
	width: 842px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #444444;
	border-left-color: #444444;
}
.footer {
	background-color: #333333;
	background-image: url(../images/bg-footer.png);
	background-repeat: repeat;
}
.textFooterbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.textFootersmall {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
}

