/* CSS -  reset.css - estilo que zera todo css */
@import url(reset.css);

/* CSS - Hacks */
/* * html #tudo {height: 100%;} hack para IE6 que trata height como min-height  */

/* CSS -  Global */
html {overflow: -moz-scrollbars-vertical; height:100%;}

body{
	font-family: Tahoma;
	font-size: 14px;
	margin:0 auto;
	margin-top:0;
	padding:0;
	text-align:center;
	color: #666666;
	height:100%;
}

a{color:#06F;}

#tudo{
	margin:0 auto;
	position:relative;
	width:950px;
}

#login{

	float:right;
	width:270px;
	padding-right:90px;
	
}

#cadastro{
	
	float:left;
	width:270px;
	padding-left:150px;
}
#rodape{
	color:#FFF;
	border-top:4px solid #D2D2D2;
	height:20px;
	padding-top:10px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}

/* mensagens de erro */
.clear{clear:both;}


/* formularios */
label{
	display:block;
	height:30px;
}
fieldset.cadastro{
	border:0;
	float:left;
	text-align:left;
}

.error{
	color:#900;
}

.campo {
	font-family: Tahoma;
	font-size: 15px;
	color: #333333;
	height:25px;
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	padding-left:5px;
	padding-right:0px;
}
.campo:focus{
	border:2px solid #5084ac;
}

.campo_select {
	font-family: Tahoma;
	font-size: 16px;
	color: #333333;
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
}

.campo_textarea {
	color:#333;
	font-family: Tahoma;
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	padding: 2px;
	width:350px;
	height:120px;
	font-size:15px;
}

.inputFile{width:300px;border:1px solid #CCCCCC; font-size:14px; background-color: #F9F9F9; color:#333;}

.boxImagem{
	width:150px;
	text-align:center;
	height:100px;
}

