.hovertip {
    position: absolute;
    padding: 10px 13px;
    z-index: 5;
    max-width: 300px;

    color: #303030;
    background-color: #f5f5b5;
    border: 1px solid #DECA7E;

    font-family: sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}


.box-shadow { -moz-box-shadow: 1px 1px 2px #aaa; -webkit-box-shadow: 1px 1px 2px #aaa; padding: 5px; }

h2 { font-size:12px; color:#E06400; }

.newWalletTransferTable { width:100%; }
.newWalletTransferTable td.textInput input { border:1px #CCCCCC solid; color:black; }
.newWalletTransferTable td select { color:black; }
.newWalletTransferTable td select option { color:black; }