@CHARSET "ISO-8859-1";
.panel-login
{

	height:30px;
	padding-top:5px;
	width:100%;
	margin-top:10px;
	/*margin-top:-100px;
	
	margin-top:-25px;
	top:0px;
	width:460px;
	height:40px;
	text-align:right;
*/
}
.panel-login span
{

display:block;
float:left;
margin-left:20px;
margin-right:20px;
width:150px;
height:20px;
	}
.panel-login input
{
	width:138px;
	
}
.panel-login select
{
	width:138px;
	border:1px solid #D0D0D0;
}
.login-panel-submit
{
background:#9CC829 none repeat scroll 0% 50%;
border:0px none;
color:#000000;

}
.login-panel-submit:hover
{
	background:#B6E535;
	cursor:pointer;
}
.is-online
{
	/*background: transparent url(/assets/default/images/background/loggedin.gif) repeat-x scroll 0pt;*/
	color:#000;
}
.is-online a
{
		color:#000;
}
.is-online input
{
	background: transparent url();
	color:#000;
	border:0px;
	width:auto;
}
.is-online div
{
padding-left:20px ;
}
.is-online #logout
{
	float:right;
	padding-right:20px;
	text-align:right;
	margin-top:-40px;
}

