/* 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 #093A5B;
	background-color:#f4f4f4;
}
#contact legend {
	font:bold 1.2em Arial, Helvetica, sans-serif;
	padding:2px 10px;
	background:#093A5B;
	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: 95% Verdana,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:141px;
}
#contact input.button {
	margin:10px 5px 0 0;
	padding:0;
	float:right;
	width:90px;
}
