/**************************/
/*    CSS Área Privada    */
/**************************/

#loginBox
 {
	text-align:center;
	font-family: Arial;
	background: #ed1c24;
	color: white;
	font-size: 10px;
    font-weight:bold;
    width:350px;
    height:218px;
}	

#Title
{	
	text-align:center;
	text-decoration: underline;
	font-size: 17px;
	font-weight: bold;
	position: relative;
	top: 10px;
}

#FormAutenticacao
{
	text-align: left;
	position: relative;
	top: 20px;
	left: 90px;
	width: 350px;
	height: 120px;
	font-size: 12px;
	cursor:default;
}

#ctl00_MainContent_username
{
	position: relative;
	left: 5px;
	margin: 2px;
	width:150px;
}

#ctl00_MainContent_passwd
{
	position: relative;
	left: 5px;
	margin: 2px;
	width:150px;
}

#ctl00_MainContent_Label1
{
	position: relative;
	top: 55px;
	left: 95px;
	text-align:right;
}

#ctl00_MainContent_Label2
{
	position: relative;
	top: 98px;
	left: 82px;
	text-align:right;
}

#loginSubmitPriv
{
	padding-left: 50px;
	margin-top: 20px;
}

#ligarButtonPriv
{
	background-repeat:no-repeat;
	width: 60px;
	height: 10px;
	position:relative;
	top:5px;
	right:20px;
	margin-left: 300px;
}

#fichaImagePriv
{
	background-image: url(../images/ficha_horizontal.gif);
	background-repeat:no-repeat;
	width: 60px;
	height: 30px;
	position: absolute;
	top:210px;	
	left: 258px; /* FCB 2010-08-04 241px;*/
}

#cantoLoginBoxPriv
{
	background-image: url(../images/canto_vermelho_inf_esq.gif);
	background-repeat:no-repeat;
	width: 60px;
	height: 30px;
	position:absolute;
	top: 295px;/*AVR 2011-04-07 297px*/  /* FCB 2010-08-04 285px;	*/
	left: 258px; /* FCB 2010-08-04 241px; */
}

#ctl00_MainContent_Login
{	
	color: white;
	font-family: Arial;
	font-weight: bolder;
	font-size: large;
	background-repeat: no-repeat;
	background-color: #ed1c24;
	height: 32px;
	width: 32px;
	position: absolute;
	top: 170px;
	right: 30px;
	border-style:none;
	cursor: hand;
	cursor: pointer;
}

#ctl00_MainContent_PersistCookie
{
	position:relative;
	right: 0px;
	margin: 4px;
}

#ctl00_MainContent_lblResults
{ 
	position: relative;
	margin-right: 30px;
    top: 10px;
}

#ctl00_MainContent_lblFaltaCampo
{ 
	position: relative;
	margin-right: 30px;
    top: 10px;
}