/******************
 LOGIN
*********************/
#login{
	width:300px;	
	height:135px;
	overflow:hidden;
	margin-top:50px;
	margin-left:300px;
	border-right: 0px solid #008AD2;
	float: left;
}
#login #borda{
	width:298px;
	height:80px;	
	border-left: 1px solid #008AD2;
	border-right: 1px solid #008AD2;
	border-bottom:0px;
	border-top:0px;
	background-color: #ECF6FB;
}
#login #titulo{
	width:300px;
	height:28px;	
	margin:0px 0px 0px 0px;
	background: url(../imagens/ficha_topo_2.jpg) repeat-x;	
	/*background-color:#5725c1;
	border-bottom:1px solid #efe8fe;*/
	border:0px solid red;
}
#login #titulo1{
	width:281px;
	height:28px;
	float:left;
	font:17px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;	
	border:0px solid red;
	padding-left:5px;
	color:#FFFFFF;	
	text-align:center;
	background: url(../imagens/ficha_topo_1.jpg) no-repeat;
}
#login #titulo3{
	width:14px;
	height:28px;
	float:left;
	background: url(../imagens/ficha_topo_3.jpg) no-repeat;
	border:0px solid red;
}
#login #etiqueta{
	height:15px;
	margin:0px 0px 0px 0px;
	padding-left:5px;
	background-color:#5725c1;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;	
	color:#FFFFFF;
	border-bottom:1px solid #efe8fe;
}
#login #dados{
	width:290px;
	margin:10px 10px 10px 10px;	
	float:left;
	text-align:right;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;		
	border:0px dashed #5725c1;
}
#login input{
	width:116px;
	height:18px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:3px 50px 3px 3px;
}

#login #base{
	width:300px;
	height:28px;		
	/*background-color:#5725c1;*/
	background: url(../imagens/ficha_base_2.jpg) repeat-x;	
	border:0px solid red;
}
#login #base1{
	width:281px;
	height:28px;
	float:left;
	padding-left:5px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;	
	color:#FFFFFF;	
	background: url(../imagens/ficha_base_1.jpg) no-repeat;		
}
#login #base3{
	width:14px;
	height:28px;
	float:left;
	background: url(../imagens/ficha_base_3.jpg) no-repeat;		
	border:0px;
}
/**************************************
*       BOTÕES 
***************************************/
#botoes1{
	height:28px;
	margin-left:340px;
	margin-bottom:50px;
	float: left;
}

#botoes1 li{
	height: 28px;
	margin:0px;			
	background: url(../imagens/botoes.jpg) 0px -28px no-repeat;
	float:left;	
	list-style: none;
}

#botoes1 a{
	height:28px;
	display: block;	
}

#botoes1 #sair{
	width:111px;
	height:28px;
	top:0; 
	background-position:-464px -28px;
}
#botoes1 #sair a{
	width:111px;
	height:28px;	
	margin:0px;
}
#botoes1 #sair a:hover{background: url(../imagens/botoes.jpg) -464px 0px no-repeat;}
#botoes1 #sair a:active{background: url(../imagens/botoes.jpg) -464px 0px no-repeat;}

#botoes1 #entrar{
	width:111px;
	height:28px;
	top:0;	
	background-position:-575px -28px;
}
#botoes1 #entrar input{
	width:111px;
	height:28px;
	cursor:pointer;
	margin:0px;
	background: url(../imagens/botoes.jpg) -575px -28px no-repeat;	
	border:0px;
}
#botoes1 #entrar input:hover{background: url(../imagens/botoes.jpg) -575px 0px no-repeat;}