body {
	background-color: #000000;	
	margin: 0px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 
  	Helvetica, Arial, "Lucida Grande", sans-serif;
}

#main {
	margin: 0 auto;
	height: 848px;
	width: 1039px;
	padding-top: 284px;
	background-image: url('../images/login_bg.jpg');
	background-repeat: no-repeat;
}


#login {

	background-color: #fff;
	margin: 0 auto;
	height: 230px;
	width: 255px;
	padding-left: 23px;
	padding-top: 14px;
	-webkit-box-shadow: 5px 5px 10px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    5px 5px 10px rgba(50, 50, 50, 0.75);
	box-shadow:         5px 5px 10px rgba(50, 50, 50, 0.75);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    margin-top:-75px;
}

#login h1 {
	width: 85px;
	height: 25px;
	font-size: 24px;
	margin-top: 14px;

}

#login input {
	
	width:210px;
	height:26px;
	color: #5b5a5a;
	line-height: 26px;
	padding-left: 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 28px;

}


#login input:focus
{ 
	border: 3px solid #57bcff;
	 -webkit-box-shadow:0 0 1px #57bcff;
	 -moz-box-shadow:0 0 1px #57bcff;
	 box-shadow:0 0 1px #57bcff;
	 outline: none;


}

#logo {
	margin: 0 auto;
	width: 295px;
	height: 147px;
	background-image: url('../images/logo.png');
    background-repeat:no-repeat;
    background-size: 270px;
	background-position: center;
	margin-top: 10px;
}

#button,#btnLogin {

	width: 209px;
	height: 28px;
	margin-left: 5px;
	background-image: url('../images/button.png');
	background-repeat: no-repeat;
	background-position:center; 
	cursor: pointer;
	border: 0;
}

#button:hover,#btnLogin:hover {
	background-image: url('../images/button_hover.png');
	background-repeat: no-repeat;

}

.login_elem {
    height:35px;
}

.login_elem_pwd {
    height:35px;
    padding-top:5px;
}

.login_elem_valid {
    padding-top:2px;
}

.login_button {
       margin-top:10px;
}
