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


input{
	width:231px;
	height:21px;
	border:0;
	vertical-align:middle;
}

table{
	width:484px;
	height:341px;
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-style:italic;
	margin:auto;
	border:0;
	padding-top:15px;
}


td{
	width:242px;
	height:21px;
	padding-bottom:0;
	padding-top:1px;
	vertical-align:bottom;
	padding-left:15px;
}

tr{

}

textarea{
	width:481px;
	height:124px;
	border:0px;
	vertical-align:middle;
}

.empresa{
	width:481px;
}

.solicitar{
	background-color:#FFF;
	color:#eb008b;
	font:12px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin-top:10px;
	
}

.enviar{
	background-color:#FFF;
	color:#eb008b;
	font:12px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin-top:10px;
	
}

input.error{
	background-color:#FF9F9F;
}

textarea.error{
	background-color:#FF9F9F;
}
	