
/*************/

#myform input, #myform textarea, #myform select{
	height: 38px;
	  width: 599px;
	border-radius: 0;
	border: 1px solid #F1F2F3;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #DDDFE1;
	outline: none;
}

#myform label{
	float: left;
	width: 120px;
	height: 35px;
	padding-top:5px;
	line-height: 30px;
	padding-left: 15px;
	color:#fff;
	background: #000;}

#myform label.active{
	background: #f46235;
	background: -moz-linear-gradient(left, #b71b00 0%, #bc3f23 36%, #d35121 63%, #d35121 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#b71b00), color-stop(36%,#bc3f23), color-stop(63%,#d35121), color-stop(100%,#d35121));
	background: -webkit-linear-gradient(left, #b71b00 0%,#bc3f23 36%,#d35121 63%,#d35121 100%);
	background: -o-linear-gradient(left, #b71b00 0%,#bc3f23 36%,#d35121 63%,#d35121 100%);
	background: -ms-linear-gradient(left, #b71b00 0%,#bc3f23 36%,#d35121 63%,#d35121 100%);
	background: linear-gradient(to right, #b71b00 0%,#bc3f23 36%,#d35121 63%,#d35121 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b71b00', endColorstr='#d35121',GradientType=1 );
	color: #fff;
}

#myform p{
	float: left;
	clear: both;
}

#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: 42px;
  padding-top:3px;
  color: #fff;
  width: 603px;
  cursor: pointer;
  margin-top: 335px;
  margin-left: -600px;
  margin-bottom:10px;
  
  background: #D90000;
}

#myform button:hover{
	background: #000;
}

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;
}