@charset "utf-8";
/* CSS Document */
form.contato {width:100%; height:auto; float:left;}
form.contato span {width:48%; float:left;}
form.contato span:nth-child(2n+2) {float:right;}
form.contato .msg {width:100%; float:left;}
form.contato hr {margin-bottom:15px; margin-top:15px; float:left; width:100%; height:1px; background:#CCC; border:none;}
form.contato input { background-color:#D4D4D4;
					 border:1px solid #C8C8C8;
					width:100%;
					padding:10px 10px;
					color:#333;
					font-size:100%;
					margin-bottom:15px;
					font-weight:500;}

form.contato textarea { background-color:#D4D4D4;
					 border:1px solid #C8C8C8;
					width:100%;
					height:140px;
					padding:10px 10px;
					color:#333;
					font-size:100%;
					margin-bottom:15px;}
					
form.contato button {cursor:pointer;
					background:#F2CB2E;
					color:#393A39;
					border:0px;
					float:left;
					font-size:100%;
					padding:8px 15px;}
					
form.contato button:hover {background:#393A39; color:#FFF}

form.contato a {color:#000; text-decoration:none;}
form.contato a:active {color:#000; text-decoration:none;}
form.contato a:visited {color:#000; text-decoration:none;}
form.contato a:hover {color:#000; text-decoration:underline;}

					


/* Estilo para tablet */
@media only screen and (min-width:481px) and (max-width:768px) {
form.contato button {float:right;}
}
/* Estilo para smartphone */
@media only screen and (min-width:0px) and (max-width:480px) {
form.contato span {width:100%;}
form.contato span:nth-child(2n+2) {float:left;}
form.contato button {float:right;}

	}