body {font-family: Arial, sans-serif; font-size: 12px;}
form {padding: 0;}
#oneway, #directFlight {margin-left: 0; padding-left: 0;}
#return {float:left;}

#searchFormSmall {color: #000; padding: 4px; height: 238px; width: 288px; border: 2px solid #D7771F;
    background: #ebf0f4; /* Old browsers */
    background: -moz-linear-gradient(top,  #ebf0f4 0%, #a7c9e2 62%, #c0d3e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf0f4), color-stop(62%,#a7c9e2), color-stop(100%,#c0d3e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ebf0f4 0%,#a7c9e2 62%,#c0d3e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ebf0f4 0%,#a7c9e2 62%,#c0d3e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ebf0f4 0%,#a7c9e2 62%,#c0d3e0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ebf0f4 0%,#a7c9e2 62%,#c0d3e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf0f4', endColorstr='#c0d3e0',GradientType=0 ); /* IE6-9 */
}

#searchFormSmall #gdestinacija_link {position: absolute; color: #fff; margin-left: 172px; text-decoration: none;}
#searchFormSmall #gdestinacija_link:hover {text-decoration: underline;}

#searchFormSmall h3 {color: #334B66; background-color: transparent; padding: 0; margin: 7px 0 6px 6px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 18px; font-weight: bold; }
#searchFormSmall h3 a {text-decoration: none;color: #334B66;}
#searchFormSmall h3 a:hover {text-decoration: underline;}
#searchFormSmall label {font-size: 12px;}
#searchFormSmall .col input[type="text"], #searchFormSmall .col select {width: 135px;}
#searchFormSmall .col_pax {margin-top: 14px; width: 88px; float: left; margin-left: 4px; margin-right: 4px;}
#searchFormSmall .col_mid input[type="text"], form .col_mid select {width: 103px;}
#searchFormSmall .col_pax input[type="text"], form .col_pax select {width: 88px;}
#searchFormSmall .col {margin-top: 8px; width: 136px; float: left; margin-left: 4px; margin-right: 4px;}
#searchFormSmall #button_search {
    font-size: 13px;
    padding: 6px 14px;
    border: 1px solid #753807;
}
#searchFormSmall .container_button_search {
    float: none;
    margin-top: 18px;
    text-align: center;
}

.button {
    cursor: pointer;

    background: #ef8422;
    background: -moz-linear-gradient(top, #F4A964 0, #ef8422 100%);
    background: -webkit-linear-gradient(top, #F4A964 0, #ef8422 100%);
    background: -ms-linear-gradient(top, #F4A964 0, #ef8422 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F4A964), color-stop(100%,#ef8422)); /* Chrome,Safari4+ */
    background: -o-linear-gradient(top, #F4A964 0%,#ef8422 100%); /* Opera 11.10+ */
    background: linear-gradient(top, #F4A964 0%,#ef8422 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4A964', endColorstr='#ef8422',GradientType=0 ); /* IE6-9 */

    border: 1px solid #bc5f0d;

    box-shadow: inset 0 0 2px rgba(255,255,255,0.8);
    -moz-box-shadow: inset 0 0 2px rgba(255,255,255,0.8);
    -webkit-box-shadow: inset 0 0 2px rgba(255,255,255,0.8);

    border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;

    box-sizing: border-box;
    text-shadow: 0 1px 1px rgba(95, 49, 9, 1);
    color: #ffffff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
}

.button:hover {
    background: #ef8422;
    background: -moz-linear-gradient(top, #f19038 0, #ef8422 100%);
    background: -webkit-linear-gradient(top, #f19038 0, #ef8422 100%);
    background: -ms-linear-gradient(top, #f19038 0, #ef8422 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f19038), color-stop(100%,#ef8422)); /* Chrome,Safari4+ */
    background: -o-linear-gradient(top, #f19038 0%,#ef8422 100%); /* Opera 11.10+ */
    background: linear-gradient(top, #f19038 0%,#ef8422 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19038', endColorstr='#ef8422',GradientType=0 ); /* IE6-9 */

    text-decoration: none;
    color: #ffffff;
}

.button:active {
    position: relative;
    top: 1px;
    left: 2px;
    box-shadow: none;
    text-shadow: 0 0 0 #000000;
    background: -moz-linear-gradient(top, #ef8422 0, #d7771f 100%);
    background: -webkit-linear-gradient(top, #ef8422 0, #d7771f 100%);
    background: -ms-linear-gradient(top, #ef8422 0, #d7771f 100%);
    text-decoration: none;
    color: #ffffff;
}

select, input[type="text"], input[type="password"], textarea {
    padding-top: 2px;
    padding: 2px;
    padding-left: 3px;
    color: #333;
    background-color: white;
    border: 1px solid #0a0b68;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;

    height: 24px;
    margin-top: 1px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;

    box-shadow: inset 2px 4px 7px #ccc;
    -moz-box-shadow: inset 2px 4px 7px #ccc;
    -webkit-box-shadow: inset 2px 4px 7px #ccc;
    -o-box-shadow: inset 2px 4px 7px #ccc;
}

form .date {width: 68px; padding: 2px; padding-right: 20px;}
.ui-datepicker-trigger {margin-left: -18px; top: 3px; position: relative;}
.ui-autocomplete-loading { background: white; }
#ui-datepicker-div {z-index: 100;}
