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

#contact fieldset {
	padding:1em 0.5em;
	margin: 0.7em 10px;
	width:500px;
	clear: both;
	border: 1px solid #0A6DA6;
	background-color:#f4f4f4;
}
#contact legend {
	font:bold 1.2em Arial, Helvetica, sans-serif;
	padding:2px 10px;
	background:#0A6DA6;
	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;
}
#contact label.longlabel {
	width:433px;
	clear:both;
	font-size:90%;
}
#contact #confirm {
	width:50px;
	margin-left:438px;
}
#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: 100% Arial, Helvetica, sans-serif;
	margin-top: -1.4em;	/* PULLS THE INPUT CONTROLS ON TO THE SAME LINE AS THE LABEL */
	margin-left:105px;
	width:135px;
	float:left;
}
#contact textarea {
	width:384px;
	margin:-1.3em 0 3px 105px;
}
#contact input.radio {
	width:15px;
	margin-left:120px;
}
#contact select {
	width:263px;
}
#contact input.button {
	margin:10px 5px 0 0;
	padding:0;
	float:right;
	width:90px;
}
/* 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 {
	color:#8a1f11;
}
.notice a {
	color:#514721;
}
.success a {
	color:#264409;
}