﻿/** Alert window styles */

#__messageBox_alert {
            position:absolute;top: 40%;left: 30%;width: 30%;background-color:#fff;border: 1px solid navy;
        }

.messageBox.title {
    height: 20px;background-color:navy;color: #fff;padding: 5px;
}

.messageBox.message {
    margin: 10px;
}

.messageBox.close {
    position: absolute;border: 1px solid #fff; color: #fff; right: 0;top: 0;cursor: pointer;
}

.messageBox.buttons {
    padding: 15px;
}
.messageBox.button {
    margin-left: 2px;
}
.messageBox.image {
    width: 100px;
}

/** End window styles */
