/*****************************************/
/***** SPECIAL CASE, RESERVATION FORM ****/

li.right-align-label label{
	display: block;
	float: left;
	width: 6em;
	margin-right: 1em;
	text-align: right;
}

li.right-align-label{	
	text-align: left;
	line-height: 24px;
}

/***** SPECIAL CASE, RESERVATION FORM ****/
/*****************************************/


/***********************************/
/***** Form Class Declarations *****/

form {  
	padding: 0;
}

form ol {  
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 10px 10px 10px;
}

form ol li {  
	padding: 0 0 0 0;	
}

fieldset {
	position: relative;
	margin: 0 0 0 0;
	margin-top: 0px !important;
	margin-top: 10px;
	padding-top: 10px !important;
	padding-top: 20px;	
	border: 1px solid #000000;
		
}

fieldset ol {
	margin: 0 0 0 0;
	padding: 0 0 0 0 ;	
}

form label {
	font-weight: bold;
}

legend {
	position: absolute;	
	top: -.6em;
	left: .2em;
	font-size:1.1em;
	font-weight:bold;
	color:#000000;	
	margin-left: 3em;
	padding: 0;
	color: #000;		
}

form.comment {
	padding-top:20px;
}

form.comment input {
	width: 300px;
}

form.comment textarea{
	width: 300px;
	height: 100px;	
}

form.comment fieldset {
	background-color:#DBF8FF;
	padding-bottom: 30px;
}

form.comment fieldset li{
	padding-top: 10px;
}

input.submit {
	margin-left: 200px;
	clear: both;
}

/**************************************/
/** Label positioned on top of input **/

form.top-label label {
	display: block;
	float: none;
	margin-right: 0px;
}

form fieldset.top-label label {	
	display: block;
	float: none;
	margin-right: 0px;
	text-align: left;
}

form fieldset.top-label li {
	float: none;
	clear: none;
	text-algin: center;
	width: auto;		
}

/** Label positioned on top of input **/
/**************************************/

/******************************************/
/** Label left aligned and left to input **/

form.left-align-label label{
	display: inline;
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: left;	
}

form.left-align-label li{
	float: left;
	clear: left;
	width: 100%;
	padding: 0 0 1em 0;  	
}

form.left-align-lable fieldset {
	float: left;
	clear: left;
	width: 100%;	
}

form fieldset.left-align {
	float: left;
	clear: left;
	width: 100%;	
}

form fieldset.left-align-label label {
	display: inline;
	float: left;
	width: 10em;
	margin-right: 1em;	
}

/** Label left aligned and left to input **/
/******************************************/

/*********************************/
/** Fieldset for submit buttom  **/

fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	padding-left: 11em;
	background-color: transparent;
	background-image: none;
}

fieldset.submit ol {
	margin-top: 0;
}

/** Fieldset for submit buttom  **/
/*********************************/

/*******************************************/
/** Label right aligned and left to input **/

form.right-align-label label, form fieldset.right-align-label label{
	display: block;
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
	line-height: 24px;
}

form.right-align-label label.right-label, form fieldset.right-align-label label.right-label{
	display: block;
	float: right;
	width: 490px;
	margin-left: 1em;
	text-align: left;
	font-weight: normal;	
}

form.right-align-label input.confirmar , form fieldset.right-align-label input.confirmar {
	display: block;
	float: left;
	width: 20px;
	margin-left: 20px;	
}

form.right-align-label input.enviar , form fieldset.right-align-label input.enviar {
	display: block;	
	width: auto;
	margin-top: 15px;
	margin: 0 auto;
}

div.captcha-holder{
	display: block;
	float: left;
	width: 10em;	
	margin-right: 1em;
	text-align: left;			
}

div.captcha-holder input{
	width: 175px;
}

div.fechaCorta {
	width:30px;
	display:block;
	float:left;
	line-height: 24px;
}

/** Label right aligned and left to input **/
/*******************************************/

/***** Form Class Declarations *****/
/***********************************/
