#overlay { 
    background-image:url(../images/overlay.png);
    position:absolute;
    top:0;
    left:0;
    z-index:90;
    width:100%;
    height:100%;
	}
* html #overlay {
    background-color:#333;
    background-color:transparent;
    background-image:url(../images/clear.gif);
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}
#lightbox {
	position:relative;
    background:#fff;
	margin:0;
	padding:0;
    border:1px solid #000000;
	}
#lightbox h1 {
	float:left;
	width:70%;
	margin:0;
	padding:8px 10px;
	font-size:16px;
	font-weight:bold;
	line-height:normal;
	}
#lightbox h2 {
	margin:0;
	padding:0;
	border:none !important;
	}
#lightbox h4 {
	margin:0;
	padding:0 0 3px;
	font-size:13px;
	color:#024c83;
	font-weight:bold;
	}
#lightbox h5 {
	margin:0;
	padding:0 0 3px;
	color:#168dfc !important;
}
#lightbox #closeLightbox {
    position:absolute;
    top:0;
    right:0;
    cursor:pointer;
	}
#lightboxContents {
	padding:0;
	}
#lightbox select {
	width:260px;
	margin-bottom:10px;
	color:#168dfc;
	}
#lightbox table {
	width:860px;
	margin-bottom:10px;
	background:#fff;
	border-collapse:collapse;
	}
#lightbox td {
	width:33%;
	padding:0 5px 5px 5px;
	border:solid 1px #ccc;
	vertical-align:top;
	}
#lightbox td h4 {
	margin:0;
	padding:5px 0 0 0;
}
#lightbox .box {
	width:855px;
	height:390px;
	overflow:auto;
	}
#lightbox .box table {
	padding:5px 0;
}
#lightbox .box .box {
	margin:0 !important;
}
#lightbox .box_title {
	margin:0;
	padding:0;
	border:none;
	}
#lightbox .btnContainer {
	float:right;
	width:200px;
	padding:8px 10px 8px 0;
	text-align:right;
	}
#lightbox .btnSpacer {
	float:right;
	}
#lightbox .btnWrap {
	float:right;
	}
.clearAll {
	clear:both;
	padding-top:6px;
	line-height:20px;
	text-align:right;
	}
.clearAll img {
	float:right;
	padding-left:6px;
	}
.currentSection {
	float:left;
	width:260px;
	margin:0 15px 15px 0;
	color:#1268a7;
	font-weight:bold;
	}
.divider {
	height:1px;
	margin-bottom:10px;
	border-bottom:solid 1px #c8c8c8;
	}
.dropdown {
	float:left;
	width:260px;
	margin:0 15px /*15px*/0 0;
	color:#000;
	font-weight:bold;
	line-height:1.5em;
	}
.dropdown_button {
	float:right;
	width:16px;
	padding:0 0 5px 10px;
	}
.lightboxMainContent {
	clear:both;
	width:875px;
	margin:0 auto;
	padding:0 10px;
	}
.lightboxMainContent label {
	color:#168dfc;
}
.lightboxSection {
	float:left;
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:solid 1px #c8c8c8;
	}
.lightboxTop {
	margin:0;
	padding:0;
	}
.titlebar {
	height:33px;
	background:url(../images/titlebar_back.jpg) repeat-x top left;
	}
	
.clickableimage 
{
	cursor: pointer;
}