
#entrar_btn{
	background:#EEE url("http://iemais.com.br/img/css/btn-form.png") repeat-x 0 0;
	width:auto;
	overflow:visible;
	margin:0 5px 0 0;
	padding:4px 10px 5px;
	border:1px solid #EEE;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font:bold 11px "Lucida Grande",Arial,Sans-serif;
	color:#fff;
	text-shadow:0 -1px 0 #888;

}

#entrar_btn::-moz-focus-inner{
	padding:0;
	border:0;
}

#entrar_btn:hover,#entrar_btn:focus{
	background-position:0 -5px;
	cursor:pointer;
}


