/* @override http://durocast.com/style2.css */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #f6fdec;
	line-height: 20px;
	font-family: Helvetica Neue, helvetica, arial, sans-serif;
	color: #454349;
}

a {
	color: #469dbb;
}

a:hover {
	color: #d10938;
}

.error {
	color: #d10938 !important;
}

.success {
	color: #0bba0b !important;
}

h1, h2, h3, p {
	margin-bottom: 20px;
}

p {
	font-size: 13px;
}


h2, h3 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica L", helvetica, arial, sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 20px;
}

h1 a {
	background: url(images2/logo.jpg) no-repeat;
	display: block;
	text-indent: -9999px;
	height: 80px;
	width: 400px;
	margin-top: 10px;
}

#header {
	height: 280px;
	background: url(images2/header.jpg) no-repeat;
	text-indent: -9999px;
	margin-bottom: 40px;
	margin-top: -10px;
}

.box {
	background: url(images2/bg.jpg);
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
	color: #f6fdec;
}

.box h3, .box p {
	margin: 20px;
	text-shadow: 1px 1px 10px black;
	color: #f6fdec;
}

.box h3 {
	font-size: 20px;
	line-height: 20px;
}

.box label {
	display: block;
	float: left;
	width: 100px;
}

.box input[type=text], .box input[type=password] {
	width: 220px;
	margin-right: 20px;
}


#footer {
	width: 100%;
	margin-top: 40px;
	height: 40px;
	float: left;
	clear: both;
	background: #2D2D2F;
	color: #777;
	line-height: 40px;
}

#footer p {
	margin-bottom: 0;
	height: 20px;
}

#footer a {
	text-decoration: none;
}

#footer .copyright {
	margin-left: 10px;
	margin-right: 75px;
}


