.mla_browser_alertWindow
{
    border: none; /* this is the border around the alert window */
}
.mla_browser_titleBar
{
    /* title bar settings */
    color: black;
    font-family: Segoe UI, Verdana, Arial;
    border: 1px solid rgb(182, 222, 248); /* the bottom border of your title bar, the border that separates it from the content area */
    background-color: rgb(182, 222, 248);
    line-height: 40px; /* if you have an icon, you probably want to set this as the same size or a bit larger than the icon size */
    padding: 0px;
}
.mla_browser_titleBarLeftIcon
{
    /* left icon settings */
    background: transparent url(information.png) no-repeat;
    width: 5px;
    height: 16px;
}
.mla_browser_titleBarRightIcon
{
    /* right icon settings */ /* background: transparent url(cancel.png) no-repeat; 	width: 16px; 	height: 16px; */
}
.mla_browser_contentArea
{
    /* the contente area, where the actual message text is shown */
    color: #000000;
    background: transparent url(icon_info3.png);
    border-left: 1px solid rgb(182, 222, 248);
    border-right: 1px solid rgb(182, 222, 248);
    font: 12px Verdana;
    overflow: auto; /* setting this to auto will make scrollbars appear if the message text is too long for the height attribute, assuming you set it */
    padding: 5px;
    background: #fff; /* your background color.  the button area background color should be set the same as well */
}
.mla_browser_buttonArea
{
    /* the button area, the div that your buttons are placed into */
    text-align: right; /* if you want you buttons to the left or center of the alert box, change this setting */
    background: #fff; /* your background color.  the content area background color should be set the same as well */
    padding-bottom: 5px;
    border-left: 1px solid rgb(182, 222, 248);
    border-right: 1px solid rgb(182, 222, 248);
    border-bottom: 1px solid rgb(182, 222, 248);
    font-size: smaller;
}
.mla_browser_okButton
{
    /* ok button settings */
    text-align: right;
    background: url(accept.png);
    padding-left: 15px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center left;
    height: 35px;
}
.mla_browser_oklink
{
    /* ok button settings */
    text-align: right;
    padding-left: 155px;
    margin-right: 10px;
    text-decoration: underline;
    height: 35px;
    font-size: smaller;
    background-repeat: no-repeat;
    width: 250px;
    cursor: pointer;
}
.mla_browser_cancelButton
{
    /* cancel button settings, if present */
    background: url();
    padding-left: 5px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center left;
    height: 25px;
    font-size: smaller;
}
