.topo-contato {
	width:1000px;
	float:left;
	padding-bottom:32px;
	background:url(../image/bg-topo-noticias.jpg) no-repeat left bottom;
	font-size:28px;
	color:#000;
}
.topo-contato .descr-contato {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#737373;
	font-size:16px;
	padding-top:10px;
	float:left;
}
.wrap-form-contato 
{
    width:100%;
    float:left;
    padding-top:20px;
}
.form-contato input 
{
    -moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	border-radius: 3px;
	background:url(../image/bg-input-form-reclame.jpg) repeat-x center top;
	height:23px;
	line-height:23px;
	border:0;
	border-left:1px solid #A1A1A1;
	border-right:1px solid #A1A1A1;
}
.form-contato .input-grande
{
    width:376px;
    float:left;
}
.form-contato .input-medio
{
    width:125px;
    float:left;
}
.form-contato span 
{
    float:left;
    min-width:65px;
    padding-right:15px;
    padding-top:5px;
}
.form-contato .textarea 
{
    -moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	border-radius: 3px;
	background:url(../image/bg-text-area-form.jpg) repeat-x center top #F3F1F2;
	height:23px;
	border:0;
	border-left:1px solid #A1A1A1;
	border-right:1px solid #A1A1A1;
	border-bottom:1px solid #A1A1A1;
	width:422px;
	height:104px;
	float:left;
}
.btn-enviar 
{
    color:#AAAAAA;
    font-size:16px;
    font-weight:bold;
    height:29px!important;
    border-bottom:1px solid #A1A1A1!important;
    border-top:1px solid #A1A1A1!important;
    background:url(../image/bg-btn-enviar-reclame.jpg) repeat-x center top #F3F1F2!important;
    width:96px;
}

.charsLeftMensagem
{
	float:none!important;
}

.typeCaptcha
{
	float:left!important;
}

.typeAtualizarCaptcha
{
	font-weight:bold;
	margin-top:5px;
	float:left;
}

.mais-vistos 
{
	width: 1020px;
	float: left;
	padding-top: 30px;
}

.imgcaptcha
{
	float:left;
}

.msgExito
{
	margin-top:50px;
	margin-bottom:50px;
	font-size:22px!important;
	color:Green!important;
}

/* campos radio buttion list */
.form-contato .rbl input
{
    /* reset */
    -moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	-khtml-border-radius: 0; 
	border-radius: 0;
	background:none;
	
	border:0;
	border-left:0;
	border-right:0;
	
    height:10px;
    margin-right:4px;
}
.form-contato .rbl label 
{
    margin-right:10px;
}
.form-contato select 
{
    border-color: #A1A1A1;
    border-style: solid;
    border-width: 1px;
    color: #737373;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    min-width:200px;
    float:left;
}
.form-contato .upload input 
{
    float:left;
}

@media (max-width:999px) {

    .topo-contato,
    .mais-vistos { width: 100%; }
    .box-galerias,
    .box-noticias { width:45%; }
    .topo-contato .descr-contato{ font-size:14px; }

    .box-galerias .item,
    .box-noticias .item { width:47%; margin-right:2%; }
    .box-galerias img { width:95%; }

    .form-contato span,
    .form-contato .input-grande,
    .form-contato .textarea { font-size:14px; }
}

@media (max-width:555px) {
    .box-galerias { width:100%; }
    .box-noticias { width:100%; margin-top:30px; }
    .box-right .box-topo-cinza { text-align: left; }
      
}

@media (max-width:500px) {

    .form-contato span { float:initial; display:block; }
    .form-contato .input-grande,
    .form-contato .textarea { width:90%; float:initial;  display:block;}

}