@CHARSET "utf-8";

.form-wrapper {
	position: relative;
	float: left;
	width: 660px;
	margin-left: 26px;	
	display: inline; /* ie bug */
}
.form-wrapper .form-header-wrapper-green {
	position: relative;
	float: left;
	width: 660px;
	text-align: center;
	padding: 7px 0px;
	color: #FFFFFF;
	background-color: #E0301E;
}
.form-wrapper .form-header-wrapper-red {
	position: relative;
	float: left;
	width: 660px;
	text-align: center;
	padding: 7px 0px;
	color: #FFFFFF;
	background-color: #E0301E;
}
.form-wrapper .content-full-width {
	position: relative;
	float: left;
	width: 422px;
	margin: 1px 0px 0px 0px;
	padding: 10px;
	background-color: #e5e2db;
	display: inline; /* ie bug */
}
.form-wrapper .course-title {
	position: relative;
	float: left;
	width: 402px;
	padding: 0px 10px;
	display: inline; /* ie bug */
	font-size: 16px;
}
.form-wrapper .course-subtitle {
	position: relative;
	float: left;
	width: 402px;
	padding: 0px 10px;
	display: inline; /* ie bug */
	font-size: 14px;
}
.checkbox-label-wrapper {
	position: relative;
	float: left;
	padding: 0px 10px;
	width: 402px;
	margin-bottom: 3px;
}
.checkbox-wrapper {
	position: relative;
	float: left;
	width: 30px;
}
.label-wrapper {
	position: relative;
	float: left;
	width: 372px;
}
.form-body-right-wrapper .split-left {
	height: 240px;
}
.form-body-right-wrapper .split-right {
	height: 240px;
}
.split-right .checkbox-label-wrapper {
	position: relative;
	float: left;
	padding: 0px 10px;
	width: 180px;
	margin-bottom: 3px;
}
.split-right .label-wrapper {
	position: relative;
	float: left;
	width: 150px;
}
.content-full-width p.bodytext {
	padding-bottom: 10px;
}
.split-right p.bodytext {
	padding-bottom: 10px;
}
.form-body-right-wrapper textarea {
	position: relative;
	float: left;
	width: 402px;
	height: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

