@charset "utf-8";
#myform input, #myform textarea, #myform select {
	height: 32px;
	width: 840px;
	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;
	padding-left:30px;
}/* CSS Document */

.formcontatos p{
	margin-bottom:25px;
}

#myform label {
	float: left;
width: 145px;
height: 32px;
padding-top: 2px;
line-height: 30px;
padding-left: 30px;
color: #fff;
position: relative;
margin-right: -29px;
background: url(../images/bg_label.png) center top no-repeat;
}

#myform button{
	float: right;
margin: 18px 0px 0px 0px;
border: none;
width: 244px;
height: 35px;
cursor: pointer;
font-weight: bold;
outline: none;
color: #fff;
text-align: center;
margin-top: -5px;
margin-left: -5px;
background:#3A2D7B;

}

#myform button:hover{
	background:#473795;

}

#newsletter input{
	height: 30px;
	margin-left: -35px;
	width: 238px;
	margin-bottom: 15px;
	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;
}


#newsletter #ok{
	float: left;
	margin: 18px 0px 0px 0px;
	border: none;
	width: 240px;
	height: 36px;
	cursor: pointer;
	font-weight: bold;
	outline: none;
	color: #fff;
	text-align: center;
	margin-top:8px;
	background: #FF7F00;
	margin-left: -5px;
}

#newsletter #ok:hover{
	text-decoration:underline;
}

#newsletter #ok:active{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
