div#overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #666;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    z-index: 900; 
    display: none;
}
div#fd_dialog { 
    position: fixed; 
    top: 100px; 
    left: 0px; 
    width: 100%; 
    z-index: 1000; 
    background-color: #4E6172; 
    color: white; 
    border-top: 1px solid #555; 
    border-bottom: 1px solid #555; 
    text-align: center;
}
div#fd_dialog_other { 
    position: fixed; 
    top: 20px; 
    left: 0px; 
    width: 100%; 
    z-index: 950; 
    color: white; 
    text-align: center;
}
div#fd_dialog_other .dialog_container {
    margin: 10px auto;
    padding: 5px 20px; 
    width: 750px;
    text-align: left;
}
div#fd_dialog .dialog_container { 
    margin: 10px auto;
    padding: 5px 20px; 
    width: 400px;
    text-align: left;
}
div#fd_dialog label { 
    font-size: 138.5%; 
    display: block;
    font-weight: bold; 
}
div#fd_dialog .buttonspace { 
    text-align: center; 
}
div#fd_dialog .buttonspace input { 
    margin: 0 3px; 
}
