* {
	margin: 0px;
	margin: 0px;
	text-decoration: none;
	list-style: none;
	outline: none; }
	
body {
	background: transparent url('../img/login_bg.png') left top repeat-x;
	font-family: Tahoma, Geneva, sans-serif; }
	
.content {
	width: 439px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	padding: 77px 0px 0px 0px;}
	
.logo {
	background: transparent url('../img/login_logo.png') left top no-repeat;
	width: 215px;
	height: 18px;
	float: left;
	font-size: 13px;
	color: white;
	padding: 55px 0px 0px 0px;}
	
.lang {
	float: right;
	font-size: 12px;
	text-decoration: underline;
	color: #fff694;
	margin: 65px 0px 0px 0px;}
	
a:hover.lang { text-decoration: none; }
	
.content form {
	background: transparent url('../img/form_bg.png') left top no-repeat;
	width: 404px;
	height: 219px;
	display: block;
	float: left;
	clear: both;
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 32px;}
	
.content form p {
	color: #1c1c1b;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 20px 0px;}
	
.line {
	display: block;
	float: left;
	clear: both;
	width: 400px;
	padding-bottom: 15px;}
	
.line label {
	float: left;
	font-weight: bold;
	color: #777;
	font-size: 13px;
	width: 93px;
	padding: 7px 0px 0px 0px;}
	
.line input {
	width: 220px;
	height: 18px;
	border: none;
	padding: 5px;
	border: 1px solid #696969; }
	
.enter {
	background: transparent url('../img/enter.png') left top no-repeat;
	width: 232px!important;
	height: 32px!important;
	border: none!important;
	color: white;
	font-weight: bold;
	cursor: pointer;
	font-size: 15px;}
.error{
	display:block;
	clear:both;
	margin:0px auto;
	color:red;
	width: 300px;
	text-align:center;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px; }	

