@charset "utf-8";
/* CSS Document */

.formaPost{
	font-family:Arial, Helvetica, sans-serif;
	width:260px;
	color:#666;
	font-size:16px;
}
.formaPost LABEL{
	padding:3px;
	font-size:14px; 
}
.formaPost INPUT{
	padding:2px; 
	border:0px;
	background-color:#ccc;
	margin-top:3px;
	width:260px; 
	height:20px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#444;
 	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
}
.formaPost INPUT:hover{
	background-color:#999;
}
.formaPost INPUT:focus{
	background-color:#999;
	border:2px solid #005aa6;
	outline: none;
	color:#eee;
}
.formaPost TEXTAREA{
	padding:2px; 
	background-color:#ccc;
	border:0px;
	width:260px; 
	height:100px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:13px;
	color:#444;
 	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
}
.formaPost TEXTAREA:hover{
	background-color:#999;
}
.formaPost TEXTAREA:focus{
	background-color:#999;
	border:2px solid #005aa6;
	outline: none;
	color:#eee;
}
.formaPost INPUT.dugmeSubmit{
	margin-top:10px; 
	display:block; 
	height:48px;
	width:98px;
	cursor:pointer;
}
.formaPost BR{
	line-height:5px;
}