#centreCol form {
	width: auto;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#centreCol form p{
	font-size: 1.1em;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#centreCol form label{
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	color: #0077C3;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#centreCol form  input {
	font-size: .9em;
	margin-top: 5px;
}
#centreCol form select {
	margin-top: 3px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}



#centreCol form input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 200px;
}

#centreCol form input[type="checkbox"], #centreCol form input[type="radio"]{ /*spacing of the checkboxes*/
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 14px;
	width: 14px;
}
#centreCol form textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

