/* formularios */



.form fieldset{
		border:#dee3ea 1px solid;	

	
	}
	
	
fieldset legend{
	font-weight:bold;}


.form{
	padding:0 20px;}
	
.form, .form td{
	font-size:11px;
	}	
	
.form td{
	padding:0 8px 8px 0;}		
	

.form h1{
	font-size:14px;
	color:#BD381E;}	
	

.form td .input, .form td select, .form  td textarea,
.form .input, .form select, .form textarea{
	border:#81929F 1px solid;
	background:url(../img/input-fondo.gif) right top;
	font-family:inherit;
	font-size:inherit;
	padding-left:3px;
	width:250px;
	height:16px
	}
	
body.body_form{
	background:#fff;
	}	
	
.body_form .form{
	margin:15px;}	
	
.form{ border: none;}	