body {
	font-family: 'Conv_HelveticaNeueLTStd-BdCn;', sans-serif;
	font-size: 16px;
}

.content {
	font-size: 14px;
	padding: 0 15px;
}

p.dados-p {
	margin: 80px 0 40px;
}

/* Estilização select FORMS */
.select-style {
	background-color: #49a75a;
	background: #49a75a url("dropdown.png") no-repeat 96% 50%;
	border-radius: 3px;
	height: 36px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 310px;
}

.select-style select {
	background-color: #49a75a;
	background: #49a75a url("dropdown.png") no-repeat 96% 50%;
	border: none;
	box-shadow: none;
	color: #fff;
	height: 36px;
	padding: 5px 8px;
	width: 100%;

	-webkit-appearance: none;
		-moz-appearance: none;
			appearance: none;
}

.select-style select:focus {
	outline: none;
}

h4 {
	color: #49a75a;
	font-size: 25px;
	font-weight: bold;
}

.frm02 h4 {
	color: #49a75a;
}

/* Form */
.radio {
	margin-bottom: 30px;
}

.radio input[type=radio] {
	display: none;
}

.radio input[type="radio"] + label {
	margin-right: 40px;
}

.radio input[type="radio"] + label span {
	background:url(radio_sheet.png) -25px top no-repeat;
	cursor:pointer;
	display:inline-block;
	height:19px;
	margin:0 4px 0 0;
	vertical-align:middle;
	width:19px;
}

.radio input[type="radio"]:checked + label span {
	background:url(radio_sheet.png) 0 top no-repeat;
}

.fields label {
	display: block;
	margin-bottom: 20px;
}

.fields input,
.fields select {
	margin-bottom: 40px;
}

.fields input[type=text],
.fields input[type=email],
.fields input[type=tel],
.fields select,
.fields textarea {
	border: 2px solid #ccc;
	box-sizing: border-box;
	padding: 12px 20px;
	outline: none;
	transition: 0.5s;
	width: 100%;

	-webkit-transition: 0.5s;
}

.fields select {
	height: 100%;
}

.fields input[type=text]:focus,
.fields input[type=email]:focus,
.fields input[type=tel]:focus,
.fields textarea:focus {
	border: 2px solid #96daf0;
}

.select {
	display: inline-block;
	width: 33%;
}

.frm02 .select {
	float: left;
	width: 50%;
}

.select select {
	max-width: 95%;
}

.select select#cidades {
	max-width: 100%;
	width: 100%;
}

.select-reg {
	background-color: #CCC;
	border-radius: 3px;
	height: 36px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 310px;
}

.select-reg select {
	background-color: transparent;
	background-image: none;	
	border: none;
	box-shadow: none;
	color: #fff;
	height: 36px;
	padding: 5px 8px;
	width: 130%;

	-webkit-appearance: none;
		-moz-appearance: none;
			appearance: none;
}

.select-reg select:focus {
	outline: none;
}

#outras_inform {
	margin-bottom: 20px;
}

input[type=submit] {
	background: #0072BC;
	border: 0 none;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 50px;
	margin-top: 30px;
	text-transform: uppercase;
	width: 100px;

}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
	background: #0072BC;
	border: 0 none;
	border-radius: 2px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
	text-align: center;
	text-transform: uppercase;
	width: 100px;

}

.flNome{
	font-size: 15px;
	padding: 8px;
	background-color: #fff;
	height: 30px;
	border-style: solid;
	border-color: #A0A0A0;
	border-width: 1px;
}

.excluir{
	font-family: 'Conv_HelveticaNeueLTStd-BdCn;', sans-serif;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
	color: #fff;
	padding: 7px 12px 7px 12px;
	background-color: #0072BC;
	height: 30px;
	border-style: solid;
	border-left: none;
	border-color: #A0A0A0;
	border-width: 1px;
	margin-right: 5px;
}

.labelInputfile{
	margin-left: 15px;
}