/* Geral */

body, td, th, div, h1, h2, h3, h4, h5, h6, input, select, textarea {font: 10px/10px Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight: normal; color: #EEEEEE}
input, select, textarea {background-color: #575757; border: solid 1px #CCCCCC}

body, form, img, ul, li {margin: 0; padding: 0}

body {
	background: #000 url(../../img/bg_teaser.gif);
	margin: 0px;
	padding: 0px;
}

img {border: 0}
body, textarea {
	scrollbar-arrow-color: #474747;
	scrollbar-track-color: #373A3C;
	scrollbar-face-color: #ADADAD;
	scrollbar-highlight-color: #9D9D9D;
	scrollbar-shadow-color: #474747;
	scrollbar-3dlight-color: #9D9D9D;
	scrollbar-darkshadow-color: #474747;
}
.DF-alert {background-color: #36393C}
.noborder{border:0}

p.error {font-color: #FFCC00}

/* Fonts */

.f-preto {color:#000}
.f-branco {color:#FFF}

.f-9 {font-size: 9px}
.f-10 {font-size: 10px}
.f-11 {font-size: 10px}
.f-13 {font-size: 13px}
.f-16 {font-size: 16px}
.f-18 {font-size: 18px}

.lh-9 {line-height: 9px}
.lh-10 {line-height: 10px}
.lh-13 {line-height: 13px}
.lh-16 {line-height: 16px}
.lh-18 {line-height: 18px}


/* Backgrounds */

.bg-none {background-image: none}
.bg-preto {background-color: #000}
.bg-branco {background-color: #FFF}
.bg-cinza {background-color: #222222}


/* Links */

a:link, a:visited, a:active {color:#CCCCCC; text-decoration:underline}
a:hover {color:#CCCCCC; text-decoration:none}


/* ELEMENTS IDīS */

#bgCadastro{
	background: url(../img/bg.gif) repeat-x;
	width:550px;
	height:500px
}


#boxCadastro{
	background:url(../../img/linha.gif) repeat-y;
	padding:25px 0 0 25px ;
}

#rolagem{
	overflow:auto;
	width:485px;
	height:370px
}

#rolagemTestDrive{
	overflow:auto;
	width:485px;
	height:325px
}

#content {
	position: absolute;
	margin: -156px 0px 0px 0px;
	margin-right: auto;
	width: 100%; 
	height: 100%;
	top: 50%;
}

#logoIbama{
	position:absolute;
	bottom:20px;
	right:20px;
	
}



/*Classes*/

.bgClaro{
	background: url(../../img/bg2_teaser.gif) repeat-x;
}