/* booking steps radixx */

/* general form styles for all tabs*/

form {
    margin-left: 10px;
    padding: 0;
    color: #003366;
    position: relative;
    font-size: 12px;
    font-weight: normal;
}
select{
	outline: none;
	padding: 5px;
	border: solid 1px #C3C0B9;
	color: #003366;
}
option{
	color: #003366;
}
option:hover{
	background-color: #C3C0B9;
}
#booking-wrapper h4 {
    margin: 0 0 0 10px;
    font-size: 16px;
}

.control-group, .controls-row {
    margin-bottom: 5px;
    margin-top: 0;
}


/* labels*/

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 0;

}

/* input styles */
input[type=text], input[type=password], input[type=email] {
    color: #003366;
    font-size: 12px;
}

.input-prepend {
    color: #003366;
}

/* outer booking container */
#booking-wrapper {
    position: absolute;
    z-index: 2000;
    margin: 80px 0 40px 26px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #003366;
    moz-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.3);
    webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.3);
	width: 420px;
    height: 400px;
    background:#fff;
    background-color: rgba(255, 255, 255, 1);
}

/*first tab booking*/

/* pretty radios and checkboxes*/

.labeltxt {
    margin-top: 0;
    padding-right: 8px;
    font-size: 12px;
}

.labeltxt2 {
	float: right;
	clear: both;
	top: -30px;
	padding-left:10px
}

.flightconnections, .passenger{
	margin-left:4px;
	font-size: 12px;
 	font-style: italic;
 	color: #666;
}

.returnflight{
	margin-left: 82px;
}

.passenger {
    margin-left: 120px;
}

.infant {
    margin-left: 48px;
}

.promo {
    margin-top: 3px;
}

.submitButton {
    margin: 10px 0 10px 0;
}


/* second tab reservations */

/* third tab agent login */

.forgotpasswd {
    margin: 10px 0 0 0;

}

/* custom select menu style*/

.customSelect {
    /* This is the default class that is used */
    font-size: 12px;
    background-color: #fff;
    color: #003366;
    padding: 1px 5px;
    border: 1px solid #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 0;
    margin-top: 2px;
    margin-bottom: 0;
    width: auto;
    display: block;
}

.customSelect.customSelectHover {
    /* Styles for when the select box is hovered */
    background-color: #fefefe;
}

.customSelect.customSelectOpen {
    /* Styles for when the select box is open */
    background-color: #fff;
}

.customSelect.customSelectFocus {
    /* Styles for when the select box is in focus */
    background-color: #f4f2f2;
}

.customSelect.changed {
    background-color: #0099cc;
}

.customSelectInner {
    /* You can style the inner box too */
    background: url('../images/select-arrow.png') no-repeat center right;
    padding: 4px;
}

.selectfromto {
    width: 200px;
	margin-left: -2px;
}

.selectpassenger {
    width: 100px;
}

.infant {
    width: 90px;
	overflow: hidden;

}


/* error handling */

.ctlAvailCriteria_cboAdultsformError {
    margin-left:0;
    left:0;
}

.ajaxLoader {
    margin-left:5px;
    opacity:0.7;
}
