.jqmWindow_split_warn {
    display: none;
	background: url(/images/split-warn.png);
	background-repeat:no-repeat;
    position: fixed;
    top: 162px;
    left: 50%;
    margin-left: -288px;
    _margin-left: -327px;
    _margin-top: -290px;
    width: 451px;
	height: 496px;
    color: #333;
	/*overflow:auto;*/
}

.jqmWindow_split_warn-2 {
    display: none;
	background: url(/images/split-warn-2.png);
	background-repeat:no-repeat;
    position: fixed;
    top: 170px;
    left: 50%;
    margin-left: -502px;
    _margin-left: -327px;
    _margin-top: -290px;
    width: 842px;
	height: 259px;
    color: #333;
	/*overflow:auto;*/
}

.jqmWindow {
    display: none;
    position: absolute;
    left: 50%;
	/*margin-left: -307px;
    top: -85px;*/
	top: 125px;
    margin-left: -407px;
    _margin-left: -327px;
    _margin-top: -290px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    width: 785px;
	height: 538px;
    background-color: #EEE;
    color: #333;
    border: 1px solid #666;
    padding: 6px;
	/*overflow:auto;*/
}

.jqmWindow-gmap {
    display: none;
    position: absolute;
    left: 50%;
	margin-left: -400px !important;
    top: 167px;
    _margin-left: -327px;
    _margin-top: -290px;
	border-radius: 10px;
    width: 785px;
	height: 538px;
    background-color: #EEE;
    color: #333;
    border: 1px solid #666;
    padding: 6px;
}

.jqmWindow-image {
    display: none;
    position: absolute;
    left: 50%;
	margin-left: -307px !important;
    /*top: -85px !important;*/
	top: -41px;
    _margin-left: -327px;
    _margin-top: -290px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    width: 785px;
	height: 538px;
    background-color: #EEE;
    color: #333;
    border: 1px solid #666;
    padding: 6px;
	/*overflow:auto;*/
}

#jqmodal_holder { border:5px solid #999;}

.jqmOverlay { background-color: #000; _background-color: none; *background-color: none; background: none \9/;}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */

* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
#jqmnShare {
    background-color: #212121;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-family: arial;
    font-size:12px;
    height: 110px;
    width: 250px;
}
#jqmnShare.addthis_content {
    background-color: #fff;
    -moz-border-radius: 4px;
    font-family: arial;
    font-size:12px;
    height: 110px;
    width: 250px;
    margin:4px;
    -moz-opacity:1; filter:alpha(opacity=100); opacity:1;
}
#jqmnShare h1 {
    -moz-opacity:1; filter:alpha(opacity=100); opacity:1;
    background:none #f2f2f2;
    border-bottom: 1px solid #e5e5e5;
    padding:4px;
    font-size:12px;
    font-weight: normal;
}
.addthis_content a {
    margin:1px 4px;
    display:block;
    float:left;
    width: 100px;
    padding:2px;
    height: 16px;
    font-size:12px;
    text-decoration: none;
    border:1px solid #fff;
    color:#000;
}
.addthis_content a:hover {
    background-color:#e2e2e2;
    border:1px solid #b2b2b2;
}
#jqmodal_holder .jqmClose {
	position: absolute;
	top: -38px;
	right: 0;
}