#surveyHereDiv {
        position:static;
        width:auto;
        height:auto;
		margin:20px;
}
#surveyDiv {
	position:static;
	width:141px;
	border:1px solid #000000;
	padding:5px;
	background-color:#FFFFFF;
}
#surveyDiv h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#surveyDiv p, #surveyDiv td, #surveyDiv input, #surveyDiv textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#surveyDiv input[type=radio], #surveyDiv input[type=checkbox] {
	width:10px;
	height:10px;
}
#surveyDiv textarea {
	background-attachment: scroll;
	background-image: url(/houimages/redflag.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display:none;
	margin:0px;
}
.surveyTitle {
}
.surveyHolder {
}
.surveyQuestion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight:bold;
}
.surveyAnswer {
}
.inputSubmit {
}

