@charset "utf-8";
/* CSS Document */

       #login form{  font-size: 10pt; margin:10px 0 0 0; }
        
        #login fieldset{  padding: 20px; border: 1px solid #ccc; width: 70%; }
        
        #login legend{ font-weight: bold; color: #c03;  font-size: 11pt; letter-spacing: 1px; }
        
        /* HACK PARA CORRIGIR O MARGIN-BOTTOM*/
        html>body #login legend{margin-bottom: 0px;}
        
        #login input{width:288px; border-top: 1px solid #333; border-left: 1px solid #333; 
		border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; font-size: 13px; margin-bottom: 10px; color: #0E0659;
        }
        
		#login textarea { width:288px;height:160px;font-size: 13px;color: #0E0659;} 
		
        #login select{ border: 1px solid #333; font-size: 13px; margin-bottom: 10px; color: #0E0659;}
			
		#historico select { width:200px;margin:10px 0 0 0; border:0;}
        
        #login label{  display: block; width: 60px; float: left; color: #000; border-bottom: 1px solid #f1f1f1;}
        
        #login span{ color: #999; font-size: 12px;}
        
		#botaoenviar input {width:70px;  margin-left:280px;}
		
		
		
		#busca .btbusca { font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFCC00; width:50px; text-align:center; 
		font-size:11px; border:0; height:15px; padding-bottom:2px; *padding-bottom:0; background:#000000;}

		#busca .campo {	height:14px; width:130px; background:#FFCC00; /*background: #f1f1f1;*/ margin: 0px 0px 4px 0px;
		border-left:2px solid #000; border-right:2px solid #000; border-bottom:1px solid #000; border-top:0px solid #000;}
		
		#areaLogin input { font-size:10px; height:13px; width:55px; margin-bottom:0px 0px 4px 0px;
							border-left:2px solid #000;	border-right:2px solid #000; 
							border-bottom:1px solid #000; border-top:0px solid #000;} 			
							
		#contmeio input { border:0; margin:0 0 7px 0; *margin:0 0 5px 0; padding:2px 0 0 0; height:15px; width:250px; font-size:13px; }
		#contmeio textarea { border:0; margin:0 0 7px 0; *margin:0 0 5px 0; 
		padding:2px 0 0 0;  height:120px; width:300px; overflow:auto; font-size:13px;}

				/*____________________________________________________________Links*/

		
		a:hover {text-decoration:none;}

		#all  a { color:#000000; text-decoration:none;}
		#intall a { color:#333333;}
		
		#all a:hover { color:#666; text-decoration:none; }
		#intall a:hover { color:#666; }
		
		#flutuante a { color:#333333; text-decoration:none;}
		#flutuante a:hover { color:#666; }
		
		#rodape a { color:#333333; text-decoration:none;}
		#rodape a:hover { color:#666; }
		
		#confirmaContato { color:#FFFFFF; padding:95px 20px 20px 30px; font-size:14px; }
			#confirmaContato a { color:#FFCC00; text-decoration:none; letter-spacing:2px; padding:0 0 0 320px;}
			#confirmaContato a:hover { color:#FF6600;}
		

		