@charset "utf-8";

form#formQuestion
{
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#leftHolder
{
	height: auto;
	width: 175px;
	clear: left;
	float: left;
	position: relative;
	padding-left: 30px;
}

div#rightHolder
{
	height: auto;
	width: 175px;
	clear: right;
	float: right;
	position: relative;
	padding-right: 30px;
}

div.sectionMiddle
{
	background-image: url(../images/layout/section_middle.gif);
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-left: 5px;
	font-size: small;
	text-align: center;
}

div.sectionMiddle h3
{
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
}

div#sectionLeftTop
{
	height: auto;
	width: 175px;
	float: left;
	position: relative;
	margin-bottom: 15px;
	clear: left;
}

div#sectionLeftTop .sectionTop
{
	background-image: url(../images/layout/section_top_round_left.gif);
	background-repeat: no-repeat;
	height: 14px;
}

div#sectionLeftTop .sectionBottom
{
	background-image: url(../images/layout/section_bottom_round_right.gif);
	background-repeat: no-repeat;
	height: 14px;
}

div#sectionLeftMiddle
{
	height: auto;
	width: 175px;
	float: left;
	position: relative;
	clear: left;
	margin-bottom: 15px;
}

div#sectionLeftMiddle .sectionTop
{
	background-image: url(../images/layout/section_top_round_right.gif);
	background-repeat: no-repeat;
	height: 14px;
}

div#sectionLeftMiddle .sectionBottom
{
	background-image: url(../images/layout/section_bottom_round_right.gif);
	background-repeat: no-repeat;
	height: 14px;
}

div#sectionLeftBottom
{
	height: auto;
	width: 175px;
	float: left;
	position: relative;
	clear: left;
	margin-bottom: 15px;
}

div#sectionLeftBottom .sectionTop
{
	background-image: url(../images/layout/section_top_round_right.gif);
	background-repeat: no-repeat;
	height: 14px;
}

div#sectionLeftBottom .sectionBottom
{
	background-image: url(../images/layout/section_bottom_round_left.gif);
	background-repeat: no-repeat;
	height: 14px;
}

div#sectionRightTop
{
	height: auto;
	width: 175px;
	float: right;
	position: relative;
	margin-bottom: 15px;
	clear: right;
}

div#sectionRightTop .sectionTop
{
	background-image: url(../images/layout/section_top_round_right.gif);
	background-repeat: no-repeat;
	height: 14px;
}

div#sectionRightTop .sectionBottom
{
	background-image: url(../images/layout/section_bottom_round_left.gif);
	background-repeat: no-repeat;
	height: 14px;
}

div#sectionRightMiddle
{
	height: auto;
	width: 175px;
	float: right;
	position: relative;
	clear: right;
	margin-bottom: 15px;
}

div#sectionRightMiddle .sectionTop
{
	background-image: url(../images/layout/section_top_round_left.gif);
	background-repeat: no-repeat;
	height: 14px;
}

div#sectionRightMiddle .sectionBottom
{
	background-image: url(../images/layout/section_bottom_round_left.gif);
	background-repeat: no-repeat;
	height: 14px;
}

div#sectionRightBottom
{
	height: auto;
	width: 175px;
	float: right;
	position: relative;
	clear: right;
	margin-bottom: 15px;
}

div#sectionRightBottom .sectionTop
{
	background-image: url(../images/layout/section_top_round_left.gif);
	background-repeat: no-repeat;
	height: 14px;
}

div#sectionRightBottom .sectionBottom
{
	background-image: url(../images/layout/section_bottom_round_right.gif);
	background-repeat: no-repeat;
	height: 14px;
}
