/* Style sheet for Kingsley Plastics
Copyright Cornish WebServices 2009 */

#contact fieldset {
	padding:10px 5px;
	margin: 0.7em 10px;
	width:430px;
	clear: both;
	border: 1px solid #83B4D5;
	background-color:#f4f4f4;
}
#contact legend {
	font:bold 1.2em Arial, Helvetica, sans-serif;
	padding:2px 10px;
	background:#3A4A7B;
	color:#fff;
}
#contact label {
	cursor: pointer; 		/* CHANGES CURSOR TO HAND ICON, MAKES USERS AWARE OF LABEL */
	width: 98px;			/* LABEL WIDTH: SET THIS TO THE LARGEST LABEL SIZE */
	text-align: right;
	display: block;
	padding: 2px 0;
	clear: left;
	font-size:90%;
}
#contact label.longlabel {
	width:360px;
	clear:both;
	font-size:85%;
}
#contact #confirm {
	width:50px;
	margin-left:362px;
}
#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: 90% Arial, Helvetica, sans-serif;
	margin-top: -1.5em;	/* PULLS THE INPUT CONTROLS ON TO THE SAME LINE AS THE LABEL */
	margin-left:100px;
	width:110px;
	float:left;
}
#contact input.textlong {
	width:321px;
}
#contact input.textshort {
	width:38px;
	margin-left:52px;
}
#contact input.cbtext {
	margin-left:85px;
	margin-top: -1.6em;
}
#contact input.cbtextshort {
	width:38px;
	margin-left:170px;
	margin-top: -1.6em;
}
#contact textarea {
	width:319px;
	margin:-1.3em 0 3px 100px;
}
#contact label.cb {
	width:80px;
}
#contact label.cblong {
	width:145px;
}
#contact label.textshort {
	width: 50px;
}
#contact input.radio,#contact input.cb {
	width:15px;
	margin-left:85px;
}
#contact input.cblong {
	width:15px;
	margin-left:150px;
}
#contact select {
	width:263px;
}
#contact input.button {
	margin:10px 0 0 0;
	padding:0;
	float:right;
	width:90px;
}
#contact label.left {
	text-align:left;
}
/*table*/
#contact table, #contact table td {
margin:0;
padding:0;
border:none;
}

/* 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;
}
