@charset "utf-8";
/* CSS Document */

body  {
	background:#f6f6f6 url(surveyBackground.jpg) no-repeat top left;
	/*background-color:#f6f6f6;*/
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	height:auto;
	font-size: 9pt
}

#container {
	margin:10px 0px;
	width:1000px;
}

#header {
	margin: 0px 25px 25px 0px;
	height:200px;
	width:700px;
}



p, td, table{ 
	font-size:9pt;
}

#content {
width:900PX;
	margin:0px 25px 25px 165px;
}




.heading {
	font-size:11px;
	font-weight:bold;
	text-align:center;
}


hr {
	padding: 0px; 
	margin-top: 8px; 
	margin-bottom: 8px; 
	height: 1px; 
	border-style: none; 
	border-color: #999999; 
	color: #999999; 
	background: #999999;
}

div fieldset{
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color:#CCCCCC;
  margin: 0px 0px 10px 10px;
  padding: 0 15px 15px 5px;
}

div fieldset legend {
  font-weight:bold;
  padding: 0px 13px 0 5px;
  color:#888888;
  font-size: 14px;
	}



.error {
font-size:12px;
}

.break  { page-break-before: always; }
body	{ font-family: Arial; font-size: 9pt }
td		{ font-family: Arial; font-size: 9pt }
p		{ font-family: Arial; font-size: 9pt }
table	{ font-family: Arial; font-size: 9pt }
input   { font-family: Verdana; font-size: 8pt }

.bulletNumber {
font-size:10px;
font-weight:bold;
padding-right:10px;
}

iFrame#ShowResults{
	margin-left:180px;

}

