 /* DEFAULTS */
body{
	font: 12px Arial, Helvetica, sans-serif;
	background: #F2EFE1;
}
.left{float:left;}
.right{float:right;}
.clear{clear:both; height:1px; overflow:hidden; font-size: 0px;}
a{
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #D55555;
}
.forma{
	border: 1px solid #C5C2B4;
	background: White;
	padding: 2px;
	width: 160px;
}
label.error { 
	float: none; 
	color: red; 
	padding: 0 0 0 10px;
	vertical-align: top; 
}
.submits{
	background: transparent url(arrows.png) no-repeat scroll right center;
	color: #119c31;
	font: bold 18px "Trebuchet MS";
	cursor: pointer;
	padding: 0 10px 0 0;
	border: none;
}








