* {
    font-family: 'Lucida Grande', Verdana, sans-serif;
}

#chooser-body {
    margin: 0px;
    padding: 0px;
    -webkit-text-size-adjust: none;
}

#chooser-button-blocker {
    position: absolute;
    top: 332px;
    left: 0px;
    height: 38px;
    width: 320px;
}

#chooser-background {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: black;
    opacity: 0.75;
    height: 330px;
    width: 320px;
}

#chooser-grid-div {
    position: absolute;
    top: 59px;
    left: 31px;
    width: 252px;
    opacity: 1.0;
    background-color: #000f37;
    border: 2px solid white;
    -webkit-border-radius: 10px;
    padding: 5px;
}

#chooser-grid {
    border: 0px none black;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
}

#chooser-grid > tr > td {
    padding: 2px;
}

#chooser-title {
    color: white;
    text-align: center;
    font-weight: bold;
    margin: 5px;
}

#chooser-message {
    color: white;
    text-align: center;
    font-weight: regular;
    padding: 5px;
}

div.default-alert-button {
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 10px 0px;
    width: 126px;
    border: 1px solid black;
    -webkit-border-radius: 5px;
    background-color: #576285;
    opacity: 1.0;
}

div.alert-button {
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 10px 0px;
    width: 125px;
    border: 1px solid black;
    -webkit-border-radius: 5px;
    background-color: #37456c;
    opacity: 1.0;
}

div.chooser-button {
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 10px 0px;
    width: 83px;
    border: 1px solid black;
    -webkit-border-radius: 5px;
    background-color: #37456c;
    opacity: 1.0;
}

table {
  border-spacing: 0px;
}

td {
  padding: 0px;
  border: 1px solid black;
}

td.chooser {
  border: 0px none black;
}


