html {
	font-family:Tahoma, Verdana;
}

body {
	margin:0px;
	padding:0px;
	font-size:0.9em;
}

* html, body{
	height: 100%;
	width: 100%;
}

td {
	vertical-align:top;
}

img {
	border-width:0px;
}

#container {
	width:790px;
	padding:12px;
}

.header {
	color: #555555;
	font-weight: bold;
	font-size:115%;
}
.question {
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	margin-bottom:10px;
}
.body {
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
}
.body a {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #8f3594;
	text-decoration: underline;
	background-position: 30px;
}


ol li {
	color:#6db33f;
}

ul li {
	color:#333333;
	font-size:96%;
	font-weight:normal;
}

.txtpurp {
	color: #8f3594;
}


.QContainer {
	margin-top:12px;
	margin-bottom:4px;
	border:dashed 1px #FFFFFF;
}

.Qno {
	float:left;
	width:16px;
	font-weight:bold;
	color:#8f3594;
}
.Qtxt {
	float:left;
	width:580px;
	color:#8f3594;
	font-weight:bold;
}
.Qtxt span {
	color:#333333;
	font-weight:normal;
}
.Qboxtitles {
	color:#333333;
	font-weight:normal;
	display:block;
	float:right;	
}
.Qboxtitles span{
	display:block;
	width:50px;
	float:left;
	text-align:center;
}
.Qboxtitles span.QnoOpinion {
	display:block;
	width:65px;
	float:left;
	text-align:center;
}

.Qans {
	float:left;
	clear:right;
}

.Qdiv {
	clear:both;	
}

.MainDiv {
	border-bottom:dashed 1px #000000;
	margin-bottom:10px;
}

.subQContainer {
	background-color:#d8c3df;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:22px; /* real browsers */
	padding:2px;
	
}
.subQContaineralt {
	background-color:#efe6f1;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:22px; /* real browsers */
	padding:2px;	
}

.subQno {
	float:left;
	width:16px;
	padding-left:15px;
	font-weight:bold;
	color:#333333;
}
.subQtxt {
	float:left;
	width:500px;
	color:#333333;
	font-weight:normal;
}


.subQboxes {
	color:#333333;
	font-weight:normal;
	display:block;
	float:right;	
}
.subQboxes span{
	display:block;
	width:50px;
	float:left;
	text-align:center;
}

.subQboxes span.QnoOpinion {
	display:block;
	width:65px;
	float:left;
	text-align:center;
}

.QToptxt{
	float:left;
	width:500px;
	color:#333333;
	font-weight:bold;	
}

.subQdiv {
	clear:both;
}


#userdetails {
	margin-top:18px;
	padding:12px;
}

.frmname {
	float:left;
	width:90px;
}
.frmname {
	float:left;
}

textarea {
	width:400px;
	height:80px;
}