body {
	font-family: verdana, tahoma, arial;
}

#content {
	border: 5px solid #ddddff;
	border-radius: 10px;
	height: 800px;
}

.rfgwin {
	width: 230px;
	height: 150px;
	overflow: hidden;
}

.rfgwin .listholder {
	width: 230px;
	overflow-y: auto;
	overflow-x: hidden;
	height: 110px;
}

span.year {
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select:none; 
	user-select:none;
	
	border: 5px solid #ddddff;
	border-radius: 10px;
	padding: 5px;
	cursor: ew-resize; 
}

.waiting {
	pointer: wait;
	position: absolute; /* or use fixed for body */
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/ajax-loader.gif) 50% 50% no-repeat;
}