/* login panel */

#pan {
	width: 50px;
	float: right;
	margin-right: 15px;
	position: relative;
	top: 3px;
	height: 25px;
}

.panel_button {
	position: absolute;
	top: 1px;
	z-index: 20;
	cursor: pointer;
	width: 50px;
	height: 23px;
	line-height: 23px;
	text-align: right;
	background: url(images/loginicon.png) no-repeat left;
}

#logged {
	width: 56px;
	height: 23px;
	line-height: 23px;
	text-align: right;
	float: right;
	margin-right: 9px;
	margin-top: 4px;
	background: url(images/loginicon.png) no-repeat left;
}

#logged a {
	text-decoration: none;
	color: #666;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	line-height: 27px;
	top: 0;
	font-family: Arial, Helvetica, sans-serif;
}	
	
.panel_button a {
	text-decoration: none;
	color: #666;
	font-size: 10px;
	line-height: 27px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

.panel_button a:hover {
	text-decoration: none;
}

#toppanel {
	position: absolute;
	width: 150px;
	left: 0px;
	z-index: 400;
	text-align: center;
	

}
#panel {
	width: 150px;
	position: absolute;
	top: 1px;
	height: 0px;
	margin-left: -89px;
	z-index: 20;
	overflow: hidden;
	text-align: left;
	padding-bottom: 20px;
}

#panel_contents {
	background: url(images/panbg.png) no-repeat;
	width: 150px;
	padding: 10px;
	position: relative;
	z-index: 300;
	margin-top: 28px;
	color: #fff;
}

#panel_contents input#pwd,
#panel_contents input#log { 
	width: 125px;
}

#panel_contents input { 
	margin-bottom: 10px; 
	background: #fff; 
	border: solid 1px #ddd;
}

#panel_contents input#btn {
	cursor: pointer;
	margin-right: 5px;
}

#panel_contents input#btn a {
	text-align: center;
}

#panel_contents a {
	color: #666;
	text-decoration: underline;
	margin-left: 2px;
}

#panel_contents ul li {
	margin-left: 20px;
	margin-bottom: 5px;
}

#panel_contents label {
	color: #666;
}
