#FRAME_QUESTION
{
	position: absolute;
	margin-left: 270px;
	top: 300px;
	width: 500px;
	height: 230px;
	z-index: 9999;
}

#FRAME_QUESTION_FORM, #FRAME_QUESTION_SHADOW
{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 500px;
	height: 230px;
	padding: 2px 10px 10px 10px;
	background-color: white;
	border: 2px solid black;
	z-index: 2000;
}

#FRAME_QUESTION_SHADOW
{
	left: 0px;
	top: 0px;
	width: 524px;
	height: 254px;
	background-color: black;
	opacity: .3;
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	border-width: 0;
	z-index: 1000;
}

#QUESTION_TITLE
{
	position: absolute;
	width: 500px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid gray;
	line-height: 22px;
}

.QUESTION_BKG
{
	opacity: .3;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
}
