/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  	background: url("../images/tab_b.png") repeat-x scroll 0 0 transparent;
    height: 30px;
    position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 30px;
	width: auto;
  	font-weight: bold;
	line-height: 30px;
	margin: 0;
	right: 0;
  	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	/*background: url(../images/tab_l.png) no-repeat left 0;*/
  	height: 30px;
	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: 30px;
	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: 30px;
  	/*background: url(../images/tab_m.png) repeat-x 0 0;*/
}
.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 5px;
}

.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 */
#log {
   margin-left: auto;
    margin-right: auto;
    position: absolute;
    text-align: center;
    top: 0;
	right:0;
    width: 330px;
    z-index: 999999999;
}
#toppanel {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    top: 0;
    width: 330px;
    z-index: 9999999;
}

#panel {
	width: 300px;
	height: 175px;
	background: #DDDDDD;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	padding:15px;
}

#panel p.h2 {
	font-size: 1.6em;
	padding: 0px 0 10px;
	margin: 0;
}

#panel p.h3{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
/*	color: #15ADFF;*/
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 320px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	/*font-size: 0.85em;*/
}

#panel ul {
    list-style-type:circle;
    padding-left:20px;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
        height:220px;
	border-left: 1px solid #780000;
}

#panel .content .long {
    width:350px;
}

#panel .content .right {
    width:230px;
}

#panel .content form {
	margin: 0 0 10px 0;
}


