#comprarCredito{
	background:url(../imagem/bg_alpha_01.png);
	margin:10px 0px 0px 0px;
	padding:2px;
	width:650px;
}
#comprarCredito .reais10{
	border-top:1px dotted #FFF;
	height:80px;
	padding:10px 5px;
}
#comprarCredito .reais30{
	border-top:1px dotted #FFF;
	height:80px;
	padding:10px 5px;
}
#comprarCredito .reais50{
	border-top:1px dotted #FFF;
	border-bottom:1px dotted #FFF;
	height:80px;
	padding:10px 5px;
}
#comprarCredito .reais10 p, #comprarCredito .reais30 p, #comprarCredito .reais50 p{
	color:#62f812;
	float:left;
	height:80px;
	margin-right:50px;
	font-size:16px;
	font-weight:bold;
	padding:0px 5px;
	width:250px;
}
#logar{
	background:url(../imagem/bg_alpha_01.png);
	color:#0F0;
	padding:10px;
}

#logar input{
	border:2px solid #027108;
	height:28px;
	font-size:18px;
	width:370px;
}
#logar .opcoes a{
	color:#FF0;
	font-size:14px;
	text-decoration:none;
}
#logar .opcoes a:hover{
	text-decoration:underline;
}