/* CSS Document */
.surveytable{
FONT-SIZE: 14px; 
	COLOR: #625322; 
	FONT-FAMILY: "Trebuchet MS", arial, helvetica, sans-serif; 
}
body {
	FONT-FAMILY: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 13px;
}
h3{
	FONT-FAMILY: "Trebuchet MS", arial, helvetica, sans-serif;
	text-align: center;
	color: #e1b828;
	font-size: 15px;
	font-weight:bold;
}
.evenRow{
		background-color:#FFFFCC;
	}
	.oddRow{
		background-color:#ffffff;}
a:hover{
text-decoration:underline;
color:#0e6f3a;
font-size: 13px;
font-weight:normal;}
a{
	text-decoration: none;
	color:#0066FF;
	font-size: 13px;
	font-weight:normal;
}
.preview{
	FONT-FAMILY: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 12pt;
}
input.text{
	FONT-FAMILY: "Trebuchet MS", arial, helvetica, sans-serif;
	width: 250px;
	padding: 1px;
	font-size: 14px;
}
.error{
	color: #FFFFFF;
	font-weight: bold;
	background-color:#636395;
}
.login{color:#FFFFFF;
FONT-FAMILY: "Trebuchet MS", arial, helvetica, sans-serif;
font-weight: bold;
font-size: 13px;}

.confirm{color: #636395;
	font-weight: bold;}
.fieldname{FONT-FAMILY: "Trebuchet MS", arial, helvetica, sans-serif;
font-weight: bold;
font-size: 13px;}
.Submit {
		font-weight:bold;
		FONT-FAMILY: "Trebuchet MS", arial, helvetica, sans-serif;
		font-size : 12px;
		text-decoration: none;
		cursor: hand;
		border: 2px solid #0e6f3a;
		background-color :#0e6f3a;
		color :#ffffff;
	}
.redMsg	
{
	font-size:11px;
	color:#FF0000;
	/*font-weight:600;*/
	font-style:italic;
	/*vertical-align: super;*/
}	