﻿.k-icon-coordinate {
    background-position: center top;
    background: transparent url(icons/coordinate.png) no-repeat scroll center top;
    cursor: pointer;
    margin-left: 0px;
    margin-top: -2px;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
}

.k-coordinatepicker {
    height: auto;
}

.k-coordinatepicker-buttons-box {
    margin-top: 3px;
    margin-bottom: 3px;
    text-align: right;
}

.k-window-content.k-coordinate-container {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0px;
    border-width: 0px;
    border-style: none;
    width:auto;
}

.k-coordinate {
    height: auto;
    padding:5px;
}

.k-coordinate-map-box {
    width: 520px;
    height: 350px;
}

.k-coordinate-result-box {
    margin-top: 3px;
}

.k-coordinate-result-input {
}

.k-coordinate-address-box {
    margin-top:5px;
}

.k-coordinate-search-box {
    padding: 2px;
    margin-bottom: 5px;
}

.k-coordinate-search-input {
}

.k-coordinate-search-button {
}
