/* CSS Document */

#cw_overlay
	{
	position: absolute;
	display: block;
	height: 10000px;
	width: 100%;
	background-color: #FFF;
	top: -34px;
	left: 0;
	z-index: 99998;
	opacity: 0.8;
	filter: alpha(opacity=80);
	}

#cw_content
	{
	position: fixed;
	width: 300px;
	height: 200px;
	overflow: hidden;
	background-color: #C96;
	z-index: 99999;
	border: 2px solid #D8E6F9;
	-webkit-border-radius: 5px;
	cursor: default;
	}


