/* Applies styles to the registration pop up hosted on idx broker's end. This should be referenced through the wrapper */
#rpsreg-overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
	        
#rpsreg-lightbox {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
    width: 620px;
	height: 600px;
	border: 16px solid #4E4638;
	background-color: white;
	z-index:1002;
	overflow: hidden;
    margin-left:-300px;
    margin-top:-200px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

#rpsreg-lightbox iframe{
    width:100%;
    height:100%;
}

.required-validator span {
	width:124px;
	height:35px;
	font-size:1.2em;
	position:absolute;
	margin-top:-31px;
	margin-left: 245px;
	text-indent:-9999em;
	z-index:100;
	background:transparent url("/themes/globalimages/alert.gif") no-repeat;
}