#dbChoice, #dbChoice2, #dbChoice3 {
    position: absolute;
    background-color: #FFFFFF;
    border: 3px solid #808080;
    top: 40%;
    left: 50%;
    max-width: 387px;
    z-index: 10;
}

.floatRight {
    float: right;
}

input, select, button, textarea {
    border-radius: 5px;
    border: 1px solid #AEAEAE;
    margin: 2px 0px;
}

button {
    border-radius: 5px;
    font-weight: bold;
}


#dbChoice button, #dbChoice2 button, #dbChoice3 button {
    margin: 0px 10px;
}

div#overlay, div#overlay2, div#overlay3, div#AJAXSHEILD {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}
footer a { 
     color: white; 
}

