.main_question
{
	font-size: 18px;
	margin-bottom: 5px;
}

.survey_item
{
	background-color: #f0f0f0;
	padding: 10px;
	margin-bottom: 15px;
}
.survey_item_error
{
	background-color: #f0f0f0;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #aa0000;
}

.main_answer
{
	margin-left: 30px;
}

.main_comment
{
	margin-left: 30px;
}

.survey
{
}

.heading
{
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.heading_text
{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.textarea_comment
{
	width: 400px;
	height: 50px;
}

.textarea_answer
{
	width: 400px;
	height: 50px;
}

.shipping_input_header
{
	font-size: 20px;
	margin-bottom: 5px;
}
.shipping_input_required_fields_message
{
	text-align: right;
	font-size: 10px;
	margin-bottom: 5px;
}
.shipping_input
{
}
.shipping_input_error
{
	border: 1px solid #aa0000;
}
