﻿#divVrstvy {
    background: #FFFFFF none repeat scroll 0 0;
    border: 1px solid #3399FF;
    height: auto;
    overflow: inherit;
    position: absolute;
    width: 110px;
    top: 170px;
    display: block;
    left: 5px;
    z-index: 1098;
    border-radius: 4px;
    padding: 10px;
}

#divVrstvy input {
	margin-right: 5px;
}

.result {
    background: none repeat scroll 0 0 #F0F7FF;
    border: 2px solid #D7E7FF;
    border-radius: 5px;
    cursor: pointer;
    font: 12px/15px arial,sans-serif;
    margin: 5px 5px 0;
    padding: 2px 4px;
    overflow: auto ;
    max-height: 60px;
}

#results {
    overflow:auto;
    height: 90%;
    width: 100%;
}
.mapaSearch
{
display:block;
position: absolute;
right: 3px;
z-index:1098;
}
#searchresults {
    background: #FFFFFF none repeat scroll 0 0;
    border: 1px solid #FFFFFF;
    height: 70%;
    overflow:inherit;
    position: absolute;
    width: 220px;
    bottom: 5em;
    display: block;
    right: 3px;
    z-index: 1098;
    border-radius: 4px;
}
#searchClose {
    display: block;
    float: right;
    position: relative;
    cursor: pointer;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 2px;
}
#searchLabel {
    padding-left: 3px;
    padding-bottom: 2px;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    color: #33CCFF;
}
