@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td {
border:0pt none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
padding:0pt;
vertical-align:baseline;
} 

html{

	width:100%;
	height:100%;
}

body{
width:100%; 
/*background:#fff none repeat scroll 0%;  */
background:url(imagens/caes_do_asfalto_barrinha.jpg);
font-size: 12px;
font-family:arial,tahoma,sans-serif;
margin:0px 0px 0px 0px;
height:100%;
align:center;
padding:0px;
}

table {
border-collapse:separate;
border-spacing:0pt;
}
caption, th, td {
font-weight:normal;
text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}
a{
cursor: pointer;
text-decoration:none;
}
.clear{
clear:both;
}
#button{
text-align:center;
margin:50px 50px 150px 50px;
}

#restart{
display:none;
text-align:center;
margin:20px 0px 0px 0px;
}

#loadingZone{
	
margin:0 auto;
width:410px;
text-align:center;
margin:200px 30px 100px 10px;
}

#loadingBar{
border:2px solid #c2c2c2;
height:8px;
text-align:left;
line-height:0;
margin:0;
padding:0;
overflow:hidden; /*fix for IE 6*/
}
#progressBar{
height:8px;
line-height:0;
margin:0;
padding:0;
background:#FFF;
width:0%;
}
#loadingSms{
color:#FFF;
float:left;
padding:10px 2px;
}

#infoProgress{
color:#FFF;
float:right;
padding:10px 2px;
}

#infoLoading{
padding:10px;
color:#000;
font-size:10px;
}


