@charset "UTF-8";
/* CSS Document */

/*--------------------- Contact Form Start ---------------------*/

form {
	margin: 0 20px;
}
form fieldset {
	border:none;
	margin:0px;
}
form fieldset legend {
	font-weight:bold;
	color:#333333;
}
form label {
	display: block;
	float: left;
	width: 75px;
	padding: 0; 
	margin: 0;
	text-align: left;
}
form input, form select, form textarea {
	margin:3px 2px 0 0;
	color: #000000;
}
form img {
	margin-top:3px;
}

form div#submitForm {
	text-align:right;
}
/*--------------------- Contact Form End ---------------------*/


/*--------------------- Errors Start ---------------------*/
#error {
	border:#999999 1px solid;
	background-color:#FFFFCC;
	padding:5px;
	margin:10px 0 5px 0;
}

#error h1 {
	color:#990000;
	font-size:.9 ems;
	margin:0px;
	font-weight:bold;
}
#error div {
	color:#993300;
}
/*--------------------- Errors End ---------------------*/
.required {
	background-image: url(/images/form_required.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

