#overlay-window{
	background: #EEEEEE !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	opacity: 0.6 !important;
	filter: alpha(opacity=60) !important;
	position: absolute !important;
	z-index: 999999 !important;
	color:#000000 !important;
	}
	#view-window{
		background:#FFF !important;
		color:#000000 !important;
		position: fixed !important;
		margin: 0 auto !important;
		border: 2px solid #DDDDDD !important;
		overflow: hidden;
		z-index: 999999 !important;
		}
		#close-header{
			background: #2264B0 !important;
			color:#ffffff !important;
			font-weight:bold !important;
			border: 2px solid #DDDDDD !important;
			border-bottom: 1px solid #DDDDDD !important;
			z-index: 999999 !important;
			position: fixed !important;
			height: 25px !important;
			}	
			#thickbox-close{
				float:right;
				padding:4px;
				text-decoration:none;
				margin-right:10px;
				color:#ffffff;			
				}
