#survey,
#survey_mini {
	font-size: 9pt;
	font-family: Arial;
	padding: 7px;
	background-color: #F6F4E7;
	border: 2px solid #ADA389;
	-moz-border-radius: 10px;
}

#survey_mini span {
	color: #876549;
	text-decoration: underline;
	font-weight: bold;
}

#survey {
	display: none;
	width: 20em;
}

#survey h2,
#survey h3,
#survey_mini h2,
#survey_mini h3 {
	text-align: center;
	margin: 0;
}

#survey h2,
#survey_mini h2 {
	margin: 0;
	color: #D10000;
}

#survey_mini h3 {
	font-size: 10pt;
	color: #4A5245;
}

#survey h3 {
	color: #4A5245;
	font-size: 14pt;
}

#survey label {
	display: inline-block;
	width: 40px;
	font-weight: bold;
	line-height: 2.2em;
}

#survey input,
#survey textarea,
#survey select {
	border: 1px solid silver;
	padding: 2px;
}

#survey textarea {
	width: 18em;
	height: 5em;
}

#submit {
/*			
	border: 1px outset black;
	-moz-border-radius: 5px;
	height: 30px;
*/	
}

#survey div label {
	width: auto;
	font-weight: normal;
	line-height: 1.0em;
}

#survey_mini h4 {
	font-size: 9pt;
}

#close {
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 20.1em;
	border: 2px solid #c3b399;
}

#survey strong {
	text-align: justify;
	display: block;
}

#survey select {
	border: 1px inset silver;
	padding: 0;
	font-size: 8pt;
}