html{ }

.loginContainer
{
	width:301px;
	height:133px;
	float:left;
	background:url('../img/bgLogin.jpg') no-repeat;
	background-color:#000000;
	position: relative;
	z-index: 1000;
}

.formContainer
{
	padding-top:10px;
	padding-left:7px;
	float:left;
}

.loginInput
{
	width: 230px;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: none;
	height: 15px;
	padding: 4px 5px 2px;
	font-size: 12px;
	float: left;
}
.formItem
{
    padding-left:10px;
	float:left;
}

.txtBox
{
   	font-size:12px;
	width:251px;
	height:23px;
	padding-left:7px;
	margin-bottom:8px;
	border:0px;
	background-color:#FFFFFF;
}

.textoLaranja
{
	padding-left:9px;
	color:#FF500D;
	font-size:11px;
	float:left;		
}

.textoAzul
{
	padding-left:7px;
	color:#40C3E1;
	font-size:11px;
	float:left;		
}

.separador
{
	margin-top:10px;
	font-size:0px;
	line-height:0px;
	float:left;
}

.btnRecuperar
{
	margin-left:7px;
	margin-top:5px;
	font-size:0px;
	line-height:0px;
	float:left;
    height: 13px;
}

.btnClose
{
	margin-right:23px;
	margin-top:12px;
	font-size:0px;
	line-height:0px;
	float:right;
}

.onlineContainer
{
	width:301px;
	height:39px;
	float:left;
	background:url('../img/bgOnline.jpg') no-repeat;
	background-color:#000000;
}

.txtLogout
{
	padding-top:12px;
	padding-right:7px;
	color:#000000;
	font-size:11px;
	float:right;		
}

.txtLogout a
{
	color:#000000;
	text-decoration:none;
}

.txtAlterar
{
	padding-top:12px;
	padding-right:15px;
	color:#FFFFFF;
	font-size:11px;
	float:right;		
}

.txtAlterar a
{
	color:#FFFFFF;
	text-decoration:none;
}

.txtNome
{
	padding-top:12px;
	padding-left:7px;
	color:#FFFFFF;
	font-size:11px;
	float:left;		
}
