/* Style sheet for IDMark
Copyright Cornish WebServices 2011 */

#contact fieldset {
	padding:1em 0 5px 0;
	margin: 0.5em auto;
	width:450px;
	clear: both;
	border:none;
}
#contact legend {
	font-size: 1.6em;
	color: #0A4475;
	font-weight: normal;
	margin: 0 0 5px 0;
}
#contact label {
	cursor: pointer; 		/* CHANGES CURSOR TO HAND ICON, MAKES USERS AWARE OF LABEL */
	width: 120px;			/* LABEL WIDTH: SET THIS TO THE LARGEST LABEL SIZE */
	text-align: right;
	display: block;
	padding: 2px 0;
	clear: left;
	font-size:100%;
}
#contact label.longlabel {
	width: 380px;
}
#contact input.text, #contact textarea, #contact select {
	border:1px solid #bbb;
	background:#fff;
}
#contact input.text:focus, #contact textarea:focus, #contact select:focus {
	border:1px solid #6f6f6f;
	background-color:#EBEBEB;
}
#contact textarea, #contact input.text, #contact select {
	padding:6px;
	font: 90% Arial, Helvetica, sans-serif;
	width:309px;
	float:left;
	margin:-1.6em 0 5px 125px;
}
#contact textarea {
	width:309px;
	margin:-1.6em 0 5px 125px;
}
#contact input.cb {
	width:15px;
	float:left;
	margin:-1.7em 0 5px 430px;
}
#contact label.cb {
	width:420px;
	padding:2px 0 10px 0;
	text-align:center;
	font-weight:bold;
	color: #0A4475;
}
#contact select {
	width:263px;
}
#contact input.button {
	position:relative;
	margin:10px 0 30px 350px;
	padding:10px;
	background:#0A4475;
	width:100px;
	border:none;
	color:#fff;
	font: bold 100% Arial, Helvetica, sans-serif;
	clear:both;
}
#contact input#confirmit {
	width: 50px;
	float:left;
	margin-left:385px;
}
#addReq {
	display:none;
	position:relative;
	margin:0;
	padding:0;
}
#addReq.showIt {
	display:block;	
}
/* 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;
}

#contact input.error, #contact textarea.error {
	border: 1px solid #8a1f11;
	color:#8a1f11;
	background:#FBC2C4;
}
#contact input.valid, #contact textarea.valid {
	background:#E6EFC2;
	color:#264409;
	border-color:#264409;
}
#contact input.error:focus, #contact textarea.error:focus {
	border: 1px solid #8a1f11;
	color:#8a1f11;
	background:#FBC2C4;
	font-weight:bold;
}
#contact label.error {
	background: #FBE3E4 url(site-images/unchecked.gif) no-repeat 1px center;
	padding: 5px 5px 5px 18px;
	color:#8a1f11;
	border-color:#FBC2C4;
	float:left;
	width: 299px;
	font-size:90%;
	clear:both;
	display: block;
	margin: 2px 0 2px 125px;
	text-align:left;
}
#contact label.valid {
	background: url(site-images/checked.gif) no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	float:left;
	border:none;
	margin-top: -2.3em;	/* PULLS THE INPUT CONTROLS ON TO THE SAME LINE AS THE LABEL */
	margin-left:425px;
	padding:1px;
}