/* Panel Tab/button */
.tab {
	background:url('../images/bg-row2.gif') no-repeat -5px 0;
	float:right;
}

.tab ul.login {
  	float: right;
  	height: 30px;
  	font-weight: bold;
		margin: 0;
  	color: white;
  	font-size: 80%;
}

.tab ul.login li {
 	text-align: left;
  padding: 0 6px;
	display: block;
	float: left;
}

.tab ul.login li a {color: #15ADFF;}
.tab ul.login li a:hover {color: white;}
.tab .sep {color:#414141}

.tab a.open {
	background: url(../images/login-arrow.gif) no-repeat left -2px;
	height: 40px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 90px;
	position: relative;
	top: 10px;
}
.tab a.close {
	background: url(../images/close-arrow.gif) no-repeat left -2px;
	height: 40px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 10px;
	position: relative;
	top: 10px;
}

/* sliding panel */
#panel {
	float:right;
	width: 0px;
	height: 48px;
	color: #999999;
	overflow: hidden;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

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

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

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

#panel .content label {
	float: left;
	padding: 8px 5px;
	display: block;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

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