
/***** 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-container {
	position:relative;
	margin-left: auto;
	margin-right:auto;
	width:940px;
}

.tab {
	position:relative;
    top: 5px;
	right:0;
    z-index: 999;
}



.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	font-weight: bold;
	margin: 0;
	right: 0px;
	list-style: none;
	
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;

}

.tab a.open {
	width:120px;
	padding:5px;
	font-size:11px; 
	background-color: #ffffff;
	color:#534029;
	text-decoration:none;
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-right-radius: 5px; 
	-webkit-border-bottom-left-radius: 5px; 
	border-bottom: solid 5px #d5d5d5;
	border-left: solid 5px #d5d5d5;
	border-right: solid 5px #d5d5d5;
	}

.tab a:hover.open {
	
	padding:5px;
	font-size:11px; 
	background-color: #ffffff;
	color:#00b2e0;
	text-decoration:none;
	-moz-border-radius-bottomleft: 8px; 
	-moz-border-radius-bottomright: 8px; 
	-webkit-border-bottom-right-radius: 8px; 
	-webkit-border-bottom-left-radius: 8px; 
}

.tab a.close {
	width:120px;
	padding:5px;
	font-size:11px; 
	background-color: #ffffff;
	color:#534029;
	text-decoration:none;
	-moz-border-radius-bottomleft: 8px; 
	-moz-border-radius-bottomright: 8px; 
	-webkit-border-bottom-right-radius: 8px; 
	-webkit-border-bottom-left-radius: 8px; 
	border-bottom: solid 5px #d5d5d5;
	border-left: solid 5px #d5d5d5;
	border-right: solid 5px #d5d5d5;
	top: -5px;
	}
	
.tab a:hover.close {
	padding:5px;
	font-size:11px; 
	background-color: #9CCAEE;
	color:#ffffff;
	text-decoration:none;
	}

/* sliding panel */
#toppanel {
    position: relative;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	color: #999999;
	background: #ffffff;
	background-repeat: repeat-x;
	background-position:bottom;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel p {
	margin: 5px 0;
	padding: 0;
	color:#000000;
}

#panel a {
	text-decoration: none;
	color: #15ADFF; 
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 940px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
}

#panel .content .right {
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
	color:#666666;
}

#panel .content input.field {
	border: 5px #dfdfdf solid;
	color:#674f2e;
	background: #ffffff;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 180px;
	height: 16px;
	padding: 5px;
	float: left;
}

#panel .content input:focus.field {
	background: #ffffff;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 59px;
	background-color:#00b2e0;
	color:#ffffff;
	padding:5px;
	float: left;
	margin-top:20px;
	height: 36px;
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-right-radius: 5px; 
	-webkit-border-top-left-radius: 5px; 
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-right-radius: 5px; 
	-webkit-border-bottom-left-radius: 5px; 
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../_images/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

