@charset "utf-8";
/* CSS Document */

#SubMain{
	margin-right:10px;
}

#SurveyHeader{
	float:left;
	width:550px;
}

#SurveyHeader p{
	font-size:larger;
	line-height:150%;
}

#SurveyPrize{
	float:right;
	width:380px;
	padding:10px;
	padding-top:50px;
	border:solid 1px #FF0000;
	background-image:url(../asset_survey/imgs/prize_of_the_month_bg.gif);
	background-repeat:no-repeat;
}

#SurveyPrizeMonth{
	font-weight:bold;
	font-size:larger;
}

#SurveyBody{
	clear:both;
	padding-top:20px;
}

#SurveyForm .InputField{
	width:350px;
}

h2{
	font-weight:bold;
	color:#FF0000;
	font-size:18px;
}

h3{
	font-size:larger;
	font-weight:bold;
	margin:30px 0;
	padding:5px;
	background-color:#CCC;
	color:#000;
}

.SurveySubtitle{
	font-weight:bold;
	text-align:right;
	padding-right:5px;
}

#SurvayPersonal td{
	padding:3px 0;
}

#SurveyCompleteBody{
	margin-top:10px;
	line-height:150%;
	font-size:larger;
}

textarea{
	width:400px;
}
