#map
{
    width: 100px;
    height:100px;
    min-height: 100%;
    min-width: 100%;
    display: block;
}

html, body
{
    height: 100%;
}

.fill 
{
    min-height: 100%;
    height: 100%;
    width: 100%;
    min-width: 100%;
}

.button {
    height: 32px;
    text-align: center;
    margin: 2px 2px 2px 2px;
    border: 1px solid #527fc0;
    /*007aff;*/
    padding-top: 3px;
    padding-left: 3px;
    background-color: #ffffff;
    color: #000080;
    text-decoration: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
}

fieldset {
    margin: 3px;
    border: 1px solid silver;
    padding: 3px;
    border-radius: 3px;
}

fieldset.inline {
    display: inline;
    font: 12px Tahoma, Geneva, sans-serif;
}

legend {
    padding: 1px;
    font: 12px Tahoma, Geneva, sans-serif;
    margin: 1px;
    border: 1px;
    padding: 1px;
    width: 0px;
    float: none;
}
