/* Style sheet for xxx
Copyright Cornish WebServices 2009 */

#contact fieldset {
	padding:1em 5px;
	margin: 0.7em 0;
	width:450px;
	clear: both;
	border: 1px solid #0471B6;
	background-color:#f4f4f4;
}
#contact legend {
	font:bold 1.2em Arial, Helvetica, sans-serif;
	padding:2px 10px;
	background:#0471B6;
	color:#fff;
}
#contact label {
	cursor: pointer; 		/* CHANGES CURSOR TO HAND ICON, MAKES USERS AWARE OF LABEL */
	width: 105px;			/* LABEL WIDTH: SET THIS TO THE LARGEST LABEL SIZE */
	text-align: right;
	display: block;
	padding: 0;
	margin:0 0 0.3em 0;
	clear: left;
}
#contact label.longlabel {
	width:380px;
	clear:both;
	margin: 0 0 5px 0;
	padding: 3px 0 0 0;
	font-size:70%;
}
#contact #confirm {
	width:50px;
	margin-left:385px;
}
#contact input.text, #contact textarea, #contact select {
	border:1px solid #bbb;
	background:#fff;
	color:#000;
}
#contact input.text:focus, #contact textarea:focus, #contact select:focus {
	border:1px solid #6f6f6f;
	background:#fff;
	color:#000;
}
#contact textarea, #contact input, #contact select {
	padding:2px;
	background:#fff;
	color:#000;
	font: 70% Verdana,Arial, Helvetica, sans-serif;
	margin: -1.8em 0 0 110px;
	width:100px;
	float:left;
}
#contact textarea {
	width:325px;
	height:50px;
	margin:-1.8em 0 3px 110px;
}
#contact label.cb {
	cursor: pointer; 		/* CHANGES CURSOR TO HAND ICON, MAKES USERS AWARE OF LABEL */
	text-align: left;
	width:190px;
	display: block;
	padding: 0;
	margin:3px 0 1px 25px;
	font: 70% Verdana,Arial, Helvetica, sans-serif;	
	clear:right;
}
#contact input.cb {
	width:15px;
	margin: 3px 0 0 5px;
	padding:0;
	border:none;
	clear:left;
	display:inline;
}
#contact input.radio {
	width:15px;
	margin-left:115px;
}
#contact select {
	width:263px;
}
#contact input.button {
	margin:5px 9px 0 0;
	float:right;
	width:90px;
	background-color:#0471B6;
	color:#fff;
	padding:2px 4px;
}
/* messages */
.error, .notice, .success {
	padding:.25em;
	border:1px solid #ddd;
}
p.error {
	padding:.25em;
}
label span.error {
	display:inherit;
	margin:0 0 0 0;
	padding: 0;
}
.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 {
	color:#8a1f11;
}
.notice a {
	color:#514721;
}
.success a {
	color:#264409;
}

.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.clear {
	clear:both;
}
.w2 {
	width:50%;
	margin:5px 0;
}
.w2b {
	width:48%;
	margin:5px 0;
}
.w2c {
	width:35%;
}
.w3 {
	width:33%;
}
.w4 {
	width:25%;
}
.w5 {
	width:20%;
}