body{
	color: #000000;
	font-size: 73%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

abbr{
	border-bottom: 1px dotted;
}

h1{
font-size: 1.8em;
padding: 30px 20px 25px;
margin-top: 5px;
}

h2{
font-size: 1.2em;
padding: 10px 0;
}

div.form{
	/*border: 1px solid #999999;*/
	float: left;
	padding: 0 0 3px 0;
}

.checkbox {
	background: transparent !important;
}

form, div.resultsContainer {
	width: 556px;
	margin: 0px 10px 10px 10px;
	padding: 0;
}

* html form, * html div.resultsContainer  {
	margin-right: 9px;
}

form fieldset{
	border: none;
	padding: 0px 10px 10px 10px;
	margin: 1px 1px 0 0;
}
div.resultsContainer .module{
	padding: 8px 10px 0px 10px;
	margin: 1px 1px -2px 0;
}
form fieldset legend{
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
	padding: 5px;
}

form .floatfieldset div, form .floatfieldset div div{
	height: 3.5em;
}

form div div {
	clear: none;
	float: left;
}
form div div.noFloat {
	clear: both;
	float: none;
}

form label {
	float: left;
	margin-top: 2px;
	white-space: normal;
	padding-left: 2px;
	padding-bottom: 1px;
}


form label.checkboxLabel{
	margin: 4px 0 2px 0;
}

form label.error{
	display: none!important;
}

.error{ 
	color: #BF0000 !important;
	background: #FFE1E1 !important;
	border: 1px solid #FF0000 !important;
}
.error strong, .error h2{
	color: #BF0000 !important;
}
strong.req{
	font-size: 1.5em;
	position: absolute;
	margin: 0 0 10px 5px;
}
form .checkbox{
	height: 20px;
	width: 20px;
	margin: 0 0 0 10px;
}
.clearfieldset{
	clear: left;	
	position: relative;
	top: 1px;
}

.floatfieldset{
	width: 255px;
	margin-right: 1px;
	clear: none;
	float: left;	
}


form input, form select {
	display: block;
	clear: left;
	float: left;
	margin: 2px 0;
}


form .checkboxLabel
{
	position: relative;
	padding-top: 1px;
}

form label input.checkbox {
	margin: 0 4px 0 6px;
	display: inline !important;
}
form label span {
	display: block;
	margin: 3px 0 0 0;
}

.clearDiv
{
	clear: both;
	height: 1.5em !important;	
}

form input.required, form select.required {
	background: #FFFFFF;
}
form select {
	padding-right: 0px;
}

input.s5, input.s7, input.s8, input.s10, input.s15, input.s20, input.s25, input.s30, input.s32, input.s40, select{
	border: 1px solid #666666;
}
form .s5{
	width: 45px;
}
form .s7{
	width: 61px;
}
form .s8{
	width: 97px;
}
form .s10{
	width: 102px;
}
form .s15{
	width: 122px;
}
form .s20{
	width: 142px;
}
form .s25{
	width: 162px;
}
form .s30{
	width: 244px;
}
form .s32{
	width: 248px;
}
form .s40{
	width: 284px;
}
* html form .s30{
	width: 248px;
}

.submitButton{
	float: right;
	margin: 5px 0 0 0;
	padding-left: 50px;/* Less hackish way of forcing IE to clear onto a new line (clear:left; doesn't seem to work here for some reason) */
}
.submitButton button{
	background:#CCCCCC;
	width: 70px;
	height: 30px;
	margin: 0px;
}

p{
	display: block;
	clear: both;
	padding: 5px 0;
	line-height: 1.4em;
}


.clear{
	clear: both;
	margin-top: -1px;
}

.centred{
	text-align: center;
}


div.close a{
	text-decoration: none;
}
div.close a span{
	font-weight: bold;
}

.pageContainer{
	width: 100%;
	text-align: center;
}

.pageContainer .central{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 575px;
	position: relative;
	left: -1px;
	xoverflow: hidden;
}

.padRight{
	padding-right:18px;
}

.specialField{
	float: left;
	clear: none;
	width: 265px;
}

.thankyouSelection{
	padding: 13px;
}

ul{
	list-style: disc;
	padding: 0.5em 1em 1em 2em;
}
ul li{
	line-height: 1.5em;
}
