body {
	background-image: none;
	background-color: #CCCCCC;
}

div.formItem span {
	width: 230px;
	float: left;
	margin-top: 0px;
	font-weight: bold;
	padding-top: 5px;
	line-height: 14px;
}

div.formItem span span.small {
	margin-top: 0px;
	font-size: 10px;
	font-weight: normal;
}

div.formItem input, div.formItem select, div.formItem textarea {
	width: 260px;
	float: left;
	margin: 0px;
	padding: 0px;
}

div.formItem div.name select {
	float: left;
	width: 50px;
}

div.formItem div.name input {
	float: left;
	width: 80px;
}

div.clear {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}


/*Custom form widths */


form #optout {
	float: none;
	display: inline;
}

form input.button {
	width: 80px;
	margin-left: 10px;
	float: right;
}

form {
	display: block;
	position: relative;
	left: 0px;
}

div.formItem {
	padding: 5px;
	padding-bottom: 7px;
	border-bottom: 1px solid #fff;
}

#Title, #ForeName, #SurName {
	float: left;
}

#Title {
	width: 50px;
}

#ForeName {
	width: 100px;
}

#SurName {
	width: 110px;
}

div#formheader {
	padding-top: 5px;
	background-color: #8B9341;
}

#main form input.button {
	float: right;
	margin-right: 10px;
}

#optout {
	width: 14px;
}

div#disclaimer.formItem p {
	margin-left: 5px;
	margin-right: 5px;
}


/* Typography and Custom Colours */

#main form {
	background: #CC6600;
	border: 2px solid #993300;
}

div.formItem, #main form div.formItem span, #main form p, #main form strong {
	color: #000;
}

div#formHeader.formItem, div#disclaimer.formItem {
	background: #8B9341;
}

div#formHeader.formItem p, div#disclaimer.formItem p, div#disclaimer.formItem strong {
	color: #fff;
}

div#formHeader.formItem {
	font-weight: bold;
}

.small, .small a {
	font-size: 10px;
}

div.formItem input.checkbox {
	width: 30px;
}
