.box_login{
	float: right;
	padding-right: 2px;
	margin-right: 20px;
	height: 20px;
	width: auto;
	top: -1px;
	margin-bottom: 40px;
}
.img_form {
	margin-left: 10px;
	margin-bottom: -5px;
}

.logado_texto{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:9px;
  font-weight: normal;
  color:#333333;     
}
.login_texto{
	font-size:11px;
	font-weight:bold;
	color:#999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.input_login {
	width: 150px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
	font-size: 10px;
	height: 20px;
	background-color: transparent;
	background-image: url(../images/site/login.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center center;
}
.input_senha {
	width: 115px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
	font-size: 10px;
	height: 20px;
	background-color: transparent;
	background-image: url(../images/site/senha.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center center;
}

