.MooDialog {
    background: #F5F4F2;
    color: black;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    font-size: 11pt;
    font-family: Arial;
}

.MooDialog .title {
    padding: 3px;
    background: #b7c4dc;
    border-bottom: 1px solid #a1aec5;
    font-size: 11pt;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
    color: black;
    margin: 0;
}

.MooDialog .close {
    background: url(dialog-close.png) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    cursor: pointer;
    top: 5px;
    right: 5px;
    position: absolute;
}


.MooDialog .MooDialogAlert, .MooDialog .MooDialogConfirm, .MooDialog .MooDialogPromt, .MooDialog .MooDialogError {
    min-height: 40px;
}

.MooDialog .MooDialogConfirm, .MooDialog .MooDialogPromt {
    background: url(dialog-question.png) no-repeat;
}

.MooDialog .MooDialogError {
    background: url(dialog-error.png) no-repeat;
}

.MooDialogAlert .buttons {
    text-align: right;
    bottom: 7px;
    right: 10px;
    position: absolute;    
}
.MooDialogAlert .buttons div {
    cursor: default;
}
.MooDialogAlert .buttons div.hover {
    color: #888888;
}
.contentContainer {
    padding: 5px;
}
.linkTable {
    width: 100%;
}
.linkArea {
    background-color: white;
    border: 1px solid #D7D7D7;
    height: 70px;
    margin-left: 0;
    margin-right: 10px;
    padding: 5px;
    text-decoration: underline;
    color: #106bbe;
}
.flashContainer {
    bottom: 9px;
    left: 10px;
    position: absolute;
}
.linkOption {
    width: 1px;
}