﻿body
{
	background:#efefef;
	font-family:Verdana,Arial,Helvetica;
	font-size:75%;
}

span.QuestionText {
	display:block;
	margin-bottom:10px;
}

label.TextboxStringLabel {
	margin-right:5px;
}
label.CommentLabel {
	display:block;
	clear:both;
	margin:10px 0px 5px;
}
textarea.CommentText {
	clear:both;
}
div.Separator {
	clear:both;
	height:1px;
	line-height:1px;
	overflow:hidden;
	border-bottom:dashed 1px #000;
	margin:12px 0px 10px;
}
.RequiredFieldValidator {
	display:block;
	clear:both;
}
span.StatusMessage, span.ErrorMessage {
	display:block;
	margin-bottom:10px;
	padding:8px;
	border:solid 1px #000;
	background-color:#fffed2;
}
span.ErrorMessage {
	color:#dd0000;
}
div.FormButtonPanel {
	margin-top:10px;
}