div.jqmAlert {
    display: none; position: fixed; top: 17%;
    width: 100%;
}

* html div.jqmAlert {
    position: absolute;
    top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

div.jqmAlertWindow {
    position: relative;
    height: auto; width: auto; max-width: 400px;
    margin: auto; padding: 10px;
    background: #fff;
    border: 1px solid #000;

    box-shadow: 0px 3px 5px #444;
    -moz-box-shadow: 0px 3px 5px #444;
    -webkit-box-shadow: 0px 3px 5px #444;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#444444', Direction=180, Strength=3);

    color: #000;
}

.jqmAlertTitle {
    height: 20px;
    margin: 5px 2px;
}

.jqmAlertTitle h1 {
    margin: 0px; padding: 0px;
    color: #36c;
    font: normal 22px/22px "Trebuchet MS", Arial, Helvetica, san-serif;
    text-transform: uppercase;
}

div.jqmAlert .jqmClose em {
    display: none;
}

div.jqmAlert .jqmClose {
    position: absolute; top: 12px; right: 12px;
    width: 20px; height: 20px;
    background: transparent url('../images/close_icon_double.png') 0 0 no-repeat;
}

div.jqmAlert a.jqmClose:hover,
div.jqmAlert a.jqmCloseHover {
    background-position: 0 -20px;
}

div.jqmAlertContent {
    margin: 5px; padding: 5px 20px 5px;
    font: 11px/14pt arial;
}

.clearfix:after {
    display: block; clear: both; visibility: hidden;
    content: ".";
    height: 0;
}

.clearfix {
    display: inline-block;
}
