/* Form style */

/*label, legend { font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif; }
/*h1 { margin: 10px 0 10px; font-size: 24px; color: #333333; }
*/hr {
	color: inherit;
	height: 0;
	margin: 4px 0 4px 0;
	padding: 0;
	border: 1px solid #d9d9d9;
	border-style: none none solid;
}
#contact {
	display: block;
	width: 400px;
	margin-left: 13px;
	padding: 0px;
	border: 0px solid #cbcbcb;
	background-color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	z-index:999;
}
label {
	display: block;!important;
	float: left;!important;
	height: 20px;!important;
	line-height: 20px;!important;
	width: 180px;!important;
}
input,textarea, select {
	margin: 0;
	padding: 4px;
	color: #666;
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin: 4px 0;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	z-index:1000 !important;
}
	
input:focus, textarea:focus, select:focus {
	border: 0px solid #999;
	/*background-color: #fff;*/
	color:#333;
}
input.submit {
	cursor: pointer;
	border: 1px solid #222;
	background:#333;
	color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
input.submit:hover { background:#444; }
fieldset {
	text-align:left;
	padding:0px;
	border:0px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
legend {
	padding:7px 10px;
	font-weight:bold;
	color:#000;
	border:0px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
span.required {
	font-size: 13px;
	color: #ff0000;
} /* Select the colour of the * if the field is required. */
/* Style for the error message */

.error_message {
	display: block;
	height: 18px;
	line-height: 18px;
	background: #FBE3E4 url('../assets/error.html') no-repeat 10px center;
	padding: 2px 10px 2px 35px;
	margin: 6px 0;
	color:#8a1f11;
	border: 1px solid #FBC2C4;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
#succsess_page h1 {
	margin-top:20px;
	margin-bottom:20px;
	font-size:20px;
	background: url('../assets/success.html') left no-repeat;
	padding-left:22px;
}