#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 #830100;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 2000;
}

#FRAME_QUESTION_SHADOW
{
	left: 0px;
	top: 0px;
	width: 524px;
	height: 254px;
	background-color: #d9c9d8;
	opacity: .5;
	filter: alpha(opacity=50);
	border-width: 0;
	-moz-border-radius: 10px;
	border-radius: 10px;
	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);
}
