@charset "utf-8";
/* ----------- CSS Document ----------- */


/* ----------- select text ----------- */
::selection{ color:#fff; background-color:#666;}
::-moz-selection{ color:#fff; background-color:#666;}





	.form {
	border: 1px solid #000;
	background-color: #e7e7e7;
	color: #000;
	font-family: tahoma;
	font-size: 12px;
	height: 25px;
	width: 398px;
}

.enviar {
    background-color: #fff;
    height: 23px;
    width: 80px;
    font-weight: bold;
    border-radius: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #3b5998;
    color:#3b5998;
}



.textareaa {
	border: 1px solid #000;
	background-color: #e7e7e7;
	color: #ccc;
	font-family: tahoma;
	font-size: 12px;
	width: 285px;
	overflow: hidden;
	resize: none;
	
	
	}