html, body {  margin: 0; padding: 0; border: none; }
body {
	font: 62.5% "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	min-width: 375px;
	border: none;
	
}

p, label, legend { font: 1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }

h1 { margin: 10px 0 10px; font-size: 24px; color: #333333; }
hr {
	height: 0;
	margin: 6px 0 6px 0;
	padding: 0;
	border: 1px solid #061f51;
	border-style: none none solid;
	background: transparent;
}

#contact {
	display: block;
	width: 380px;
	padding: 5px;
	-webkit-border-radius:5px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

/* Form style */

label {
	display: inline-block;
	line-height: 26px;
	font-size: 1.5em;
	text-align: left;
	height: 26px;
	width: 145px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	vertical-align: top;
}
input, textarea, select {
	padding: 5px;
	color: #fff;
	text-shadow:1px 1px 2px #636363;
	font: 1.3em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	width: 215px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-top: 2px;
	margin-left: 0;
	border: none;
	vertical-align: middle;
	
	
}   
input:focus, textarea:focus, select:focus {
	font-style: italic;
	padding: 5px;
	width: 215px;
	border: 1px solid #cd255f;
	
}
input.submit {background:url(submit.png); background-position: 0 0; width: 157px; height: 45px; border:none; float: right;  padding-bottom: 9px; cursor: pointer;}
input.submit:hover { border: none; }

legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }

span.required{
	font-size: 13px;
	color: #ff0000;
	width: 80px;
} /* Select the colour of the * if the field is required. */

/* Style for the error message */

.error_message {
	   background: url("assets/error.gif") no-repeat scroll 10px center #CC255F;
    border: 1px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 22px;
    margin: -9px 0 0 -30px;
    padding: 3px 30px 3px 35px;
    position: absolute;
    top: 60px;
    width: 325px;
}

#succsess_page h1 { background: url('assets/success.gif') left no-repeat; padding-left:22px; }
