#panel,#toppanel,#panel_contents,#panel_buttons{
font-size:11px;
color:white;
}


.panel_button {
	margin: 0px;
	position: relative;
	top: 0px;
	width: 960px;
	height: 24px;
	background: transparent url(./images/bg_login_button2.png) no-repeat 100% 0px;
	z-index: 20;
	cursor: pointer;

	
}
.panel_button_user {
	margin: 0px;
	position: relative;
	top: 0px;
	width: 960px;
	height: 24px;
	background: transparent url(./images/bg_login.png) no-repeat 100% 0px;
	z-index: 20;
	cursor: pointer;

	
}
.panel_button img, .panel_button_user img{
	position: relative;
	top: 4px;
	border: none;
}
.panel_button .loginbutton,  .panel_button_user .loginbutton{
	position: absolute;
	top: 0px;
	right: 0px;
	margin-right:0px;
	width:140px;
	text-align:center;
}
.panel_button a, .panel_button_user a {
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	top: 0px;
	left: 4px;
	font-family: Arial, Helvetica, sans-serif;
}
.panel_button a:hover, .panel_button_user a:hover{
	color: #999999;
}

#toppanel {
	position: absolute;
	width: 960px;
	top: 0px;
	z-index: 25;
	text-align: right;

}
#panel {
	width: 960px;
	position: relative;
	top: 0px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#panel_contents {
	background: transparent url(./images/bg_login.jpg) repeat-y 100% 1px;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
	height: 100%;
	width: 964px;
	position: absolute;
	z-index: -1;
}

.border {
	border: 0px #1d1d1d solid;
}

div#login {
	width: 700px;
	height: 75px;
	position: absolute;
	right: 0px;
	top: 10px;
	padding:0px 10px;
	background:transparent;
	text-align:right;
}
div#login p {
	color: #3B4753;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
}
div#login input#password {

}
div#login input#login_btn {
	border: 1px #899690 solid;
	cursor: pointer;
}

#panel input {
margin-top:2px;
}

#username,#password {
width:150px;
}
