html{
	overflow: hidden;
}

body {
	background: #000000;
	font-family: Helvetica, Arial, sans-serif;
}

.message {
	position: absolute;
	width: 100%;
	padding: 10px;
	background: pink;
	border-bottom: solid 1px red;
	text-align: center;
}

#wrapper {
	position: absolute;
	height: 768px;
	width: 1280px;
	top: 50%;
	left: 50%;
	margin-top: -384px;
	margin-left: -660px;
	background: #020202 url(../img/core/user_login.jpg) fixed center center no-repeat;
}

#content {
	height:280px;
	left:50%;
	margin-left:-32px;
	margin-top: -46px;
	position:absolute;
	top:50%;
	width:350px;
}

#user_login {
	height:160px;
	margin:90px 0 0 255px;
	width:335px;
}

.input {
	padding: 10px;
	
}

input {
/*
	border: none;
	font-size: 14px;
	height: 18px;
	padding: 11px 11px 9px;
	width: 204px;
	background: url(../img/core/txt_sprites.png);
	margin-top: -10px;
*/

	font-family: Helvetica, Arial;
	font-size: 16px;
	float: right;
	width: 206px;
	border: 1px solid #cccccc;
	color: #565656;
	margin: 2px 13px 10px 2px;
	height: 18px;
	padding: 10px 10px 8px;
	-moz-box-shadow: inset 0 3px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 3px 3px rgba(0,0,0,0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

input:focus {
	background: #10A0E5;
	color: #FFFFFF;
}

label {
	font-size: 16px;
	font-weight: bold;
	height: 16px;
	padding: 16px 10px 8px 0px;
	color: #555555;
	float: left;
	margin-bottom: 10px;
}

.submit input {
	float: right;
	width: 101px;
	height: 32px;
	background: url(../img/core/submit.png);
	margin: -45px 23px 0px 0px;
	text-indent: -3000px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
}

.submit input:hover {
	cursor: pointer;
}

.checkbox {
	width: 16px;
	height: 16px;
	margin: 8px 3px 0px 100px;
	float: left;
}

.checkbox_wrapper label {
	padding: 10px 3px 8px 0px;
	font-size: 12px;
}