div.jqmItem{
    width: 504px;
    display: none;
    position: fixed;
    top: -15000px;
    z-index: 90010;
    left: 50%;
    margin-left: -252px;
    background: transparent;
}
div.jqmTop
{
    text-align:  left;
    width: 480px;
    height: 18px;
    padding: 18px 12px 12px;
    float: left;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background: transparent;
}
div.jqmTop h2
{
    background: transparent;
    margin: 0;
}
div.jqmNotice div.jqmTop
{
    background-image: url(../../../../img/jqmNotice_header.png);
}
div.jqmSuccess div.jqmTop
{
    background-image: url(../../../../img/jqmSuccess_header.png);
}
div.jqmError div.jqmTop
{
    background-image: url(../../../../img/jqmError_header.png);
}
div.jqmAlert div.jqmTop
{
    background-image: url(../../../../img/jqmAlert_header.png);
}
div.jqmItem .jqmTitle {
    padding: 0 15px;
    width: 450px;
    float: left;
    height: 18px;
}  
div.jqmItem div.jqmClose {
    position: absolute;
    background: transparent url(../../../../img/close_icon.png) no-repeat center center;
    cursor: pointer;
    right: 7px;
    top: 8px;
    width: 50px;
    height: 40px;
    overflow: hidden;
    text-indent: -999em;
}
div.jqmItem div.jqDrag {
    padding: 0 15px;
    width: 450px;
    float: left;
    height: 18px;
}

.jqmContent
{
    float: left;
    clear: both;
    width: 504px;
    background: transparent url(../../../../img/jqm_bg.png) repeat-y center center;
}
.jqmContentBg
{
    float: left;
    clear: both;
    width: 460px;
    margin: 0 13px;
    padding: 15px 9px;
    background: #f2f2f2 url(../../../../img/jqm_gradient.jpg) repeat-x bottom center;
}
div.jqmItem .jqmIcon
{
    width: 340px;
    float: left;
    clear: both;
    text-align: justify;
    line-height: 16px;
    min-height: 50px;
    padding-left: 110px;
    background-position: 30px 50%;
    background-repeat: no-repeat;
}
div.jqmAlert .jqmIcon
{
    background-image: url(../../../../img/jqmAlert.png);
}
div.jqmSuccess .jqmIcon
{
    background-image: url(../../../../img/jqmSuccess.png);
}
div.jqmError .jqmIcon
{
    background-image: url(../../../../img/jqmError.png);
}
div.jqmNotice .jqmIcon
{
    background-image: url(../../../../skin/jqmNotice.png);
}
.jqmBottom
{
    float: left;
    clear: both;
    background: transparent url(../../../../img/jqm_bottom.png) no-repeat bottom center;
    width: 504px;
    height: 18px;
}
/************************************************/
.jqmWindow {
    width: 164px;
    height: 45px;
    z-index: 90010;
    display: none;

    position: fixed;
    top: 50%;
    left: 50%;
    font-weight: bold;
    padding-top:15px;
    vertical-align: middle;
	border: solid 1px;
	background-color: #FFFFFF;
    color: #353535;
    margin-left: -80px;
    margin-top: -45px;
    text-align: center;
}
.jqmWindow img
{
    vertical-align: middle;
    margin-right: 4px;
}


.jqmOverlay {
    z-index: 90002;
    background-color: #FFF;
    position: fixed;
    height: 100%;
    width: 100%;
}