.list_style_none {
    list-style-type:none;
}

/* Style for JQModal div-window */

.jqmWindow {
    display: none;
    position: absolute;

    background-color: #FFF;
    color: #000;
    border: 2px solid #94004a;
    overflow: auto;
    border-bottom: 3px solid #bd6e69;
    *z-index:4000;
}

.jqmWindow .message {
    padding: 10px 10px;
    /*border-bottom: 3px solid #bd6e69;*/
    color:#94004a;
    font-weight:bold;
}

.jqmOverlay { 
	background-color: #000; 
	*z-index:3999; 
	position: fixed !important;
	_position: absolute !important;
}

.jqm {
	height: 3000px; 
	width: 3000px;
}


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

.jqmCloseLine {
    width: 100%;
    height: 20px;
    background: url(/images/default/close_line_bg.gif) repeat-x left top;
}

.jqmCloseLine .title {
    float: left;
    font-weight: bold;
    color: #FFF;
    padding: 3px 3px 3px 10px;
}

.jqmCloseBtn {
    float: right;
    color: #fff;
    background: url(/images/default/close_button.gif) no-repeat right top;
    width: 16px;
    height: 14px;
    text-decoration: none;
    margin: 2px 2px 0px 0px;
}

.jqmLogo {
    width: 100%;
    height: 42px;
    background: #fff url(/images/default/modal_logo.gif) no-repeat left top;
    display: block;
    display: none;
    border-bottom: 3px solid #bd6e69;
    
}

.jqmFooter {
    clear: both;
    margin: 6px 0px 0px;
    /*width: 100%;*/
    height: 15px;
    border-top: 2px solid #bd6e69;
    /*border-bottom: 1px solid #ddd;*/
    text-align: center;
    background:#eee url('/images/default/bot_line1.jpg') repeat-x left top;
    /*padding: 0 10px;*/
}

.jqmButtons {
    text-align: center;
}