#SunBox {
	width: 635px;
	height: 355px;
	/*background: transparent url(../../../images/version5/backgrounds/bg-mySun.png) no-repeat;*/
	background: #FFF;
	border: 5px solid #F7C64A;
	overflow: hidden;
	}	

#SunBox .drag-handle { /*Overwrite default drag handle bar background color with below*/
height: 68px;
background: #F7C64A url(../../../images/version5/hd/hd-mySuN.gif) no-repeat 25px 11px;
}

#SunBox .drag-controls img {
	margin: 10px 25px 0px 0px;
}

#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
position: absolute;
background: black url(blackdot.gif);
width: 10px;
left: 0;
top: 0;
z-index: 999;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}
