.painel-login-form {
	position:relative;
	z-index:10;
	float:left;
	margin:9px 0 0 15px;
  width:158px;
	height:30px;
}
.painel-login-form a {
  display:block;
  width:158px;
  height:30px;
  font-size:14px;
  font-weight:700;
  color:#FFF;
  text-align:center;
	text-decoration:none;
	background:url(../../_img/general-button.png) 0 0;
	text-indent:-9999px;
	overflow:hidden;
}
.show-form a,
.painel-login-form a:hover,
.painel-login-form a:focus {
  background-position:-200px 0;
}
.painel-login-form form {
  position:absolute;
	z-index:15;
	top:0;
	left:-10px;
	width:181px;
	padding-top:40px;
		_padding-top:50px;
  line-height:20px;
  display:none;
	background:url(../../_img/spacer.gif);/*ie6*/
}
.painel-login-form .shadow{
	position:absolute;
	z-index:12;
	top:52px;
	left:2px;
	width:222px;
	height:168px;
	background:#CCC;
	display:none;
}
.painel-login-form .arrow-top {
	position:absolute;
	top:30px;
	left:0;
	width:181px;
	height:10px;
	background:url(../../_img/login_painel_top.png) no-repeat left;
}
.painel-login-form .border-bottom {
	position:absolute;
	bottom:-8px;
	left:0;
	width:181px;
	height:10px;
	background:url(../../_img/login_painel_bottom.png) no-repeat left;
}
.show-form form {
  display:block;
}
.painel-login-form fieldset {
  height:144px;
	margin:0;
	padding:8px;
	background:url(../../_img/bg_login_painel.png) repeat-y left;
}
.painel-login-form fieldset input {
	display:block;
	width:156px;
	height:20px;
	margin:3px 0 8px;
	border:solid 1px #CCC;
}
.painel-login-form button {
	width:158px;
	height:30px;
	border:none;
	font-weight:700;
	color:#FFF;
	background:url(../../_img/general-button.png) 0 -280px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}
.painel-login-form button:hover {
	background-position:-200px -280px;
	cursor:pointer;
}