@charset "UTF-8";
/* CSS Document */

html{
	height:100%;
}

body{
	height:100%;
	padding:0px;
	height:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background:#000;
	color:#ccc;
}

a{
	color:#E56606;
}

.logo{
	width:280px;
	height:108px;
	margin:30px auto 20px auto;
}

.title{
	margin:30px auto 50px auto;
	width:280px;
	font-size:11px;
	color:#333;
	text-align:center;
}

.loginform{
	width:280px;
	margin:0 auto 50px auto;
}

input.loginbtn{
	height:30px;
	width:203px;
	background:#000;
	color:#FFF;
	font-size:15px;
	cursor:pointer;
	margin-top:10px;
	border:none;
	text-align:right;
	padding:0px;
}

input.loginbtn:hover{
	color:#E56606;
	background:none;
}

input.textbox{
	width:200px;
	line-height:30px;
	height:30px;
	border:none;
	background:#000;
	border-bottom:1px solid #333;
	outline:none;
	color:#E56606;
}

span.error{
	color:#E56606;
}
