#contact p, label, legend { font: 1.2em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }

#contact {
	display: block;
	background-color: #FFF;
}

/*#contact label {
	display: inline-block;
	float: left;
	height: 1em;
	line-height: 2em;
	padding: 6px 0 0;
	width: 125px;
	font-size: 1.4em;
	margin: 5px 0;
	clear: both;
}*/

#contact input, #contact textarea, #contact select {
/*	width: 220px; */
	padding: 5px;
	color: #666;
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin: 5px 0;
/*	font:1.3em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; */
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	vertical-align: top;

	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;

	box-shadow: 0 0 5px rgba(81, 203, 238, 0);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
}

.comments{
	width:430px; 
	padding: 5px;
	color: #666;
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin: 5px 0;
/*	font:1.3em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; */
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	vertical-align: top;

	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;

	box-shadow: 0 0 5px rgba(81, 203, 238, 0);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
	width:450px;
}

#contact select {
	margin: 8px 0;
}

#contact input:focus, #contact textarea:focus, #contact select:focus {
	border: 1px solid #ddd;
	background-color: #fff;
	color:#333;
	outline: none;
	position: relative;
	z-index: 5;

	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);

	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);

	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

#contact input.submit {
	width:180px;
	height:60px;
	white-space:normal;
	cursor: pointer;
	position: relative;
	border: 1px solid #282828;
	color:#FFF;
	left: 10px;
	top: 5px;
	padding: 6px 30px;
	text-decoration: none;
	font-size: 0.8em;

	background: -moz-linear-gradient(top, #81a7c4 0%, #4b7ba4 50%, #24679f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81a7c4), color-stop(50%,#4b7ba4) color-stop(100%,#24679f)); /* Chrome,Safari4+ */	 !important;
	background: -webkit-linear-gradient(top, #81a7c4 0%,#4b7ba4 50%, #24679f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #91b7d5 0%,#4b7ba4 50%, #24679f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #91b7d5 0%,#4b7ba4 50%, #24679f 100%); /* IE10+ */
	background: linear-gradient(top, #91b7d5 0%,#4b7ba4 50%, #24679f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81a7c4', endColorstr='#24679f',GradientType=0 ); /* IE6-9 */

	box-shadow: 0 2px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
}
#contact input.submit:hover {
	background: -moz-linear-gradient(top, #FFF 0%, #CCC 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#CCC)); /* Chrome,Safari4+ */	 !important;
	background: -webkit-linear-gradient(top, #FFF 0%,#CCC 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFF 0%,#CCC 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFF 0%,#CCC 100%); /* IE10+ */
	background: linear-gradient(top, #FFF 0%,#CCC 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#CCCCCC',GradientType=0 ); /* IE6-9 */
	color:#000;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	text-shadow: 0px 1px 0px rgba(0,0,0,1);
}
#contact input.submit:active, #contact input.botao:focus {
	background: -moz-linear-gradient(top, #CCC 0%, #FFF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCC), color-stop(100%,#FFF)); /* Chrome,Safari4+ */	 !important;
	background: -webkit-linear-gradient(top, #CCC 0%,#FFF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #CCC 0%,#FFF 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #CCC 0%,#FFF 100%); /* IE10+ */
	background: linear-gradient(top, #CCC 0%,#FFF 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCCCCC', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
	top: 0.1px;
}





#recuperar {
	text-align:center;
	font-size:12px;
	font-weight:bold;
}