﻿body {
	width: 100%;
	height: 270px;
	color: #999999;
	background: #272727;
	font: 0.7em/140% "Lucida Grande",Tahoma,Verdana,sans-serif;
    text-shadow: 0 0.091em 0 #000000;
	
}

.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}


#panel .content form {
	margin: 0 0 10px 0;
}

#panel{
width:280px;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	padding-bottom: 3px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #0d0d0d;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}



.ue {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
	border-bottom: 1px groove rgb(187,159,97);
}

input.bt_login {
margin-top:10px;
	width: 74px;
	height: 24px;
	background: transparent url(bt_login.png) no-repeat 0 0;
	border:none;
	cursor: pointer;
}

a:link{
color:rgb(187,159,97);
text-decoration:none;
}


a: visited{
color:rgb(187,159,97);
text-decoration:none;
}

a: hover{
color:rgb(187,159,97);
text-decoration: underline;
}

.left-div{
float:left;
}

.right-div{
float:right;
}