#rwc   {
	width: 180px;
	min-height: 100px;
}
.close{
	height: 34px;
	width: 35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(close.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	display:none;
}

.rwc-top {
	width: 155px;
	height: 26px;
	padding-left: 14px;
	padding-top: 8px;
	font-weight: bold;
}
.rwc-top-left {
	width: 20px;
	height: 34px;
	background: url(rwc-top-left.gif) left;
}
.rwc-top-bg {
	color: #3399CC;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	background: url(rwc-top-bg.gif);
}
.rwc-middle-left {
	width: 4px;
	height: 26px;
	background: url(rwc-middle-left.gif);
}
.rwc-middle-bg {
	font-size: 13px;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	background-color: #E4F1F8;
}
.rwc-middle-bg img {
	margin-left: 2px;
	margin-right: 2px;
}
.rwc-middle-right {
	width: 4px;
	background: url(rwc-middle-right.gif);
}
.rwc-bottom-left {
	width: 16px;
	height: 15px;
	background: url(rwc-bottom-left.gif) left bottom;
}
.rwc-bottom-bg {
	background: url(rwc-bottom-bg.gif) repeat;
}
.rwc-bottom-right {
	width: 16px;
	background: url(rwc-bottom-right.gif) right bottom;
}