/**********************************

Plantilla básica para formularios de restaurantes.com

***********************************/
form.restform fieldset {
	margin-bottom: 10px;
}

form.restform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}

form.restform label {
	display: inline-block;
	line-height: 1.5;
    font-size: 0.9em;
	font-weight: normal;
	vertical-align: top;
	cursor: hand;
}

form.restform fieldset p {
	list-style: none;
	font-weight: normal;
	padding: 5px;
	margin: 0;
    font-size: 1em;
}

form.restform fieldset fieldset {
	border: none;
	font-weight: normal;
	margin: 3px 0 0;
}

form.restform fieldset fieldset legend {
	padding: 0 0 5px;
font-weight: normal;
}

form.restform fieldset fieldset label {
	display: block;
	width: auto;
}

form.restform label { width: 150px; } /* Width of labels */
form.restform fieldset fieldset label { margin-left: 153px; } /* Width plus 3 (html space) */
form.restform label.error {
	margin-left: 153px;
	width: 220px;
}

form.restform input.submit {
	margin-left: 153px;
}

/*\*//*/ form.restform legend { display: inline-block; } /* IE Mac legend fix */
