html,body,div,p,h1,h2,h3 {
	font: normal 14px 'Open Sans', Lucidia Grande, Helvetica, Arial, sans-serif; 
	font-weight:400; 
	color: #282828; 
	line-height: 18px;
	}

body {
	margin:0;
	padding:0;
	height:100%;
	text-align: center;
	min-width: 975px;
	background-color:#e7e7e8;
	font: normal 14px 'Cabin', Lucidia Grande,Helvetica, Arial, Helvetica, sans-serif; font-weight:400; 
	color: #000; 
	line-height: 18px;
	}
a {
	color: #00aeef;
	text-decoration: none;
}
#log-in{
	width:270px;
	min-height:220px;
	position:absolute;
	left:50%;
	top:40%;
	margin:-75px 0 0 -135px;
	background-color:#FFF;
	-webkit-box-shadow: 0px 0px 5px 0px #050505;
-moz-box-shadow: 0px 0px 5px 0px #050505;
box-shadow: 0px 0px 5px 0px #050505;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#wrapper {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	}
#log-in-wrapper {
	width: 400px;
	text-align:right;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-right:20px;
	margin-left: -175px;  /***  width / 2   ***/
	position: absolute;
	top: -220px;          /***  height / 2   ***/
	left: 50%;
	background-color:#FFF;
	border:#CCC;
	border-width:1px;
	border-style:solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 5px #808080;
	-moz-box-shadow: 0px 0px 5px #808080;
	box-shadow: 0px 0px 5px #808080;
	}
#forgotten-password {
	width: 380px;
	text-align:left;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right:10px;
	padding-left:20px;
	display:block;
	float:left;
	}
#login-prompt {
	width: 400px;
	text-align:left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right:10px;
	padding-left:20px;
	display:block;
	float:left;
	}
#log-in-header {
	width: 420px;
	text-align:center;
	display:block;
	float:left;
	background-color:#000;
	margin-bottom:20px;
	height:80px;
	-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
background: #45484d; /* old browsers */
background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* ie */
	}
#logo {
	display:inline;
	width: 50px;
	height:50px;
	text-align:left;
	float:left;
	background-color:#999;
	position: relative;
	top: -30px;
	right: 0px;
	}
