/* Login Panel */
#top {
 background: url(../images/login_top.jpg) repeat-x 0 0;
 height: 38px;
 position: relative;
}
 
#top ul.login {
 display: block;
 position: relative;
 float: right;
 clear: right;
 height: 38px;
 width: auto;
 font-weight: bold;
 line-height: 38px;
 margin: 0;
 right: 150px;
 color: white;
 font-size: 80%;
 text-align: center;
 background: url(../images/login_r.jpg) no-repeat right 0;
 padding-right: 45px;
}
 
#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 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 ul.login li a {
 color: #33CCCC;
}
 
#top ul.login li a:hover {
 color: white;
}
 
/*Login*/
/* toggle effect - show/hide login*/
#login {
	width: 100%;
	color: white;
	background: #1E1E1E;
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: 0;
}
 
#login a {
	text-decoration: none;
	color: #24b5f9;
}
 
#login a:hover {
 color: white;
}
 
#login .loginContent {
	width: 600px;
	height: 80px;
	padding-top: 25px;
	text-align: left;
	font-size: 0.85em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
 
#login .loginContent .left {
 width: 120px;
 float: left;
 padding-left: 65px;
 font-size: 0.95em;
}
 
#login .loginContent .right {
 width: 290px;
 float: right;
 text-align: right;
 padding-right: 65px;
 font-size: 0.95em;
}
 
#login .loginContent form {
 margin: 0 0 10px 0;
 height: 26px;
}
 
#login .loginContent input.field {
	border: 1px #1A1A1A solid;
	margin-right: 5px;
	margin-top: 4px;
	color: white;
	height: 16px;
	background-color: #333;
}
 
#login .loginContent input:focus.field {
 background: #545454;
}
 
#login .loginContent input.rememberme {
 border: none;
 background: transparent;
 margin: 0;
 padding: 0;
}
 
#login .loginContent input.button_login {
	width: 47px;
	height: 20px;
	cursor: pointer;
	border: none;
	background: transparent url(../images/button_login.jpg) no-repeat 0 0;
	margin-top: 10 px;
}
 
#login .loginClose {
	display: block;
	position: absolute;
	right: 19px;
	top: 7px;
	width: 70px;
	font-size: 0.8em;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
 
#login .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: 0.8em;
 color: white;
}
 
#login .loginClose a:hover {
	background: url(../images/button_close.jpg) no-repeat right -20px;
	font-family: Arial, Helvetica, sans-serif;
}
