﻿#ya_container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-family: sans-serif;
    overflow: hidden;
}
/*#messageHeader {
    height: 20px;
}*/
/*#footer {
    width: 376px;
    background-color: #f2f2ef;
    padding: 12px;
}*/
/*#message {
    height: 76px;
}*/
#map {
    height: 160px;
    width: 100%;
    margin: 15px 0px 15px 0px;
    position: relative;
}
#header {
    height: 28px;
    width: 400px;
    /*margin: 12px 10px 12px 12px;*/
}
#button {
    display: inline-block;
    font-size: 11px;
    color: rgb(68,68,68);
    text-decoration: none;
    user-select: none;
    padding: .2em 0.6em;
    outline: none;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px;
    background: rgb(245,245,245) linear-gradient(#f4f4f4, #f1f1f1);
    transition: all .218s ease 0s;
    height: 34px;
    width: 70px;
}
    #button:hover {
        color: rgb(24,24,24);
        border: 1px solid rgb(198,198,198);
        background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
        box-shadow: 0 1px 2px rgba(0,0,0,.1);
    }
    #button:active {
        color: rgb(51,51,51);
        border: 1px solid rgb(204,204,204);
        background: rgb(238,238,238) linear-gradient(rgb(238,238,238), rgb(224,224,224));
        box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
    }
#suggest {
    height: 34px;
    /*margin-right: 10px;*/
    width: 325px;
    /*padding: 4px;*/
    border: 1px solid #999;
    border-radius: 3px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0);
    transition: .17s linear;
}
    #suggest:focus {
        outline: none;
        border: 1px solid #fdd734;
        box-shadow: 0 0 1px 1px #fdd734;
    }
.input_error, .input_error:focus {
    outline: none;
    border: 1px solid #f33;
    box-shadow: 0 0 1px 1px #f33;
}
#notice {
    position: absolute;
    left: 22px;
    margin: 0px;
    top: 44px;
    color: #f33;
    display: none;
}