/***** 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-color: #FECB0E;
	height: 50px;
	position: relative;
	top: 0;
	z-index: 999;
	-webkit-box-shadow: 0px 13px 10px 0px rgba(68, 42, 37, 0.3);
	box-shadow: 0px 13px 10px 0px rgba(68, 42, 37, 0.3);
	border-bottom: 3px solid #99ca3c;
	border-top: 2px solid #fff;
}

.tab ul.login {
	display: block;
	position: relative;
	clear: right;
	left: 260px;
	height: 42px;
	width: 960px;
	font-weight: bold;
	line-height: 42px;
	color: white;
	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}


.tab ul.login li {
	text-align: left;
	padding: 0 10px;
	display: block;
	float: left;
	height: 42px;
	font-size: 24px;
	text-shadow: none;
}

.tab ul.login li img {
	margin-top: 5px;
}

#welcome {
	margin-left: 200px;
}

#toggle {
	padding-right: 0;
}

.tab ul.login li a {
	color: #fff;
	font-style: normal;
}

.tab ul.login li a:hover {
	text-decoration: underline;
	font-style: normal;
	filter: alpha(opacity=50);
	opacity: 0.8;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

.tab .sep {
	color: #fff;
	margin-top: 5px;
}

.tab a.open,
.tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 0px !important;
	cursor: pointer;
	display: block;
	position: relative;
	top: 11px;
	text-decoration: none;
}

.tab a.open {}

.tab a.close {}

.tab a:hover.open {}

.tab a:hover.close {}

/* sliding panel */
#toppanel {
	position: fixed;
	/*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%;
	height: 120px;
	color: #999999;
	background: #99ca3c;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 22px;
	padding: 5px 0 0 0;
	margin: 0;
	color: #fff;
	font-style: normal;
	width: 900px;
	text-align: center;
}

#panel h2 {
	font-size: .6em;
	padding: 0;
	margin: 0;
	color: #fff;
	font-style: normal;
	width: 850px;
	text-align: center;
}

#panel p {
	margin: 5px 0;
	padding: 0;
	color: #FFF;
	font-size: .5em;
	line-height: 1.3;
	font-style: normal;
	width: 900px;
	text-align: center;
}

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

#panel a:hover {
	color: white;
}

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

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

#panel .content .left {
	width: 580px;
	float: left;
	padding: 0 15px;
	height: 110px;
}