#top {
	height: 0px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	width:980px;
}
#trm{
	position:relative;
	background: url(images/login_top.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height:8px;
	z-index:1;
}
#top ul.login {
	display: block;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	float: right;
	right:0px;
  	clear: right;
  	height: 38px;
	width: auto;
  	font-weight: bold;
	line-height: 38px;
	margin: 0;
  	color: white;
  	font-size:10px;
	text-align: center;
  	background: url(images/login_r.jpg) no-repeat right 0;
	padding-right: 45px;
	top:-8px;
	z-index:2;
	
}

#top ul.login li.left {
  	background: url(images/login_l.jpg) no-repeat left 0;
  	height: 38px;
	width: 45px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
	top:-8px;
	z-index:2;
}

#top ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 38px;
  	background: url(images/login_m.jpg) repeat-x 0 0;top:-8px;
	z-index:2;
}

#top ul.login li a {
	color: #69C;
}

#top ul.login li a:hover {
	color: white;
}
#login {
	width: 100%;
	color: white;
	background: #1E1E1E;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
}

#login a {
	text-decoration: none;
	color: #33CCCC;
}

#login a:hover {
	color: white;
}
#logtitle{
	color:#69C;
	font-size:18px;
	margin-bottom:20px;
}
#login .loginContent {
	width: 550px;
	height: 80px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
	font-size:10px;
}

#login .loginContent .left {
	width: 120px;
	float: left;
	padding-left: 65px;
	font-size:10px;
}

#login .loginContent .right {
	width: 290px;
	float: right;
	text-align: right;
	padding-right: 65px;
	font-size:10px;
}

#login .loginContent form {
	margin: 0 0 10px 0;
	height: 26px;
}

#login .loginContent input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 5px;
	margin-top: 0px;
	color: white;
	height: 18px;
}

#login .loginContent input:focus.field {
	background: #545454;
}

.button_login {
	position:absolute;
	top:53px;
	width: 70px;
	height: 20px;
	cursor: pointer;
	border: none;
	background: transparent url(images/button_login.jpg) no-repeat 0 0;
}

.loginClose {
	display: block;
	position: absolute;
	right: 15px;
	top: -90px;
	width: 70px;
	font-size:10px;
	text-align: left;
	z-index:8;
}

.loginClose a {
	display: block;
	width: 100%;
	height: 20px;
	background: url(images/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size:10px;
	color: white;
}

.loginClose a:hover {
	background: url(images/button_close.jpg) no-repeat right -20px;
}