html, body { border: 0; margin: 0; padding: 0; }
label, legend {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
#contact_hdr {
	font-size: 14px;
	position: relative;
	top: -5px;
}

hr {
	color: inherit;
	height: 0;
	padding: 0;
	border: 1px solid #d9d9d9;
	border-style: none none solid;
	width: 380px;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
}

#contact {
	color: #666;
	display: block;
	width: 470px;
	border: 5px solid #EBEBEB;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 68%;
	position: relative;
	z-index: 10;
	background-color: #FFF;
	margin-left: 30px;
	background-image: url(../images/contact_bg_x.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 10px;
	left: -30px;
	padding-left: 15px;
}

/* Form style */

label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 1.5em; }
input, textarea, select {
	margin: 0;
	padding: 5px;
	color: #666;
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin: 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 1.5em;
}
#comments {
	position: relative;
	width: 360px;
	height: 100px;"
}   
input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
input.submit {
	cursor: pointer;
	border: 1px solid #222;
	color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	background-color: #09C;
	height: 40px;
	width: 90px;
	font-size: 18px;
}
input.submit:hover {
	background-color: #069;
}
fieldset {
	padding:0px;
	width: 400px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
legend {
	padding:7px 10px;
	font-weight:bold;
	color:#FFF;
}

span.required{
	font-size: 13px;
	color: #F33;
} /* Select the colour of the * if the field is required. */

/* Style for the error message */

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; margin: 10px 0; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius: 5px; -webkit-border-radius:5px; }

#succsess_page h1 { background: url('assets/success.gif') left no-repeat; padding-left:22px; }
