﻿
.surveybody
{
	width:311px;
}

.surveycheck
{
	background-image:url('/_layouts/images/GFO/survey/checkbox.png');
	width:41px;
	height:39px;
	margin-left:12px;
	margin-top:12px;
	margin-right:6px;

}

.surveyclose
{
	height:14px;
	width:14px;
	margin-top:6px;
	margin-right:6px;
	background-image:url('/_layouts/images/GFO/survey/closebox.png');
	background-repeat:no-repeat;
	cursor:pointer;
}

.surveyarea
{
	margin-top:25px;
	width:226px;
}

.surveyintroquestion
{
	font-family:Georgia, "Times New Roman", Serif;
	font-size:24px;
	line-height:25px;
	display:block;
}

.surveyquestion
{
	font-family:Arial;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	display:block;
	margin-top:20px;
}

.surveybtnarea
{
	display:block;
	margin-top:12px;
}

.surveyyes
{
	display:block; 
	width:52px;
	height:24px;
	float:left;
	background-image:url('/_layouts/images/GFO/survey/btn_yes.png');
	background-repeat:no-repeat;
}

.surveyno
{
	display:block; 
	width:52px;
	height:24px;
	float:left;
	margin-left:10px;
	background-image:url('/_layouts/images/GFO/survey/btn_no.png');
	background-repeat:no-repeat;
}