@font-face {
        font-family: AppleGaramond-Light;
        src: url(AppleGaramond-Light.ttf);      
}

@font-face {
        font-family: AppleGaramond;
        src: url(AppleGaramond.ttf);           
}

body {
	margin:0px;
	color:#666;
	line-height:normal;
	background: #FFFFFF;
	background-repeat: repeat-x, repeat;
	font-family:AppleGaramond-Light;
}

header {
	text-align: center;
}

table {
	width: 100%;
}

input {
	height:2.0em;
    padding:2px;
    font:1em/1.2 "AppleGaramond";
}

input[type="submit"] {
	height:2.5em;
	width:30%;
    font:1em/1.2 "AppleGaramond";
}

.arrow {
	font-size: 15pt;
	margin-left:100px;
}

.congrats {
	font-size: 16pt;
	padding: 6px;
	text-align: center;
}

.imgicone {
	border-radius: 10px;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(85%, transparent), to(rgba(255,255,255,0.2)));
	-webkit-box-shadow: 0 5px 6px -6px black;
	-moz-box-shadow: 0 5px 6px -6px black;
	box-shadow: 0 5px 6px -6px black;
}

.imglogotopo {
	margin-top: 8px;
}

.instructions {
	font-size: 10pt;
	margin-left:100px;
}

.step {
	padding: 0px 10px 0px 0px;
	height:93px;
	background-image:url(prateleira.png);
}

#menu_fundo {
	position: fixed;
	border: 0px;
	top: 0px;
	left: 0px;
	border: none;
	background-image:url(fundotop.png);
	width: 100%;
	height: 55px;
	background-repeat: repeat-x;	
}

#menu_fundo2 {
   	position:fixed;
   	left:0px;
   	bottom:-10px;
   	width:100%;
	background-image:url(fundobottom.png);
	width: 100%;
	height: 60px;
	background-repeat: repeat-x;	
}

.botaobarra {
	margin-top: -11px;
}

#texto {
	margin-left: 8px;
	margin-right:8px;	
}