/* formularios */

.form{
	margin: 10px 0;
	border: #ddd 1px solid;
	background: #f4f4f4;
	width:99%;
	margin-bottom:15px;}
	

.form, .form td{
	font-size:11px;
	color:#333333;

	}	
	
.form th{
	background:#666;
	color:#FFFFFF;
	font-size:12px;
	text-align:left;


	}		
	
.form td, .form th{
	padding:4px 8px;}		
	

.form h1{
	font-size:14px;
	color:#EE1D25;}	
	

.form .input{
	border:#A0A0A0 1px solid;
	background:#fff;
	font-family:inherit;
	font-size:inherit;
	padding-left:3px;
	}