#corrector_questBox
{
width:400px;
height:240px;
position:fixed;
left:50%;
top:50%;
margin-left:-200px;
margin-top:-85px;
padding:4px 4px 4px 4px;
border:#000 solid 2px;
background-color:#94AA84;
}
#corrector_questBox textarea
{
	width:99%;
	height:70px;
}
#corrector_questBox #btnClose
{
	position:absolute;
	left:100%;
	margin-left:-28px;
	margin-top:-4px;
	cursor:pointer;
}
#corrector_questBox span
{
	color:#303030;
}
#corrector_questBox h3
{
	margin-top:10px;
}
#corrector_questBox #btnSend
{
	width:100%;
	text-align:center;
	font-weight:bold;
	color:#303030;
	cursor:pointer;
}
#corrector_questBox #btnSend:hover
{
	color:#000000;
}