
.mono {
   font-family:Monospace!important;
}

#msg-div {
    position:absolute;
    left:50%;
    top:10px;
    width:400px;
    margin-left:-200px;
    z-index:990000;
}
#msg-div .msg {
    border-radius: 8px;
    -moz-border-radius: 8px;
    background: #F6F6F6;
    border: 2px solid #ccc;
    margin-top: 2px;
    padding: 10px 15px;
    color: #555;
}
#msg-div .msg h3 {
    margin: 0 0 8px;
    font-weight: bold;
    font-size: 15px;
}
#msg-div .msg p {
    margin: 0;
}

.iconcls-share { background-image:url(fileicons/drive_network.png)!important; background-repeat: no-repeat!important; }
.iconcls-usershare { background-image:url(fileicons/drive_user.png)!important; background-repeat: no-repeat!important; }
.iconcls-folder { background-image:url(fileicons/folder.png)!important; background-repeat: no-repeat!important; }
