
.formulario{
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	margin-bottom:30px;
}

/*************/
#myform{
	width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#myform input, #myform textarea, #myform select{
	background: #EFEFEF;
    border-radius: 0px;
    padding: 17px;
    width: 100%;
    position: relative;
    border: none;
    outline: none;
    border: 1px solid #EDEDED;
    border-bottom: 1px solid transparent;
    margin: 0 0 13px 0;
    box-shadow: none!important;
    font-size: 14px;
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1)!important;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1)!important;
    color: #2B2F34;
}

#myform label{
	/*float: left;
    width: 86px;
    height: 35px;
    border-radius: 10px 10px 0px 0px;
    padding-top: 5px;
    line-height: 30px;
    padding-left: 15px;
    color: #fff;
    background: #751B1A;
        font-style: normal;*/
        font-weight: normal;
}

#myform label.active{
	background: #282862;
	color: #fff;
}

#myform p{
	float: left;
	clear: both;
	width: 100%;
}

#myform select{
}

p .cd-dropdown{
	width: 300px;
	margin: 0;
	padding-right: 0;
	float: left;
	position: relative;
	z-index: 1000;
}

p .cd-dropdown ul{
	background: #0098E4;
	overflow: hidden;
}

p .cd-dropdown span{
	background: #0098E4 !important;
	padding-left: 15px;
	color: #fff !important;
	font-weight: normal;
	/*border: 1px solid #F1F2F3;*/
	/*border-bottom: 1px solid #DDDFE1;*/
}

p .cd-dropdown li{
	background: #DDDFE1
}

p .cd-dropdown > span{
	color: #333 !important;
	background: #fff !important;
	border: 1px solid #F1F2F3;
	border-bottom: 1px solid #DDDFE1;
}

p .cd-dropdown span span{
	background: transparent !important;
	border: none !important;
	color: #333 !important;
}

#myform button{
    border: none;
    height: 43px;
    padding-top: 5px;
    color: #fff;
    width: 100%;
    cursor: pointer;
    margin-bottom: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #C6C6C6;
}

#myform button:hover{
	color:#344183 !important;
	
	-webkit-box-shadow: inset -1px -1px 2px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    inset -1px -1px 2px 0px rgba(50, 50, 50, 0.4);
	box-shadow:         inset -1px -1px 2px 0px rgba(50, 50, 50, 0.4);
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #efefef 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#efefef), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #efefef 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #efefef 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #efefef 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(135deg,  #efefef 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cccccc',GradientType=1 );
}

div.contatos i{
	height: 32px;
	line-height: 32px;
	margin-left: 10px;
	font-size: 18px;
	width: 30px;
	text-align: center;
}

div.contatos p.right{
	width: 370px;
	line-height: 16px;
	margin-bottom: 5px;
	margin-top: 7px;
}

.line-32{
	line-height: 32px !important;
}

.paleta.contatos {
	margin-top: -436px;
}

.atendimento {
	margin-top: -211px;
}
