html, body { border: 0; margin: 0; padding: 0; }
p, label, legend {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 1.5em;
	color: #FFF;
}

h1 {
	margin: 10px 0 10px;
	font-size: 24px;
	color: #FFF;
}

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: 400px;
	border: 5px solid #999;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 62.5%;
	position: relative;
	z-index: 0;
	background-color: #666;
	margin-left: 30px;
	background-image: url(../images/contact_bg_x.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 15px;
	margin-top: 10px;
}

/* Form style */

label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 100px; font-size: 1.5em; }
input, textarea, select { margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius: 5px; -webkit-border-radius:5px; }   
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;
}
input.submit:hover {
	background-color: #0CF;
}
fieldset {
	padding:10px;
	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; }
