label, legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#383a3d;
}

hr { color:#383a3d; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #bbbbbb; border-style: none none solid; }

#contact { width: 225px;padding-bottom:20px;}

/* Form style */

label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 200px; }
input, textarea, select {
	margin: 0;
	padding: 5px;
	color: #383a3d;
	background: #ededed;
	border: 1px solid #0c6e43;
	margin: 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	font-family: Arial, Helvetica, sans-serif;
    
}
.textareawidth {
	
	width: 225px;
}
.verifywidth {
	    
}
p {
	
	font-size: 14px;
	color:#fff;
	
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
	background-color: #fff;
	color:#000000;
}
input.submit {
	cursor: pointer;
	border: 1px solid #0c6e43;
	background:#1e486e;
	color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	font-size: 16px;
	border:1px solid #0c6e43;
	margin-left:40px;
	
}

fieldset { padding:0px 20px 10px 0px;;width:225px;border:transparent; }
legend { display:none;padding:7px 10px; font-weight:bold; color:#0c6e43; border:1px solid #383a3d; -moz-border-radius: 5px; -webkit-border-radius:5px; }

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

/* Style for the error message */

#error_message { position:absolute; font-size:85%; min-height: 50px; width:130px; line-height: 16px; background: #FBE3E4; padding: 3px 15px 3px 15px; margin: 130px 0 0 780px; color:#000;border: 1px solid #FBC2C4; -moz-border-radius: 5px; -webkit-border-radius:5px;text-align:center; }

#succsess_page {
	position:absolute;margin: 120px 0 0 500px;
}


#succsess_page h1 {
	

	font-size: 18px;
	font-weight: bold;
	color:#fff;
	background-image: url(assets/success.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 10px;
}
