/*---------------------------------------------------------------------------------------------*/
                                         /* Form */
/*---------------------------------------------------------------------------------------------*/



form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	margin: 0px;
	padding: 0px;
	width: 560px;
}
* html form{
	/* IE hack \*/
	width: 555px;
	/* end of hack */
}

form .infoBoxForm{
	position:absolute;
	top:0px;
	float: right;
	right: 0px;
	width: 80px;
	padding: 4px;
	border:solid 2px #ff0000;
	color:#666;
}
* html form .infoBoxForm{
	/* IE hack \*/
	right: 8px;
	/* end of hack */
}


form fieldset {
	border:1px solid #eeeeee;
	padding: 10px;
	margin: 0 auto;
}

.fieldsWrapper { 
	padding:10px;
}
form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 200px;
	padding: 0.8em 0px;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	font-size: 1.2em;
	line-height:1.2em;
	height:1.8em;
	clear: left;
}
.labelComment {
	display: block;
	float: left;
	width: 200px;
	padding: 0.8em 0px;
	margin: 5px 0 0;
	text-align: right;
	font-size: 0.9em;
	clear: left;
	color:#666666;
	line-height: 1.2em;
}
.inputComment {
	display: block;
	width: 300px;
	padding: 0px 0px 0px 0px;
	margin: 4px 0 0 210px;
	color:#666666;
	line-height: 1.2em;
}
.submitComment {
	display: block;
	width: 256px;
	padding: 0px 0px 0px 0px;
	margin: 4px 0 0 210px;
	color:#666666;
	float:right;
	clear:both;
}
.comment {
	display: block;
	float: left;
	padding: 0px 16px;
	margin: 0;
	color:#666666;
	line-height: 1.2em;
}

.selectPaises{ width:150px; margin-top:10px; height:20px; font-size:1.1em}


form label.inline {
	width: auto;
	margin-left: 8px;
	padding: 0.8em 0px;
	clear: none;
}

form fieldset legend {
	font-size:1.5em; /* bump up legend font size, not too large or it'll overwrite border on left */
	color: black;
	padding:0 10px;
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}
form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:289px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:0.4em 0 0 10px;
	padding:6px 2px 0px 4px;
	font-size: 1.4em;
	float:left;
}
* html form input{
	/* IE hack \*/
	margin:0.55em 0 0 10px;
	/* end of hack */
}
form input{
	height: 1.8em;
}
form textarea{
	height: 100px;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}
form select {
	width: auto;
	margin: 12px 0 0 8px;
	font-size: 1.4em;
}
form input.checkbox{
	height: 1em;
	width: 1em;
	padding: 0px;
	margin-top:18px;
	text-align:left;
	display:inline;
}

form select.inline {
	float:left;
	margin: 12px 0 0 4px;
}

form input#submit {
	margin:0 ;
	padding:0 10px 4px 10px;
	font-size: 1em;
	background:url(../images/botonOrder.gif) no-repeat;
	border:none 0 ;
	width:125px;
	height:29px;
	color:#FFF;
	font-weight: bolder;
	cursor:pointer
}

#botonConfirmar{ clear:both; width:100px; background: #b82525; font-size:1em; font-weight:bolder; marker-top:30px; margin:15px 0px}
.botonConfirmar{ border:none; color:#FFF; font-size:12px; text-align:center; overflow:visible; width:auto; background:none;}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
	
}


#toolsHeader{ width:274px}
#toolsHeader .inputText{
background: url(../images/bk_input.gif) no-repeat right;
border:0; height:18px; float:right; width:142px; font-size:12px; padding:1px 3px}
#toolsHeader label{ font-size:12px; float:left; width:116px; padding:3px 0 0 0}

.destinations{ width:189px}

#confirmarDatos{
clear:both
}

#confirmarDatos dl{
}
#confirmarDatos dt{
	float: left;
	width: 150px;
	padding-top: 0.2em;
	font-size: 1.2em;
	line-height: 1.8em;
	vertical-align: bottom;
	text-align: right;
	display: block;
	clear: both;
	color: #666666;
}
#confirmarDatos dd{
	display: block;
	margin-left: 155px;
	margin-bottom: 0.1em;
	width: 300px;
	font-size: 1.2em;
	vertical-align: middle;
	padding: 4px;
	line-height: 1.8em;
}

/* form validation */
form .panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}
form .panel.active-tab-body {
	display: block;
}

form input.disabled {
	border: 2px solid #F2F2F2;
	background-color: #F2F2F2;
}

form input.required, textarea.required {
	border: 2px solid #009900;
}
form input.validation-failed, textarea.validation-failed {
	border: 2px solid #FF3300;
	color : #FF3300;
}
form input.validation-passed, textarea.validation-passed {
	border: 2px solid #F2F2F2;
	color : #000;
	font-weight:bold;
}

form .validation-advice {
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
	clear:both;
	width: 200px;
	margin: 4px 0 0px 210px;
}

form .custom-advice {
	background-color: #009900;
	color : #FFF;
	clear:both;
	width: 500px;
	margin: 4px 10px 0px 10px;
}

/* Login */
form label.twoCols {
	float: left;
	width: 230px;
	padding: 0px 8px;
	margin:4px 0px;
	text-align: left;
	font-size: 1.2em;
	line-height:1.2em;
	height:1.2em;
	clear: both;
	display: block;
	position: relative;
}
form input.twoCols, form textarea.twoCols {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:200px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:4px 8px;
	padding:6px 2px 0px 4px;
	float: left;
	clear: both;
	position: relative;
}
* html form input.twoCols{
	margin: 0px;
	/* end of hack */
}
form input.twoCols{
	height: 1.8em;
}
form h1,h2,h3{
}

form label.login_radio_buttons {
	padding: 0.5em 0.5em 0.5em 200px;
	margin: 0px; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
	width: auto;
	height: auto;
	line-height: auto;
	font-weight: bold;
}
form input.radio{
	padding: 0px;
	display:inline;
	width: auto;
	margin: 0px 10px;
	height: auto;
}
form label.login_pass{
	margin: 5px 0 0 0px; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}
form input.login_pass{
	width: 200px;
}

form label.payment_radio_buttons {
	float: left;
	padding: 0.5em 0.5em 0.5em 50px; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
	width: auto;
	font-weight: bold;
	margin: 0px;
}
form select.payment{
	margin: 6px 0 0 8px;
}




