body{background:url(img/novofundo.png);color:#000;font-family:Helvetica,sans-serif;font-size:12px;}
#block{width:426px;padding-top:129px;margin:0 auto;position:relative;}
#block .logo{margin-left:115px;}
#block .logo2{margin-left:80px;}
#block .botao{margin-left:15px;}
.form{background:url(img/form.png) repeat-y;padding:13px 0 60px 0;margin-top:18px;position:relative;}
.form .login-box{background:url(img/login-box.png) no-repeat;color:#fff;font-size:14px;font-weight:bold;text-transform:uppercase;
                 padding:14px 0 14px 16px;margin-bottom:11px;position:relative;left:-4px;text-align: center;}
.form .input{background:url(img/input.png) no-repeat;color:#5d5d5d;font-size:12px;
             width:322px;height:43px;padding-left:18px;margin:0 0 16px 40px;border:none;clear:left;}
.form .input2{background:url(img/input.png) no-repeat;color:#5d5d5d;font-size:16px;
             width:322px;height:43px;padding-left:12px;margin:0 0 16px 40px;border:none;clear:left;}

.btnValidar{
    background-color: #333333;
    color: #FFFFFF;
    font-weight: bold;
    border: 1px solid #333333;
    cursor: pointer;
    height: 26px;
    width: 400px;
}

#loading-image{
    position: absolute;
    left: 50%;
    z-index: 999;
    top: 30%;
}

#text{
    margin-left:50px;
    width:350px;
    text-align:justify;
    font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
}

#link{
    text-align: center;
}
#chaveInvalida{
    text-align: center;
    padding: 5px;
}

#captchaInvalido{
    text-align: center;
    padding: 5px;
}

table.zebra-style {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	text-align:left;
	border:1px solid #ccc;
	margin-bottom:25px;
}
table.zebra-style th {
	color: #444;
	font-size: 13px;
	font-weight: normal;
	padding: 10px 8px;
}
table.zebra-style td {
	color: #777;
	padding: 8px;
	font-size:13px;
}
table.zebra-style tr.odd {
	background:#f2f2f2;
}

a:active {
    text-decoration: none;
}
a:visited {
    color: #CCCCCC;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
}