/* promocao.css */

#promocao-banner{
	width: 730px;
	height: 280px;
	margin-top: 13px;
	margin-bottom: 28px;
}

#promocao-banner #moldura{
	width: 730px;
	height: 280px;
	position: absolute;
	z-index: 10;
}

#promocao-banner #imagem{
	width: 730px;
	height: 280px;
	position: absolute;
	z-index: 5;
}

#container-thumb{
	margin-top: 14px;
}

#container-thumb .ult{
	margin-right: 0px;
}

.promo-thumb{
	float: left;
	display: inline;
	width: 358px;
	height: 138px;
	margin-left:2px;
        margin-right:5px;
	margin-bottom: 14px;
}

p.erroPromocao {
    color:#FF0000;
    font-weight:bold;
    margin-bottom:40px;
    text-align:center;
}

.promo-thumb .moldura-thumb{
	width: 358px;
	height: 138px;
	position: absolute;
	z-index: 10;
}

.promo-thumb .imagem-thumb{
	width: 358px;
	height: 138px;
	position: absolute;
	z-index: 5;
}

#promocao-detalhes{
	color: #666666;
}

#promocao-detalhes .ico-quero{
	margin-top: 34px;
}

#promocao-form{
	margin-top: 12px;
}

#promocao-form .efetue{
	color: #4c4c4c;
	margin-left: 20px;
}

#promocao-form .label-default{
	float: left;
	display: inline;
	text-align: right;
	width: 222px;
	color: #999999;
	font-size: 11px;
	margin-right: 5px;
	margin-top: 5px;
}

#promocao-form .ipt-default{
	float: left;
	display: inline;
	width: 273px;
	padding: 2px 0px 2px 0px;
	color: #666666;
	margin-bottom: 18px;
}

#promocao-form .ddd{
	width: 39px;
	margin-right: 9px;
}

#promocao-form .tel{
	width: 223px;
}

#promocao-form .label-check{
	margin-left: 228px;
	color: #999999;
}

#promocao-form .label-check input{
	vertical-align: middle;
	margin-right: 8px;
}

#promocao-form .bt-enviar{
	width: 74px;
	height: 27px;
	background: url(../images/commons/bt.png) no-repeat;
	border: none;
	color: #fff;
	margin-left: 428px;
	cursor: pointer;
}

#sucesso{
	background: url(../images/promocao/sucesso.gif) no-repeat 55px 0px;
	height: 141px;
	font-size: 18px;
	padding-top: 18px;
	padding-left: 230px;
}

#sucesso .obrigado{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #1963ad;
	font-size: 24px;
	font-weight: bold;
}
