/* ------------------------------------------
	Page style - not required for forms
------------------------------------------ */
body {
	font-family: Raleway, sans-serif;
}

h4 {
	margin: 0 0 4px;
}

h2 {
	margin: 0 0 30px;
}

h3 {
	margin: 0 0 20px;
}

h5 {
	font-size: 17px;
	padding-bottom: 10px;
	color:rgb(234, 88, 12);
}

.header {
	font-size: 36px;
	line-height: 50px;
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 1);
	background: url('../images/logo.png') no-repeat;
	height: 201px;
	width: 1140px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.content {
	margin-bottom: 50px;
	/*margin-top: 10px;*/
	padding: 35px 0 25px 0;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	/*border: 1px solid #eee;*/
	/*border-bottom-width: 5px;
	background: #fff;*/
}

.error {
	color: red;
}
