#review_thanks_wrapper {
text-align:center;
}

#review_thanks {
margin:0px auto;
}

#review_thanks a {
display:block;
}


	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 50%;
    left: 50%;
    
    width: 300px;
	height:25px;

margin-left:-150px;
   margin-top:-100px; 
    background-color: #FFF;
    color: #333;
    border: 2px solid red;
    padding: 12px;
}

.jqmOverlay { background-color: #FDC7EA; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* 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;

}
