﻿* {
	margin: 0px;
	padding: 0px;	
	color: #444;
}
.ct-contato .bx-duplo {
	float:left;
	margin:30px 0 20px 130px;
	width:590px;
}
.ct-contato .msg-sucesso {
	color:#2c8dc9;
	font-size: 25px;
	margin: 0px 0px 15px 10px;
	font-weight:normal;
	width: 100%;
	text-align: center;
}
.ct-contato h2 {
	background: transparent url(../img/ct-h2-contato.png) no-repeat scroll left top;
	width: 434px;
	height: 32px;
}
.ct-contato p {
	font-size: 13px;
	margin: 0px 0px 15px 10px;
}
.ct-contato fieldset {
	margin: 0 1px 0 0;
	width: 260px;
	float: left;
	padding-left: 20px;
	border: none;
}
.ct-contato fieldset.linha {
	border-left: 1px solid #b7b8b9;
}
.ct-contato label {
	font-size: 13px;
	width: 100%;
	float: left;
}
.ct-contato input,
.ct-contato select,
.ct-contato textarea {
	float: left;
	font-size: 13px;
	background: #f3f3f3;
	border: 1px solid #e5e6e7;
	float:left;
	padding:4px;
	width:220px;
	margin-bottom: 10px;
}



.ct-contato textarea {
	height: 71px;

}
.ct-contato .fm-ddd {
	width: 40px;
}
.ct-contato .fm-tel {
	width: 180px;
	margin: 0 0 0 9px;
}
.ct-contato .fm-lbl-cidade {
	width: 180px;
}
.ct-contato .fm-lbl-estado {
	width: 50px;
}
.ct-contato .fm-ddl-cidade {
	width: 180px;
}
.ct-contato .fm-ddl-estado {
	width: 50px;
}
.ct-contato .fm-ct-estado {
	float:left;
    width:70px;
}
.ct-contato .fm-radio {
	float:left;
	width:250px;
	margin-bottom: 16px;
	*margin-bottom: 8px;
}
.ct-contato .fm-radio input {
	float:left;
	width:20px;
	background: none;
	border: none medium;
}
.ct-contato .fm-radio label {
	float:left;
	width:50px;
}
.ct-contato .btn-enviar-contato {
	background:url("../img/btn-enviar-contato.png") no-repeat scroll left top transparent;
	border:medium none;
	float:right;
	height:29px;
	margin: 15px -29px 0px 0px;
	width:82px;
}

.lista-radio {
    clear: both;
}

.lista-radio label {
    width: auto;
}

.lista-radio input {
    width: auto;
    float: left;
    background:none;
    border: none;
}

.lnEsp {
    position: relative;
    margin: 0;
    padding: 5px 0;
}

.lnEsp:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.lnEsp span {
    position: absolute;
    top: 27px;
    right: 10px;
}

.lnCp {
    clear: both;
}

.lnCp {
    position: relative;
    padding: 10px 0;
    overflow: hidden;
}

.lnCp .captcha {
    border: 1px solid #eee;
}

.lnCp .recarregar {
    position:absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    left: 180px;
    overflow: hidden;
}

.lnCp .recarregar a {
    display: block;
    width: 20px;
    height: 20px;
    background: url('../img/captcha-refresh.png') no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}














