/* PHOBS form CSS Document */

#phobs_book {
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans';
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    color: #000000;
    padding-left: 5px;
}
#phobs_book .booking_naslov {
    font-family: 'Open Sans';
    font-size: 18px;
    text-transform: none;
    font-weight: 700;
}
#phobs_book select {
    font-family: 'Open Sans';
    font-size: 15px;
    text-transform: none;
    font-weight: 700;
    margin-bottom: 3px;
    padding: 1px;
    color: #242424;
    background-color: #fff;
}
#phobs_book .destination, #phobs_book .hotel {
    width: 149px;
}
#phobs_book p {
    padding: 1px 0px;
    margin:0px;
}
#phobs_book .button {
    border: 1px solid transparent;
    border-radius: 5px;
    font-family: 'Open Sans';
    font-size: 15px;
    text-transform: none;
    font-weight: 700;
    color: #273e39;
    background-color: #EEE;
    width: 102px;
    padding: 1px;
}
#phobs_book .access_code {
    font-family: 'Open Sans';
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    width: 130px;
    border: 1px solid #CCC;
}
#phobs_book a.view_cancel {
    font-family: 'Open Sans';
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    color: #d2b894;
    text-decoration:none;
}
#phobs_book a.view_cancel:hover {
    text-decoration:underline;
    color: Red;
}
