div.rWindow{
	background: url(/images/rWindowBG.png);
	border: 3px double #435c86; 
	width: 550px;
	z-index: 5;
	position: absolute;
	top: 25%;
	left: 28%;	
	display: none;
}

	div.rWindow h1{
		font-family: Tahoma;
		font-size: 24px;
		color: #f53008;
	}	
	
		div.rWindow h1 font.blue{
			color: #1b4ae7;
		}
		
div.rWindow table td.img{
	width: 310px;
	height: 251px;
	background: url(/images/snowTub.png);	
	background-repeat: no-repeat;
}	

div.rWindow table td.text{
	background: url(/images/rWindowBGtext.png);
	background-repeat: repeat-x;	
	padding-left: 10px;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
}	

div.rWindow input.close{
	background: #fad800;
	border: 1px solid #1337b0; 
	color: #1337b0;
	width: 180px;	
	height: 25px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;	
	cursor: pointer;
}	