/* CSS Document */

#contentwrapper input, select, checkbox, textarea {
	color: #999999;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}



#contentwrapper label {
	font-size: 75%;
	colour: #666;
	display: block;
	float: left;
	width: 80px;
	
}

#contentwrapper form {
	width: 450px;
}

#contentwrapper form div {
	margin: 0px 0 5px 0;
	padding: 0 5px 0 10px;
}

#contentwrapper fieldset {	
	font-size: 70%;
	padding: 10px 0 0 0;
	color:#666;
}

#contentwrapper label.updates {
	width: 250px;
	padding: 0 20px 0 0;
}

#contentwrapper label.number {
	width: 190px;
	padding: 0 10px 0px 120px;
}

#contentwrapper form p {
	font-size: 75%;
	line-height: 130%;
	color: #666;
	margin: 0 0 5px 0;
}

/*--- Form Validation CSS ---*/

#contactForm {
	
	/* border: 1px solid #cac9b9; */
	padding: 5px;
}

#contactForm p {
	margin-bottom: 5px;
}

#contactForm label {
	float: left;
	width: 100px;
}

#contactForm input, #contactForm textarea, #contactForm select {
	border: 1px solid #cac9b9;
}

#contactForm .red {
	border: 1px solid #ff6600;
}

#contactForm label.red {
	border: none;
	color: #ff6600;
}

#contactForm .customRed {
	border: none;
	color: #ff6600;
}

#contactForm #submit {
	margin-left: 100px;
}

#validationMessage {
	padding: 5px;
	/*background-color: #eee;*/
	border: 1px solid red;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	display: none;
}

#contactForm .errorMessage {
	color: #ff6600;
	margin-left: 10px;
	font-size: 0.6em;
}

