.mapinfo {
    font-family: "Arial" "Helvetica" sans-serif ;
    font-size: 9pt ;
    margin-top: 8px ;
}

/**
 * This class is intended to be used for labels with small triangles
 */
.cbLabel {
    font-family: "Arial" "Helvetica" sans-serif ;
    font-size: 8pt ;
}

/**
 * This class is intended to be used on elements which shall have no extent.
 */
.cbNoExtent {
    margin: 0 ;
    padding: 0 ;
    border: 0 ;
}

#map {
    height: 100px;
    margin-top: 8px;
}

/**
 * This class is intended to be used for small info text.
 */
.cbSmallInfoText {
    font-family: "Arial" "Helvetica" sans-serif ;
    font-size: 8pt ;
}

select {
    border: 1px solid black ;
}

table {
    margin: 0px ;
}

div#headbar h2 {
    font-family: "Arial" "Helvetica" sans-serif ;
    font-size: 12pt ;
    color: #B90000 ;
    margin-top: 0px ;
    margin-bottom: 8px ;
}

div#category {
    position: relative ;
    top: 0 ;
    right: 0 ;
    height: 1em ;
}

div#form {
    font-family: sans-serif ;
    position: absolute ;
    padding-left: 8px ;
    margin: 0 ;
    width: 15.5em ;
}

div#form form {
    margin: 0 ;
}

div#help {
    font-family: sans-serif ;
    position: absolute ;
    padding-left: 8px ;
    margin: 0 ;
    width: 15.5em ;
}

div#addressbar {
    font-family: sans-serif ;
    margin-bottom: 8px ;
    background-color: #edebe2 ;
    padding: 8px ;
    overflow: hidden;
}

input.text {
    border: 1px solid black ;
    padding-left: 0.5em ;
    height: 16px;
    overflow: hidden;
}

input.button {
    border: 1px solid black ;
    background-color: #f7f6f4 ;
    color: red ;
    height: 20px;
}

