
body{
	margin:0;
	background-color:#fff;
	background-image:url("../imagens/background.jpg");
	min-width:560px;
	min-height:460px;
}
img{
	border:0;
}
.clear{
	clear:both;
}
.page{
	position:relative;
	width:980px;
	margin-left:50%;
	left:-490px;
	min-width:980px;
}
.page-content{
	position:relative;
	margin-top:-110px;
	background:#fff;
}
.page-contentshadow{
	position:absolute;
	top:-30px;
}


.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.transition{
	-webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}
a{
	text-decoration:inherit;
	color:inherit;
	border:0;
}
*::selection {
	background:#CBDF89; 
	color: #fff;
}
*::-moz-selection { 
	background:#CBDF89; 
	color: #fff; 
}


#global{
	position:absolute;
	width:560px;
	height:460px;
	
	text-align:center;
	margin-left:50%;
	left:-280px;
	top:50%;
	margin-top:-230px;
	
	min-width:560px;
	min-height:460px;
}
#global p{
	position:relative;
	font-family:ProximaNova;
	font-weight:normal;
	font-size:18px;
	line-height:120%;
	color:#444444
}
#global h3{
	position:relative;
	font-family:Roboto;
	font-weight:bold;
	font-size:30px;
	color:#009039;
	margin: 15px 0;
	border-bottom:1px solid #ccc;
	float:left;
	width:300px;
	margin-left:50%;
	left:-150px;
}
#global h3 span{
	color:#333;
}
#global td{
	text-align:right;
	font-family:Roboto;
	font-weight:normal;
	font-size:18px;
	color:#444444;
}
#global input{
	position:relative;
	width:263px;
	height:52px;
	background:#fff;
	padding:0 5px;
	margin:0;
	border:1px solid #CCCCCC;
	border-radius:6px;
	outline:none;
	font-family:Roboto;
	font-weight:normal;
}
#global table{
	margin-top:15px;
	text-align:center;
	margin-left:30px;
}
#global input.submit{
	width:110px;
	height:120px;
	background:#444444;
	
	font-family:Roboto;
	font-weight:bold;
	font-size:30px;
	color:#fff;
	border:0;
	outline:0;
	
	cursor:pointer;
}
