/*#BEGIN#*/
/*# name="General" reference="ref/loginpanel.css\General.htm" description="General styles" #*/
/* '../images/bt_register.png' */
/* '../images/bt_login.png' */
/* '../images/bt_close.png' */
/* '../images/bt_open.png' */
/* '../images/bt_close.png' */
/* '../images/bt_open.png' */
/* '../images/tab_m.png' */
/* '../images/tab_r.png' */
/* '../images/tab_l.png' */
/* '../images/tab_b.png' *//* Panel Tab/button */
/*.logintab {
  	background: url('../images/tab_b.png') repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
    display:none;
}*/
#loginclose{
  cursor:pointer;
  position:absolute;
  bottom:24px;
  right:24px;
}
#loginclose:hover{
  text-decoration:underline;
}
/*.logintab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}
.logintab ul.login li.left {
        background: url('../images/tab_l.png') no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}
.logintab ul.login li.right {
  	background: url('../images/tab_r.png') no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}
.logintab ul.login li {
	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url('../images/tab_m.png') repeat-x 0 0;
}
.logintab ul.login li a {
	color: #15ADFF;
}
.logintab ul.login li a:hover {
	color: white;
}
.logintab .separator {color:#414141}
.logintab a.open, .logintab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}
.logintab a.open {background: url('../images/bt_open.png') no-repeat left 0;}
.logintab a.close {background: url('../images/bt_close.png') no-repeat left 0;}
.logintab a:hover.open {background: url('../images/bt_open.png') no-repeat left -19px;}
.logintab a:hover.close {background: url('../images/bt_close.png') no-repeat left -19px;}
.logintab ul.login li.welcome{
    padding-top: 0;
}*/
/* sliding panel */
#logintoppanel {
    position: absolute;  /*Panel will overlap  content */
    /*position: relative;*/  /*Panel will "push" the content down */
    top: 0;
    width: 986px;
    z-index: 999;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
#logintoppanel .highlight {
	background-color:#FF9D9D;
	border-bottom:#F30 1px solid;
	border-top:#F30 1px solid;
	padding: 4px 10px
}
#loginpanel {
	width: 100%;
	height: 360px;
      /*color: #999999;
	background: #272727;
      background-color:#8c82aa;*/
      background-color:#999999;
      color:#ffffff;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}
#loginpanel div.default div.block-line{
  background-color:#e2e2e2;
}
#loginpanel label {
  color:#ffffff;
}
#loginpanel a {
  color:#ffffff;
  text-decoration:none;
}
#loginpanel a:hover {
  color:#ffffff;
  text-decoration:underline;
}
#loginpanel a:visited {
  color:#ffffff;
  text-decoration:none;
}
#loginpanel #rememberme{
  border:none;
  width:auto;
}
#loginpanel p {
	margin: 5px 0;
	padding: 0;
}
#loginpanel .logincontent {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
      /*text-align: left;
	font-size: 0.85em;*/
}
#loginpanel .logincontent .left {
	width: 280px;
	float: left;
	padding: 0 15px;
      /*border-left: 1px solid #333;*/
}
#loginpanel .logincontent .right {
      /*border-right: 1px solid #333;*/
}
#loginpanel .logincontent form {
	margin: 0 0 10px 0;
}
/*#loginpanel .logincontent label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}
#loginpanel .logincontent input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}
#loginpanel .logincontent input:focus.field {
	background: #545454;
}*/
/* BUTTONS */
/* Login and Register buttons */
/*#loginpanel .logincontent input.bt_login,
#loginpanel .logincontent input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}
#loginpanel .logincontent input.bt_login {
	width: 74px;
	background: transparent url('../images/bt_login.png') no-repeat 0 0;
}
#loginpanel .logincontent input.bt_register {
	width: 94px;
	color: white;
	background: transparent url('../images/bt_register.png') no-repeat 0 0;
}*/
#loginpanel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}
.forgotformdiv {
    display: none;
}

/*#END#*/

