#login-box {
	float: left;
	width: 300px;
	height: 125px;
	background-image: url(../images/login-box.gif);
	background-repeat: no-repeat;
	padding: 0 10px 0 0;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

#login-box input {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 1px;
	width: 150px;
}

#login-box input.button {
	width: 90px;
	height: 25px;
	background-image: url(../images/btn_login.gif);
	border: 0;
}

#register-box {
	float: left;
	width: 255px;
	height: 125px;
	padding: 0;
	background-image: url(../images/register-box.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
}

#beneficios {
	width: 565px;
	height: 220px;
	background-image: url(../images/home-beneficios_back.jpg);
	background-repeat: no-repeat;
	margin: 10px 0 0 0;
	position: relative;
}

.beneficios_txt {
	position: absolute;
	left: 30px;
	bottom: 42px;
	width: 225px;
	color: #FFFFFF;
}

#beneficios_btn01 {
	position: absolute;
	width: 51px;
	height: 51px;
	left: 294px;
	bottom: 39px;
}

#beneficios_btn02 {
	position: absolute;
	width: 51px;
	height: 51px;
	left: 364px;
	bottom: 39px;
}

#beneficios_btn03 {
	position: absolute;
	width: 51px;
	height: 51px;
	left: 434px;
	bottom: 39px;
}

#beneficios_btn04 {
	position: absolute;
	width: 51px;
	height: 51px;
	left: 504px;
	bottom: 39px;
}
