div.LightboxtransparentBox {
	 background-color: #000000;
	 filter:alpha(opacity=60); /* IE */
	 opacity: 0.60; /* Firefox */
     border: 0px solid #000000;
     position: fixed;
     -position:absolute;
	 top: 0px;
	 left: 0px;
     width: 100%;
	 height: 100%;
	 min-height: 100%; /* IE 6 */
	 z-index: 1;
}
div.LightboxBox {
	 background-color: transparent;
	 opacity: 1; /* Firefox */
     border: 0px solid #000000;
     position: fixed;
     -position:absolute;
	 top: 0px;
	 left: 0px;
     width: 100%;
	 height: 100%;
	 min-height: 100%; /* IE 6 */
	 z-index: 2;
}
div.LightboxpopupContentBox {
	 background-color: transparent;
     z-index: 3;
	 border: 0px solid #000000;
}

#LightBoxPopupBox{
	 background-color: transparent;
 opacity: 1; /* Firefox */
     border: 0px solid #000000;
     position: fixed;
	 top: 0px;
	 left: 0px;
     width: 100%;
	 height: 100%;
	 min-height: 100%; /* IE 6 */
	 z-index: 2;
}

div.LightBoxPopupBox {
	 background-color: transparent;
 opacity: 1; /* Firefox */
     border: 0px solid #000000;
     position: fixed;
	 top: 0px;
	 left: 0px;
     width: 100%;
height: 100%;
	
	 min-height: 100%; /* IE 6 */
	 z-index: 2;
}

#applicationLayer{
	border: 0px;
}

.actionButton{
z-index:99;
cursor: pointer;
}