#remindersPanel {
	width: 600px;
	height: 400px;
	overflow: auto;
	margin: 0;
	padding: 15px;
	border: 6px solid #cbbda5;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -200px;
	z-index: 99;
	background: #fff;
	display: none;
}	
#remindersPanel .closeWindow {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	width: 15px;
	height: 15px;
	background: url(../images/icons/closeWindow.gif) 0 -15px;
	float: right;
}
#remindersPanel .closeWindow:hover {
	background-position: 0 0;
}
