/*
* Arquivo principal. Estilos que sao aplicadas a todas as paginas
*/

html * { 
    margin: 0;
    padding: 0;
}

body {
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    color: #656565;
    background-color: #dbdbdb;
}


a {
	color: #4376fb;
}


#geral {
    margin: 0 auto;
    width: 1040px;
}


.content-box {

	border: 1px solid #ffffff;
	background-color: #eeeeee;


	-moz-box-shadow: 0px 0px 10px #888;
	-webkit-box-shadow: 0px 0px 10px #888;
	box-shadow:  0px 0px 10px #888;

}






/* Formatações para os módulos */
.module {
	
	padding: 32px;
	
}


.module .header {
	
	font-family: Myriad Pro;
	font-weight: bold;	
	color: #000;
	border-bottom: 1px solid #bebebe;
	padding-bottom: 6px;
	margin-bottom: 20px;
	
}

.module .header h1 {
	font-size: 24px;
}

.module .header h2 {
	font-size: 20px;
}






/* Estilos de botão */

.button {
	
	display:inline-block;
	height:22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: url("../images/button-bg.png") repeat-x;
	border: 1px solid #bfbfbf;
	color: #656565;
	padding: 7px 18px 0px 18px;
	text-decoration: none;
	vertical-align: middle;
	
}

.aviso_validate {
    color: #ff0000;
}