html, body {
    padding: 0 !important;
}

body {
    /*max-height: 700px;*/
    background: url('../back.jpg') no-repeat top center;
    /*background-size: cover;*/
    padding: 0 !important;
    margin: 0;
}

#float-block {
    position: absolute;
    left: -15px;
    top: 120px;
    background: rgba(255, 255, 255, .9);
    border-radius: 8px;
    padding: 8px 13px 8px 25px;
    border: 1px solid #0A4E7B;
    margin: 0;
    /*font-size: 11px;*/
    /*font-family: sans-serif;*/
    z-index: 10;
}
#float-block label {
    display: inline-block;
    /*min-width: 80px;*/
}
#float-block input, #locationsAbsolute input {
    background-color: #0A4E7B;
    color: #fff;
}
#float-block input, #float-block select, #float-block button, #locationsAbsolute input {
    border: 1px solid #0A4E7B;
    max-width: 100%;
}
#float-block select {
    /*min-width: 250px;
    max-width: 250px;*/
}
#float-block input[type="text"] {
    min-width: 90%;
    width: 90%;
}
#float-block input.error, #float-block select.error, #float-block button.error {
    border-color: red;
}
/*#float-block button {
    border: 1px solid #caad32;
    background: #FDDA26;
}*/

#siframe {
    width:100%;
    height:100%;
    position:absolute;
    z-index:0;
    border: 0;
    top: 0;
    left: 0;
}

ul, ol { margin-left: 15px; }

#locationsAbsolute {
    background: rgba(255, 255, 255, .8);
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 7px;
    border: 1px solid #0A4E7B;
    border-radius: 3px;
    min-width: 240px;
}
