/* SOP ENROL PAGE STYLES
======================================================== */

/*
#content_right h3 {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	background-color: #BF3030;
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 2px;
	padding: 0 15px;
	line-height: 1.8;
	font-weight:normal;
	cursor: pointer;
}

#content_right h3 span {
	font-size: 0.8em;
}
*/
.accordion {
	outline: none;
	cursor: pointer;
}
		
.accordion_toggle_active {
	background-color: #BF3030;
	color: #ffffff;
}
		
.accordion_content {
	overflow: hidden;
}
								
div.form_wrap {
	margin:0;
	padding:10px 15px 5px;
	width:278px;
}				

form.foxycart {
	width:270px;
}

div.formsection {
	margin-bottom:10px;
	width:270px;
}

.formsection label {
	color:#333333;
	font-weight:bold;
	padding-bottom:4px;
}

.formsection label, .formsection input {
	display:block;
	width:270px;
}

.formsection div.radio label, .formsection div.radio input {
        float: left;
        width: auto;
}

.formsection div.radio label {
        margin-right: 7px;
        font-weight: normal;
}

div.radio {
        overflow: hidden;
}

label {
	cursor:pointer;
}

input, label {
	vertical-align:middle;
}

div.formsubmit {
	margin-top:12px;
}

.enrol h4 span {font-size: 0.875em; font-weight: normal;}
.enrol-notes {font-size: 0.9123em; padding: 15px;margin-top: 20px; border-top: 1px dotted #888;}
#content .enrol-notes p {color: #888;}
