
body {
	background-image: url(../img-enus/background.jpg);
	background-repeat: repeat-x;
	text-align: center;
	}

div {
	text-align: left;
	width: 698px;
	margin:0 auto;
	margin-top: 130px;		
	padding: 0px;
	}
	
.box2 {
	width: 698px;
	margin:0 auto;		
	padding: 0px;
	position: absolute;
	}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004E96;
	font-size: 12px;
	position: relative;
	top: -97px;
	padding-left: 22px;
	*top: -109px; /* IE6 e IE7 */
	*padding-left: 22px; /* IE6 e IE7 */
	}
	
.style2 {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004e96;
	position: relative;
	top: -30px;
	*top: -60px; /* IE6 e IE7 */
	padding-left: 248px;
	}

input.button:hover {
	background-image: url(../img-enus/buttonhover.gif);
	*background-image: url(../img-enus/buttonhover_ie6.gif);
	}
	
input.button {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background: transparent url(../img-enus/button.gif) repeat-x scroll 0 0;
	*background-image: url(../img-enus/button_ie6.gif); /* IE6 e IE7 */
	border-color:#C5D7E6 #8FADC5 #8FADC5 #C5D7E6;
	border-style:solid;
	border-width:1px;
	*border: none; /* IE6 e IE7 */
	color:#004E96;
	cursor:pointer;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:11px;
	padding:3px 5px;
	*width: 128px; /* IE6 e IE7 */
	*height: 22px; /* IE6 e IE7 */
	margin-right: 30px;
	}
 
/* Hacks para o Chrome */

@media screen and (-webkit-min-device-pixel-ratio:0){ 
p {
	top: -101px;
	}
	}
