/* Panel Tab/button */
.tab {
  	background: url(../images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab 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;
}

.tab 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;
}

.tab 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;
}

.tab 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;
}

.tab ul.login li a {
	color: #15ADFF;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url(../images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(../images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(../images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(../images/bt_close.png) no-repeat left -19px;}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 238px;
    width: 100%;
    z-index: 7;
    text-align: center;
}

#panel {
	margin-left: auto;
    margin-right: auto;
	width: 1020px;
	height: 181px;
	color: #c44e7e;
	background: #f5c6dd;
	overflow: hidden;
	position: relative;
	display: none;
	z-index:9999;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .lCorner,
#panel .rCorner {
	float:left;
	width:5px;
	height:5px;
	background:url(../img/sprite-y.jpg) no-repeat -234px -77px;
	font-size:1px;
}

#panel .rCorner {
	float:right;
	background-position:-239px -77px;
}

#panel a {
	display:block;
	float:left;
	width:100%;
	color: #c44e7e;
}
#panel a span {
	display:block;
	clear:both;
	padding:0 5px;
}
#panel a:hover { background:#c34e7b; color:#fff;}
#panel a .ltCorner,
#panel a .rtCorner,
#panel a .lbCorner,
#panel a .rbCorner {
	float:left;
	width:5px;
	height:5px;
	font-size:1px;
}

#panel a .rtCorner,
#panel a .rbCorner {
	float:right;
}

#panel a:hover .ltCorner { background:url(../img/sprite-y.jpg) no-repeat -234px -67px; }
#panel a:hover .rtCorner { background:url(../img/sprite-y.jpg) no-repeat -239px -67px; }
#panel a:hover .lbCorner { background:url(../img/sprite-y.jpg) no-repeat -234px -72px; }
#panel a:hover .rbCorner { background:url(../img/sprite-y.jpg) no-repeat -239px -72px; }

#panel h3 {
	margin:0 0 14px 5px;
	padding:0;
	font-weight:bold;
	font-size:16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #c44e7e;
}