* {
	margin: 0;
	padding: 0;
}

body {
	background: transparent url(../images/login/body-bg.gif) repeat top left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#header {
	background: #010101 url(../images/login/header-bg.jpg) no-repeat top center;
	width: 100%;
	height: 150px;
	position: relative;
	clear: both;
	border-bottom: 1px solid #000000;
}

#logo {
	background: transparent url(../images/login/logo.png) no-repeat top center;
	width: 180px;
	height: 90px;
	margin: 0 auto;
	position: relative;
	float: left;
	display: block;
	top: 35px;
}

#message {
	background: transparent url(../images/login/message.png) no-repeat top center;
	width: 540px;
	height: 80px;
	margin: 0 auto;
	position: relative;
	display: block;
	top: 35px;
}

#wrapper {
	border-top: 1px solid #444444;
	position: relative;
	width: 100%;
	clear: both;
}

#page {
	width: 600px;
	margin: 20px auto;
	text-align: center;
}

input {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	background: #FFFFFF;
	border: none;
	margin: 5px 0;
	padding: 4px 6px;
	box-shadow: 0 2px 20px #141414;
 	-moz-box-shadow: 0 2px 20px #141414;
 	-webkit-box-shadow: 0 2px 20px #141414;
	font-size: 18px;
	text-align: center;
}

.submit {
	display: inline-block;
	background: transparent url(../images/login/btn-green.png) repeat-x 0 0;
	border: 1px solid #1C3600;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-khtml-border-radius: 20px;
	padding: 4px 8px;
	margin: 6px 0;
	color: #213E01;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 0 -1px #6FD700;
	line-height: 18px;
	cursor: pointer;
	box-shadow: 0 1px 12px #141414;
  	-moz-box-shadow: 0 1px 12px #141414;
  	-webkit-box-shadow: 0 1px 12px #141414;
}

#error {
	background: #FFC1C1;
	border: 1px solid #B93B3B;
	color: #B93B3B;
	padding: 4px;
	width: 100%;
}