div.miniMap {
    background-image: url(../img/wait.gif);
    background-position: center;
    background-repeat: no-repeat;
}

div.map .field{
    border: 2px outset #0173a9;
}
div.map .name{
    padding-bottom: 3px;
    font-weight:bold;
}
div.map .description{
    padding-bottom: 10px;
}
div.map .print {
    float: right;
    margin-right: 10px;
    color: rgb(12, 77, 141);
    font-size:13px;
}