/** generated by csspp **/
body{
	min-width: 600px;	
}

#login-panel{
	position:absolute;
	z-index:1000;
	/*left:50%;
	/*margin-left:-325px;
	top:140px;*/
	text-align:left;
	font-size:16px;
	border:5px solid white;
	background:rgb(245,231,230) url('../img/bg-login-panel.gif') bottom left repeat-x;
}

#login-panel div{
	color:rgb(166,31,48);
	padding:0 18px 50px 32px;
	display:block;
	width:600px;
	height:365px;
	background:url('../img/bg-logo.gif') bottom right no-repeat;
}

#login-panel h2{
	font-family:'Georgia', 'Serif';
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:normal;
	letter-spacing:3px;
	color:white;
	font-size:21px;
	height:45px;
	margin:0 -18px 0 -32px;
	padding:55px 18px 0 32px;
	background:rgb(166,31,48);
}

#login-panel #request-password{
	color:rgb(210,142,150);
	font-size:12px;
	margin-left:175px;
	float:left;
	line-height:40px;
	font-weight:bold;
}

#login-panel label,
#login-panel .desc{
	margin:-21px -18px 20px -32px;
	padding:9px 18px 10px 207px;
	line-height:40px;
	height:40px;
	border-top:1px solid rgb(210,142,150);
	border-bottom:1px solid rgb(210,142,150);
}

#login-panel .desc{
	padding:15px 18px 10px 32px;
	margin-top:-1px;
	color:rgb(19,45,50);
}

#login-panel label span{
	margin-left:-175px;
	float:left;
}

#login-panel input{
	font-weight:normal;
	width:411px;
	height:26px;
	padding:6px;
}

#login-panel button{
	float:right;
	height:40px;
	width:138px;
	padding:0 30px 0 12px;
	background:rgb(166,31,48) url('../img/arrows.gif') right -110px no-repeat;
}

#login-panel a.close{
	position:absolute;
	top:0;right:0;
	width:30px;
	padding-top:30px;
	height:0;
	font-size:5px;
	overflow:hidden;
	background:url('../img/close.gif') top left no-repeat;
}

