/* Login Panel */
#top {
 background: url(/webgfx/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: 100px;
 color: #fff;
 font-size: 10px;
 text-align: center;
 background: url(/webgfx/login_r.png) no-repeat right 0;
 padding-right: 45px;
}
 
#top ul.login li.left {
 background: url(/webgfx/login_l.png) 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(/webgfx/login_m.jpg) repeat-x 0 0;
}
 
#top ul.login li a {
 color: #4CC552;
}
 
#top ul.login li a:hover {
 color: #fff;
}
 
/*Login*/
/* toggle effect - show/hide login*/
#login {
 width: 100%;
 color: #fff;
 background: #1E1E1E;
 overflow: hidden;
 position: relative;
 z-index: 3;
}
 
#login a {
 text-decoration: none;
 color: #4CC552;
}
 
#login a:hover {
 color: #fff;
}
 
#login .loginContent {
 width: 480px;
 height: 40px;
 margin: 0 auto;
 text-align: left;
 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: 4px;
 color: #fff;
 height: 16px;
}
 
#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(/webgfx/button_login.jpg) no-repeat 0 0;
}
 
#login .loginClose {
 display: block;
 position: absolute;
 right: 5px;
 top: 5px;
 width: 170px;
 font-size: 10px;
 text-align: left;
}
 
#login .loginClose a {
 display: block;
 width: 100%;
 height: 20px;
 background: url(/webgfx/cancel.png) no-repeat right 0;
 border: none;
 font-size: 10px;
 color: #fff;
}
 
#login .loginClose a:hover {
 background: url(/webgfx/cancel.png) no-repeat right 0;
}
.login_img {
padding-top: 12px;
}
.login_img_flag {
padding-top: 15px;
}