/* Panel Tab/button */
.tab {
	height: 31px;
	position: relative;
	top: 0;
	z-index: 999;
}
.tab ul.login {
	display: block;
	position: relative;
	float: right;
	clear: right;
	height: 31px;
	width: auto;
	line-height: 42px;
	margin: 0;
	right: 5px;
	color: white;
	text-align: center;
}

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

.tab ul.login li.right {
  	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;
}

.tab ul.login li a {
	color: #bfbfbf;
}
.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: 0px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 0px;
	margin-right: 50px;
}
/* sliding panel */
#toppanel {
	position: absolute;
	top: 0;
	width: 990px;
	z-index: 999;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#panel {
	width: 100%;
	height: 230px;
	color: #CCC;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}
#panel .content .left {
	width: 430px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#panel .content .right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 430px;
	float: left;
	padding: 0 15px;
}
#panel .content form {
	margin: 0 0 10px 0;
}
#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}
#panel .content textarea:focus.field {
	background: #545454;
}
#panel .content textarea.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
}
#panel .content input:focus.field {
	background: #545454;
}
.input{
	border:1px solid #a5a5a5;
	background:none;
	cursor:text;
	margin:5px 0;
	padding:2px;
	width:200px;
}
textarea.input{
	width:415px;
	height:100px;
}
.input:focus, .textarea:focus{
	border:1px solid #000;
}
/* Form Styles */

