label{
	float: left;
	text-align: right;
	width: 120px;
	 font-size: 12px; /* 10px; */
	color: #333333;
	text-decoration: none;
}

input, textarea{
	margin-left:4px;
	border:1px #dae3ce solid;
	margin-bottom: 5px;
}

textarea{
	width: 250px;
	height: 150px;
}

.boxes{
	width: 1em;
}

select{
	margin-left: 5px;
	border:1px #dae3ce solid;
}

#submitbutton{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}

br{
	/*clear: left;*/
}

/* Modificaciones Drupal para modulo Forms de Leo Trippi*/
label.error { color: red }
select.form-select { max-width: 250px }
.input,
.form-textarea,
.form-text,
#edit-country,
#edit-adults,
#edit-children,
#edit-budget,
#edit-property,
.form-select-property {
	width: 250px;
}

#edit-title,
#edit-country,
#edit-start_day,
#edit-start_month,
#edit-start_year,
#edit-end_day,
#edit-end_month,
#edit-end_year,
#edit-adults,
#edit-children,
#edit-budget,
#edit-property,
.form-select-property {
	margin-bottom: 5px;
}

#edit-comments{
	margin-bottom: 10px;
}

.leo_period {
	float:left;
}
#edit-periodto-wrapper label {
	/* width: 20px !important; */
}
	
.clear {
	clear:both;	
}

