#dialog{display:none}
.t2dialog .modalbutton, .t3dialog .modalbutton{margin-left: 30px;}
.t5dialog img, .t4dialog img, .t3dialog img, .t2dialog img{border: 0px;}
.t5dialog{
    text-align: left;
	background: url('http://gfx.tarot.com/images/checkoutfree/pop-ups/program-hdr-bkgd.jpg') no-repeat center #FFFFFF;
	height: 430px; 
	width: 600px;}
.t4dialog{
    text-align: left;
	background: url('https://www.tarot.com/images/checkoutfree/pop-ups/superkc-hdr-bkgd.jpg') no-repeat right #FFFFFF;
	height: 430px; 
	width: 670px !important;}
.t3dialog, .t2dialog{
    text-align: left;
	background: url('http://gfx.tarot.com/images/checkoutfree/pop-ups/kc-bag-bkgd.jpg') no-repeat center #FFFFFF;
	height: 430px; 
	width: 600px;
}

.t6dialog {
    text-align: left;
    background: url(http://gfx.tarot.com/images/abandonment-popups/psychics/1.png) no-repeat center;
    width: 562px;
    height: 428px;
    position: relative;
}

.t6dialog .copy-block {
    font-size: 16px;
    color: #333;
    left: 50px;
    position: absolute;
    text-align: center;
    top: 110px;
    width: 450px;
}

.t6dialog .the-button {
    display: block;
    height: 70px;
    left: 120px;
    position: absolute;
    top: 200px;
    width: 315px;
}

.t6dialog .simplemodal-close {
    background: url(http://gfx.tarot.com/images/icons/close-modal.png) no-repeat ! important;
    display: block;
    height: 29px;
    position: absolute;
    right: 7px;
    top: -4px;
    width: 25px;
}

.jqmWindow {

    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* 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');
}
