/* 
    Document   : modules
    Created on : 23-feb-2009, 11:45:00
    Author     : asanchez
    Description:
        Maquetacion de modulos
*/

.customer_care {
    position: relative;
    display: block;
    height: 91px;
    width: 387px;
    text-align: left;
    background: top left no-repeat url('../images/banner_atencion_bg.jpg');
    text-decoration: none;
}

#right-column .customer_care {
    width: 315px;
    background-image: url('../images/banner_atencion_right_bg.jpg');
}

.customer_care span {
    display: block;
    font-size: 13px;
    color: #0055a0;
    font-weight: bold;
    margin-left: 34px;
}

#right-column .customer_care span {
    margin-left: 28px;
}

.customer_care span strong {
    color: #000000;
}

.customer_care .description {
    font-size: 21px;
    padding-left: 18px;
    padding-top: 6px;
}

.customer_care .telephone {
    padding-left: 34px;
    padding-top: 5px;
}

.customer_care .email {
    padding-top: 6px;
}

.mtype_bookingform h1 {
    margin: 0;
    position: absolute;
    top: 45px;
    left: -45px;
}

.mtype_bookingform {
    position: relative;
    background: top left no-repeat url('../images/booking_query_bg.gif');
    overflow: visible;
    padding-top: 92px;
}

.mtype_bookingform .body {
    background: bottom left no-repeat url('../images/booking_query_bg_d.gif');
    padding-left: 16px;
    padding-bottom: 30px;
}

.mtype_bookingform .booking_step_body {
    padding-left: 25px;
}

.mtype_bookingform .booking_step {
    position: relative;
    margin-bottom: 20px;
}

#booking_step_2 {
    margin-top: 25px;
}

.mtype_bookingform .first_select {
    margin-right: 25px;
}

.mtype_bookingform .booking_step h2 {
    margin: 0 0 10px 0;
}

.mtype_bookingform .booking_step h3 {
    margin: 10px 0 5px 0;
}

.mtype_bookingform .booking_step .number {
    font-size: 35px;
    font-weight: bold;
    color: #0055a0;
    position: absolute;
    top: -5px;
    left: 0;
}

.mtype_bookingform .room_number_body {
    margin-top: 5px;
}

.mtype_bookingform label {
    display: block;
    margin-bottom: 7px;
}

.mtype_bookingform .form-line {
    margin-bottom: 12px;
}

.mtype_bookingform .persons {
    border: none;
    
}

.mtype_bookingform .persons th {
    font-weight: normal;
    text-align: left;
}

.mtype_bookingform .persons th, .mtype_bookingform .persons td {
    padding-right: 15px;
}

.mtype_bookingform .persons_explanation {
    margin-top: 10px;
    margin-bottom: 20px;
}

.mtype_bookingform .buttons {
    padding-left: 25px;
}

.mtype_bookingform .buttons input {
    border: none;
    background-color: #009ee0;
    font-weight: bold;
    padding: 2px 10px;
}

.mtype_mybooking {
    background: #e6f6fd bottom left no-repeat url('../images/mybooking_bg_bl.gif');
    padding: 0 15px 15px 15px;
}

.mtype_mybooking h1 {
    margin: 0;
    background: none;
    padding-left: 0;
}

.mtype_mybooking p {
    margin: 5px 0;
}

.mtype_mybooking .mybooking_form {
    margin: 10px 0;
    padding-left: 30px;
}

.mtype_mybooking .mybooking_form input.button {
    border: none;
    background-color: #0055a0;
    color: #ffffff;
    font-weight: bold;
    padding: 2px 4px;
}

.mtype_mybooking .mybooking_form input.textbox {
    border: none;
    background: top left no-repeat url('../images/mybooking_input_bg.gif');
    width: 132px;
    height: 16px;
    padding: 2px 4px;
    margin-right: 15px;
}

