#infoWindow{
    min-height: 120px;
}
#errorRoute{
    color: red;
}

#infoWindow label{
    display: block;
    font-size: 14px;
}
#infoWindow input[type="text"]{
    padding: 6px;
    border: 1px solid #666;
    margin-right: 2px;
}


#infoWindow input#btn{
    background: -moz-linear-gradient(center top , #EDEDED 5%, #DFDFDF 100%) repeat scroll 0 0 #EDEDED;
    border: 1px solid #DCDCDC;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    color: #777777;
    display: inline-block;
    float: right;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
}
#infoWindow input#btn:hover {
    background: -moz-linear-gradient(center top , #DFDFDF 5%, #EDEDED 100%) repeat scroll 0 0 #DFDFDF;
}
#infoWindow input#btn:active {
    position: relative;
    top: 1px;
}

#popupContainer{
    min-height: 500px;
    width: 100%;
    background-color: #fff;
}

#total{
    padding: 10px;
    height: 50px;
}
#mapka{
    min-height: 400px;
}
#dirs{
    min-height: 400px;
    overflow-x: scroll;
}