 /*FORM */
input,select,textarea{
	height:17px;
	margin:3px 5px 5px 0px;
	padding:0px;
	border:1px solid #dd1278;
	font-family:Verdana;
	font-size:11px;
	color:#dd1278;
	font-weight:normal;
}
textarea{
	width:50%;
	height:100px;
	border:1px solid #DD1278;
	font-family:Verdana;
	font-size:11px;
	color:#dd1278;
}
a{color:blue;text-decoration:none}
a:hover{text-decoration:underline}
fieldset{border:1px solid #990000;margin-bottom:10px;padding:5px;}
legend{
	font-family:Georgia;
	font-size:16px;
	font-weight:bold;
	color:#E4088E;
	margin:0px 0px 5px;
}
p{text-align:right;font-weight:bold;margin:0px;padding-right:3px;color:#FF0000;}
button{
	background: #FFF;
	border:1px solid #dd1278;
	font-weight:bold
}
button:hover{
	background:#dd1278;
	color:white
}
.name{width:230px;margin-left:3px;}
.email{width:295px;}
.buttons{text-align:center}
.erro{font-family:Georgia;font-size:30px;margin:0px 3px 10px;text-align:center;color:#FF0000}
.sucesso{font-family:Georgia;font-size:30px;margin:0px 3px 10px;text-align:center;color:#ffffff}
