﻿#overlay {    width: 100%;   min-height: 100%;  position: fixed;    top: 0;    left: 0;    z-index: 99998;    background: url('/images/masterpage_templates/overlay.png') repeat 0 0;    display: none;    text-align: center;}
* html #overlay {    background-image: url('/images/masterpage_templates/overlay-ie6.png');height: 100%;    position: absolute;}

#myBox {
    display: none;
    padding: 15px;
    position: absolute;    
	z-index: 99998;
    line-height: 16px;
    font-size: 12px; 
    font-family: arial;
    color: black;
}

.closeButton {
    background-image: url(/images/masterpage_templates/fancy_closebox.png);
    position: absolute;
    top: -10px;
    right: -10px;
    display: block;
    height: 30px;
    width: 30px;
    z-index: 99999;
}

.closeButton2 {
    background-image: url(/images/masterpage_templates/fancy_closebox.png);
    position: absolute;
    top: 38px;
    right: 25px;
    display: block;
    height: 30px;
    width: 30px;
    z-index: 99999;
}

.boxContent {	
    display: block;    
    overflow: hidden;    
}