/* LINKS */

a.fechar{
    background: url("../../images/2ndbox-fechar.png") no-repeat;
}

a.fechar, a.fechar2 {
	width: 77px;
	height: 14px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 15px;
	right: 35px;
}

a.pedido {
	width: 217px;
	height: 158px;
	background: url("../../images/2ndbox-faca-seu-pedido.png") no-repeat;
	display: block;
	text-indent: -9999px;
	position: absolute;
	left: 50%;
	bottom: -60px;
	margin-left: -108px;
	z-index: 9999;
}

/* PADRÕES */

.transparencia {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	margin: 0 auto;
	background: url("../../images/2ndbox-transparencia.png");
	z-index: 9998;
}

p {
	margin: 0 30px;
}

/* BOX */

#secondbox {
	background: url("../../images/2ndbox-fundo.png") no-repeat;
	width: 850px;
	height: 580px;
	margin: 10px auto 0 auto;
	position: relative;
	z-index: 9999;
}

#secondbox .exemplo {
	text-align: center;
	display: block;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -390px;
}

#secondbox span {
	position: absolute;
	right: 35px;
	bottom: 15px;
	color: #FFF;
	font-size: 0.9em;
}
