html, body {
    background-color: #ebebeb;
    margin:10px 0 0 0;
    font-family: Verdana;
    font-size: 12px;
}
#survey {
    width: 850px;
    padding: 20px;
    margin: 0 auto;
    line-height: 1.5em;
    background-color: white;
}
#survey ul {
    margin: 1.5px 0;
    padding: 0;
}
#survey li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 1.9em;
}
#survey .question {
	padding: 3px 5px 5px 5px;
    margin: 1.5em 0;
	background-color: #f9f9f6;
    overflow-x: auto;
}
#survey .buttons {
	overflow-x: visible;
}
#survey h1 {
    font-size: 18px;
}
#survey h2 {
    font-size: 12px;
}
#survey table.grouped-table td{
	text-align: center;
}
div.survey-progress-outer{
    display: block;
	position: absolute;
	top: 0;
	right: 0;
    border: 1px solid #999;
    width: 150px;	
    height: 15px !important;
    background-color: #fff;
	font-size: 75%;
	margin-top: 6px;
	margin-right: 15px;
	overflow: hidden;
}
#survey div.header-progress-container{
	position: relative;
}
div.survey-progress-inner {
    border-right: 1px solid #ccc;
    background-color: #b6c6cc;
}
#footer {
    width: 950px;
    margin: 0 auto;
    text-align: right;
}
#survey table tbody th{
	text-align:left;	
}
#survey div.question-body table{
	text-align:left;
}
#survey td {
	padding: .5em;
}
#survey ul.matrix {
   	display: table;
}
#survey ul.matrix li {
    display: table-row;
}
#survey ul.matrix li label {
  	display: table-cell;
}
#survey ul.matrix li label,
#survey ul.matrix li input {
	vertical-align: middle;
    margin: .5em;
	*display: inline-block;
    *width: 20%;
}
#survey ul.errorlist {
	background-color: #eb7064;
	padding: .2em;
	color: white;
	font-weight: bold;	
    font-size: 10px;
}
/* Make IE align all the labels properly */
* html #survey ul.matrix li label {
    display: inline-block;
    width: 20%;
}
/* --------------3d Matrix Dropdown Display Options (Scroll down for radio display)------------------------ */
/*Colours for the odd columns*/
#survey .threedcolodd{	
	/*background-color: #d5e6f7;*/
}
/*Colours for the odd columns*/
#survey .threedcoleven{	
	/*background-color: #b0d8ff;*/
}
/*Colours for the odd rows*/
#survey .threedrowodd{
	/*set row colours here*/
}
/*Colours for the even rows*/
#survey .threedroweven{
	/*set row colours here*/
}
/*Border to use for the three d dropdown display table*/
#survey .threedBorder{	
	/*border: 1px solid #90c2d2;*/
}
/*Disable borders on certain sides*/
#survey .threedCellStart{
	border-right: none;
	border-top: none;
	border-bottom: none;
}
#survey .threedCellEnd{	
	border-left: none;
	border-top: none;
	border-bottom: none;
}
#survey .threedCellStartEnd{	
	border-top: none;
	border-bottom: none;
}
#survey .threedCellBottom{	
	border-top: none;
}
#survey .threedCellTop{	
	border-bottom: none;
}
/*Row of choice labels*/
#survey td.threedColHeader{
	text-align: center;
	/*background-color: #FFFFFF;*/
}
/*The main cells with the radio buttons in them*/
#survey td.threedCell{
	/*text-align: center !important;*/
}
/*Labels for the rows*/
#survey table.threedMatrix td label{
	font-weight: normal;
}
/*Entire table*/
#survey .threedMatrix{
}
/*Top left box in the corner*/
#survey .threedTopLeft{
	/*background-color: #b0d8ff;*/
	text-align: center;
}
/* --------------3d Matrix Radio Display Options------------------------ */
/*Colours for the odd columns*/
#survey .threedRadiocolodd{	
	background-color: #f9f9f9;
}
/*Colours for the odd columns*/
#survey .threedRadiocoleven{	
	background-color: #ededed;
}
/*Colours for the odd rows*/
#survey .threedRadiorowodd{
	/*set row colours here*/
}
/*Colours for the even rows*/
#survey .threedRadioroweven{
	/*set row colours here*/
}
/*Border to use for the three d radio display table*/
#survey .threedRadioBorder{	
	border: 1px solid #888888;
}
#survey .threedRadioHeader{
	text-align: center;
}
/*Disable borders on certain sides*/
#survey .threedRadioCellStart{
	border-right: none;
	border-top: none;
	border-bottom: none;
}
#survey .threedRadioCellEnd{	
	border-left: none;
	border-top: none;
	border-bottom: none;
}
#survey .threedRadioCellBottom{	
	border-top: none;
}
#survey .threedRadioCellTop{	
	border-bottom: none;
}
/*Row of choice labels*/
#survey td.threedRadioColHeader{
	text-align: center;
	background-color: #FFFFFF;
}
/*The main cells with the radio buttons in them*/
#survey td.threedRadioCell{
	text-align: center !important;
}
/*Labels for the rows*/
#survey table td label{
	font-weight: normal;
}
/*Entire table*/
#survey .threedRadioMatrix{
}
/*Top left box in the corner*/
#survey .threedRadioTopLeft{
	background-color: #ededed;
	text-align: center;
}
#survey .threedRadioCellStartEnd{	
	border-top: none;
	border-bottom: none;
}
#survey table.grouped-table td, #survey table.grouped-table th {
	text-align: center;
}
#survey table.grouped-table tbody th {
	
}
#survey table.grouped-table{
	width: 100%;
}
#survey table.grouped-table tbody tr:hover{
	background-color:#f0f0f0;
}
#survey ul.matrix li:hover{
	background-color:#f0f0f0;
}
/* Make bullets visible for extra description, (when the user is taking the survey)*/
#survey .surveyheader li {
    list-style-type: disc;
	margin-left: 20px;
}
#survey .grouped-error-row {
	background-color: #FC9797;
}
#survey .grouped-error-box {
	background-color: #FC9797;
}
	
