.jqmWindow {
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:460px;
	height:347px;
	margin:-85px 0 0 -200px;
	background:url(../../Images/mybybox/lightbox-background.png) no-repeat;
	padding:53px 0 0 20px;
	text-align:left;
}

.jqmOverlay { background-color: #000; }
/* 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;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.rf-input-holder{
	width:390px;
	float:left;
	height:auto;
	margin-bottom:10px;}

.rf-input-holder input {
	width:162px;
	height:16px;
	float:left;
	margin:10px 20px 0 0;
	padding:4px;
	border:0}	
		
.rf-send-button {
	width:340px;
	float:left;}
	
.rf-send-button input {
	float:right;}
	
.rf-close-button {
	float:left;
	width:20px;
	clear:left;}	
		
.rf-close-button a {
	color:#fff;
	text-decoration:none;
	}
