
	#rb-shadow {
		min-height:100%;
		height:auto !important;
		width:100%;
		height:100%;
		background: black;
		opacity:.50;filter: alpha(opacity=50);-moz-opacity: 0.5;
		position:fixed;
		top:0;
		left:0;
		z-index: 691;
		display: none;
	}
	
	#rb-cover-container {
		min-height:100%;
		height:auto !important;
		width:100%;
		height:100%;
		position:fixed;
		top:0;
		left:0;
		z-index: 692;
		display: none;
	}
	
	#rb-content-container {
		position: relative;
		background-color: #fff;
		z-index: 693;
		margin: 0 auto 0 auto;
		padding: 0;
		box-shadow: 0px 0px 10px #000000;
		border-radius: 5px;
	}
	
	#rb-close-button { 
		background-image: url(close-button.png); 
		background-position: right; 
		background-repeat: no-repeat; 
		cursor: pointer;
		height: 29px; 
		margin-top: -15px;
		position: absolute;
		right: -15px; 
		width: 100%; 
	}