

/*** START CSS FORMS ***/
/*
textarea {width:390px;height:250px;padding:5px;}*/

#contact fieldset {
	padding:1em 0.5em;
	margin: 0.7em auto 1em 0;
	width:650px;
	clear: both;
	border: 1px solid #818286;
	background-color:#E7E7E7;
}
#contact legend {
	font:normal 1.2em Arial, Helvetica, sans-serif;
	padding:2px 10px;
	background:#9AA063;/*#9E9E9E;*/
	color:#fff;
}
#contact label {
	cursor: pointer; 		/* CHANGES CURSOR TO HAND ICON, MAKES USERS AWARE OF LABEL */
	width: 100px;			/* LABEL WIDTH: SET THIS TO THE LARGEST LABEL SIZE */
	text-align: right;
	display: block;
	padding: 2px 0;
	clear: left;
	font-size:90%;
}
#contact input.text, #contact textarea, #contact select {
	border:1px solid #bbb;
}
#contact input.text:focus, #contact textarea:focus, #contact select:focus {
	border:1px solid #6f6f6f;
}
#contact textarea, #contact input, #contact select{
	padding:2px;
	font: 80% Arial, Helvetica, sans-serif;
	margin-top: -1.5em;	/* PULLS THE INPUT CONTROLS ON TO THE SAME LINE AS THE LABEL */
	margin-left:105px;
	width:200px;
	float:left;
}
#contact textarea{
	width:393px;
}
#contact input.radio,#contact input.cb {
	width:15px;
	margin-left:105px;
	margin-right:10px;
}
#contact label.cb {
	width:100px;
}
#contact #showIt1,#contact #showIt2 {
	margin-left:20px;
	display:none;
}
#contact #showIt1 input.text {
	width:190px;
}
#contact #showIt2 textarea {
	width:525px;
}
#contact select {width:200px;}
#contact select.wide {width:200px;}
#contact input.button {
	margin:0 0 0 0.5em;
	padding:0;
	float:right;
	width:90px;
}
#contact label.longlabel1 {
	width:250px;
	text-align:left;
	clear:both;
}
#contact label.longlabel2 {
	width:280px;
	text-align:right;
	clear:both;
}
#contact label.longlabel3 {
	width:300px;
	text-align:right;
	clear:both;
}
#contact label.longlabel {
	width:95%;
	text-align:left;
	clear:both;
}
#contact #enquiry {width:200px;height:60px;}
#contact #confirm, #contact #contactBy, #contact #comments, #contact #howHear {
	clear:both;
	margin-top:3px;
}
/* messages */
.error, .notice, .success {
	padding:.25em;
	border:1px solid #ddd;
}
p.error {
	padding:.25em;
}
label span.error {
	display:inherit;
	margin:0 0 -0.6em 0;
	/*padding: 0 0.25em;*/
}

.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}
.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
.error a, .error strong {
	color:#8a1f11;
}
.notice a {
	color:#514721;
}
.success a {
	color:#264409;
}
.w2 {
	width:49%;
}
.w2b {
	width:40%;
}
.w2c {
	width:40%;
}
.w3 {
	width:33%;
}
.w4 {
	width:25%;
}
.w5 {
	width:20%;
}

