* {
	margin: 0;
	padding:  0;
}

html {
	height: 100%
}
body {
	height: 100%;
	background: #181818;
	font: 16px/16px normal "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
}

#login {
	width: 300px;
	background: #272727;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -100px;
	border: 1px solid #090909;
}

#login form {
	border: 1px solid #2e2e2e;
	padding: 15px;
}

#login div.input{
	line-height: 22px;
	padding: 0 0 5px 0;
}
#login label {
	display: block;
	font-size: 12px;	
}

#login div.input input{
	border:  1px solid #2e2e2e;
	background: url(../img/bg_input.png) repeat-x;
	height: 17px;
	padding: 3px 0 0 3px;
	color: #4e4e4e;
	width: 100%;
}

#login div.submit{
	padding-top: 10px;
	overflow: hidden;
}

#login div.submit input{
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 20px;
	float: right;
	background: url(../img/icons/tick.png) no-repeat;
	padding-left: 22px;
	border: 0;
	text-align: left;
}

#preview {
	width: 300px;
	background: #272727;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: 80px;
	border: 1px solid #090909;
}

#preview a {
	border: 1px solid #2e2e2e;
	display: block;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	color: #fc0;
}
