﻿.form 
{
	padding: 10px;
	width: 532px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #f9f9f9;
	overflow: visible;
	clear: both;
}

.form p
{
	text-align: center;
}

.form input
{
	font-family: Trebuchet MS;
	font-size: 13px;
	width: 400px;
	padding: 4px;
	border: 1px solid #EFEFEF;
}


.form input.buttonContact
{
	font-family: Trebuchet MS;
	font-size: 18px;
	/*font-weight: bold;*/
	color: #fff;
	width: 184px;
	height: 48px;
	padding: 4px;
	border: 1px solid #efefef;
	background-image: url(../Resources/Images/but_enviar.jpg);
}

.form input.buttonContact:hover
{
	color: #b2d32e;
	cursor: pointer;
}

.form textarea
{
	font-family: Trebuchet MS;
	font-size: 14px;
	width: 400px;
	height: 200px;
	padding: 4px;
	border: 1px solid #EFEFEF;
}