* { margin: 0; padding: 0; }
		
		html {
	background: url(background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: auto;
		}
		
#container {
	background-image: url(overlay.png);
	background-repeat: repeat;
	float: left;
	height: 800px;
	width: 420px;
	margin-left: 70px;
	padding-right: 50px;
	padding-left: 50px;
}
#navigation {
	background-image: url(navback.png);
	height: 33px;
	width: 100%;
	margin-top: 35px;
	position: absolute;
 	text-align: right;
	padding-top: 12px;
}
#navigation a {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	filter: alpha(opacity=100);
	opacity: 1;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration:underline;
}
#container p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	line-height: 30px;
}
#container p span {
	font-size: 24px;
	font-weight: bold;
}
#container small {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-top: 300px;
}


label {
	display: block;
	color: #999;
}
.cf:before,
.cf:after {
    content: ""; 
    display: table;
}

.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
:focus {
	outline: 0;
}
.loginform {
	width: 300px;
}
.loginform ul {
	padding: 0;
	margin: 0;
}
.loginform li {
	display: inline-block;
	float: left;
}
.loginform input:not([type=submit]) {
	padding: 5px;
	margin-right: 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 
				0px 1px 0px 0px rgba(250, 250, 250, 0.5);
	height: 40px;
	margin-bottom: 12px;
}
.loginform input[type=submit] {
	border: 1px solid white;
	background: #344772; /* Old browsers */
	background: -moz-linear-gradient(top,  #344772 0%, #344772 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#344772), color-stop(100%,#344772)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #344772 0%,#344772 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #344772 0%,#344772 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #344772 0%,#344772 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #344772 0%,#344772 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#344772', endColorstr='#344772',GradientType=0 ); /* IE6-9 */
	color: #fff;
	padding: 15px 20px;
	margin-right: 20px;
	margin-top: 15px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
	font-weight:bold;
}
