body{
	margin:0;
	padding:0;
	font-family:'Trebuchet MS';
	font-size:16px;
	color:#333;
	}
label{
	width:80px;
	float:left;
	font-size: 14px;
	font-weight:bold;
	}
input{
	width:190px;
	margin-bottom:5px;
	}
br{
	clear: left;
	}
img{
	border:0;
	}
#submit{
	width:100px;
	cursor:pointer;
	margin-top:5px;
	}
.box{
	width:280px;
	height:auto;
	border:1px solid #ccc;
	background-color:#f6f6f6;
	}
#titulo{
	padding:10px;
	color:#666;
	text-align:center;
	margin: 10px auto;
	font: bold 32px 'Trebuchet MS';
	background-color:#f6f6f6;
	background-repeat:no-repeat;
	}
#texto{
	margin:0 auto;
	padding:10px;
	margin-top:10px;
	font-size:13px;
	}
        
#texto2{
        margin:0 auto;
        padding:10px;
        margin-top:10px;
        font-size:13px;
        }

#txtload{
	width:50px;
	height:50px;
	margin: 0 auto;
	background-image:url('../img/load.gif');
	}
.txt{
    font-weight:bold;
    padding-left:20px;
    padding-top: 5px;
    background-repeat:no-repeat;
    background-image:url('../img/alertas.gif');
    height: 18px;
}
#txt0{color:#c00;background-position: 0px 0px;}
#txt1{color:#0b0;background-position: 0px -62px;}
#txt2{color:#ffa500;background-position: 0px -21px;}
#txt3{color:#ffa500;background-position: 0px -21px;}
#txt4{color:#0b0;background-position: 0px -62px;}
#txt5{color:#c00;background-position: 0px 0px;}
#txt6{color:#c00;background-position: 0px 0px;}
#txt7{color:#0b0;background-position: 0px -62px;}
#txt8{color:#ffa500;background-position: 0px -21px;}
#txt9{color:#0b0;background-position: 0px -62px;}
#txt10{color:#ffa500;background-position: 0px -21px;}
#form{
	margin:0 auto;
	padding:10px;
	margin-top:10px;
	font-size:12px;
	}
#rodape{
	width:100%;
	height:20px;
	bottom:0px;
	padding-top:2px;
	text-align:center;
	position:absolute;
	font-size:12px;
	background-color:#f6f6f6;
	border-top:1px solid #ccc;
	}
a:link{
	color:#00f;
	text-decoration:none;
	}
a:visited{
	color:#00f;
	text-decoration:none;
	}
a:hover{
	color:#00f;
	text-decoration:underline;
	}
a:active{
	color:#00f;
	text-decoration:none;
	}
