@import url(http://fonts.googleapis.com/css?family=Oswald:400,300);
hr {
	color: inherit;
	height: 0;
	margin: 6px 0 6px 0;
	padding: 0;
}

#contact {
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	width: 590px;
	position: relative;
	padding-top: 30px;
	float: left;
}

/* Form style */

label {
	display: inline-block;
	float: left;
	height: 26px;
	line-height: 26px;
	width: 155px;
	font-size: 14px;
	color: #A69975;
	font-family: 'Arial', sans-serif;
}
input, textarea, select {
	padding: 10px;
	color: #333333;
	border: 1px solid #AA9E86;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;


	font-family: font-family
: 'Oswald', sans-serif;;
	font-size: 14px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	;
}   

input:focus, textarea:focus, select:focus {
	border: 1px solid #8A8071;
	background-color: #242730;
	color:#8A8071;
	font-family: Arial, Helvetica, sans-serif;
	;
}


input.submit {
	cursor: pointer;
	color:#FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	background-color: #F30;
}
input.submit:hover {
	background-color: #AA9E86;
}
fieldset {
	padding:20px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
legend {
	padding:7px 10px;
	font-weight:bold;
	color:#000;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}

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

/* Style for the error message */

.error_message {
	display: block;
	height: 30px;
	line-height: 30px;
	color:#282828;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	background-image: url(assets/error.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #F30;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 45px;
}

#succsess_page h1 {
	padding-left:55px;
	background-image: url(assets/success.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 30px;
}
