
body {
	background-image: url(img/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;
	}
	
.flag_hidoctor {
	width: 60px;
	height: 15px;
	margin: 0px;		
	padding: 0px;
	position: relative;
	top: -20px;
	*top: -38px; /* IE6 e IE7 */
	top: /*\**/-17px\9; /* IE8 */
	left: 555px;
	}
	
.hidoctor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004E96;
	font-size: 11px;
	}
	
.flag_pt {
	width: 20px;
	height: 15px;
	margin: 0px;		
	padding: 0px;
	position: relative;
	top: -127px;
	*top: -157px; /* IE6 e IE7 */
	top: /*\**/-124px\9; /* IE8 */
	left: 635px;
	}

.flag_en {
	width: 20px;
	height: 15px;
	margin: 0px;		
	padding: 0px;
	position: relative;
	top: -142px;
	*top: -172px; /* IE7 */
	_top: -176px; /* IE6 */
	top: /*\**/-139px\9; /* IE8 */
	left: 660px;
	}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004E96;
	font-size: 12px;
	position: relative;
	top: -92px;
	padding-left: 22px;
	*top: -104px; /* 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: 195px;
	}

input.button:hover {
	background-image: url(img/buttonhover.gif);
	*background-image: url(img/buttonhover_ie6.gif); /* IE6 e IE7 */
	}
	
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/button.gif) repeat-x scroll 0 0;
	*background-image: url(img/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 */
	}
		
form {
	position: relative;
	top: -75px;
	padding-left: 120px;
	*top: -93px; /* IE6 e IE7 */
	*padding-left: 117px; /* IE6 e IE7 */
	top: /*\**/-73px\9; /* IE8 */
	padding-left: /*\**/115px\9; /* IE8 */
	}
	
select {
	background-color: #FFF;
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #004e96;
	border: solid 1px #8FADC5;
	width: 210px;
	height: 18px;
	*width: 214px; /* IE6 e IE7 */
	width: /*\**/216px\9; /* IE8 */
	}	 
	 
/* Hacks para o Chrome */

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

p {
	top: -96px;
	}
	
.flag_pt {
	top: -131px;
	}

.flag_en {
	top: -146px;
	}
	}
