/*************************************************************************/
/** GERAL ****************************************************************/
/*************************************************************************/
body{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Maven Pro', 'Trebuchet MS', "Arial", Helvetica, sans-serif;
	font-family: 'Maven Pro', 'Trebuchet MS', "Arial", Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 135%;
}

h1{
	font-weight: normal;
	font-size: 75px;
}

p{
	margin: 5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 16px;
}

/*************************************************************************/
/** FORMS ****************************************************************/
/*************************************************************************/
form,
input,
select,
textarea{
	font-family: 'Maven Pro', 'Trebuchet MS', "Arial", Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}

input,
select{
	padding-top: 2px;
	padding-bottom: 2px;
}

input[type="button"],
input[type="submit"]{
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 16px;
	/* font-weight: bold; */
	text-align: center;
	color: #4D4D4D;
	border: 1px solid #B2B2B2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	behavior: url(css/pie.htc);
	background-image: url(../images/bg_botao.png);
	background-position: center;
	background-repeat: repeat-x;
	cursor: pointer;
}

input[type="button"]:hover,
input[type="submit"]:hover{
	color: #2B7CB1;
}

/*************************************************************************/
/** OUTROS ***************************************************************/
/*************************************************************************/
div#preloader{
	display: none;
}
