#safequiz-content
{
	width:500px;
	
}
#safequiz-question
{
	margin-left:5px;
	margin-top:5px;
	border:1px solid red;
	background-color: lightyellow;left: -1000px;border: 1px dashed #880201;
	
}
#safequiz-result
{
	
	position: absolute;
	width:300px;
	background-color: lightyellow;padding: 5px;
	left: 100px;border: 1px solid gray;visibility: 
	hidden;color: black;text-decoration: none;
	
}
.heading
{
	font-weight:bold;
	color:green;
}
.headingwrong
{
	font-weight:bold;
	color:red;
}
.headingwrong1
{
	
	color:red;
}
#close
{
	
	padding:0px;
	float:right;
	margin-top:0px;
	
}
.aclose {font-family:Verdana, Arial, Helvetica; font-size:7.5pt; color:#B31A39; text-decoration:none;}
.aclose:hover {font-family:Verdana, Arial, Helvetica; font-size:7.5pt; color:#B31A39; text-decoration:underline;}