* {
	padding: 0;
	margin: 0;
}
body {
	margin: 10px;
	font-family: Verdana;
	line-height: 20px;
}
p {
	margin: 1.5em;
}
#survey {
	background-color: #FFFFFF;
	border: solid 1px silver;
	margin: 0 auto;
	padding: 10px;
	overflow: auto;
}
#surveyLogo {
	background-color: #FFFFFF;
	text-align: center;
	padding: 5px;
}
#surveyTitle {
	background-color: txtSurveyTitleBackground;
	font-size: ddlSurveyTitleSize;
	font-weight: chkSurveyTitleIsBold;
	font-style: chkSurveyTitleIsItalic;
	color: txtSurveyTitleColor;
	padding: 5px;
}/*
#surveyPage {
	font-size: ddlPageTitleSize;
	font-weight: chkPageTitleIsBold;
	font-style: chkPageTitleIsItalic;
	color: txtPageTitleColor;
	background-color: txtPageTitleBackground;
	padding: 5px;
}*/
.itemText {
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	padding: 5px;
}
.itemSubText {
	font-size: small;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	padding: 5px;
}
.itemOptions {
	font-weight: normal;
	overflow: auto;
}
.itemOptions table {
	width: 100%;
}
.itemOptions table.nowidth {
	width: auto;
}
.optionText {
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	padding: 10px;
}
.matrixAlternateOption td {
	background-color: #afc7db;
}
.matrixDefaultOption td {
	background-color: #dedede;
}
.defaultOption {
	background-color: #dedede;
}
.defaultOption td {
	padding: 7px;
}
#progressBar {
	font-weight: normal;
	text-align: center;
	font-size: x-small;
	color: #000000;
	padding: 10px;
}
#progressBar table {
	margin: 0 auto;
	width: 30%;
	border: solid 1px #000000;
	background-color: #FFFFFF;
}
.backgroundBar {
	width: 70%;
	margin: 0 auto;
	background-color: #DEDEDE;
	height: 17px;
}
.foregroundBar {
	float: left;
	width: 20%;
	background-color: #f20505;
	height: 18px;
}
.errorMsg {
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #FF0000;
	padding: 5px;
}
.surveyItem
{
	padding: 20px 0;
	overflow: auto;
}
.center-alignment
{
 text-align: center;
}
.surveyButtons
{
	text-align: center;
	padding: 10px 0;
}
.separator {
	background-color: #000000;
	width: 100%;
	height: 0px;
	margin: 0 auto;
	overflow: hidden;
}
.matrixHeader
{
	background-color: #FFFFFF;
	text-align: center;
}
.matrixHeader td
{
	padding: 10px 0;
}
.intro
	{ background: url(../../assets/img/gray_vertical.gif);
	  background-repeat:repeat-x;
	  background-color : #f8f8f8;
	  padding:10px;
	  font: 80.5% verdana, arial, sans-serif;
	  text-align:center;
	  
	}
	
