body {
	font-family:arial, helvetica, sans-serif;
}

#overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:90;   
    background-color:#000;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
    }
#overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
    }

#row2{
position:absolute;
top:600;
}

.lightbox{
	position:absolute;
	margin: -70px 0 0 0 0;
	width:610px;
	height:350px;
	background:url(../images/container-bg.png) left bottom no-repeat;
	padding:40px;
}

.lightbox p{/* This is the text*/
position:relative;
valign:center;
align:center;
width:200px;
background:#ccc;
margin:-280px 0 0 295px;
height:200px;
padding: 15px;
}

.lightbox h1 {   /* This is the Title with the line underneath*/
position:fixed;

width:520px;
margin:290px 0 0px -5px;
color:#960;
font-family:"Times New Roman", Times, serif;
font-size:30px;

}

.lightbox h2 { /* This is the line and maybe the  */
position:fixed;
width:520px;
border:0
}


#close{ position:fixed;
	margin:-327px 0 0 333px;
    cursor:pointer;	z-index:500;   

}


#close{
font-weight:bold;
font-size:14px;
margin:-25px 0 0 528px;/*IE 5 for PC only*/
voice-family:"\"}\"";
voice-family:inherit;
margin:-25px 0 0 528px;/*all non-IE 5 browsers*/
}
/*end*/

/*\*/
html*#close{
[margin:-327px 0 0 333px;/*Affects older Firefox and Netscape browsers only. Seen also by IE5-6 and Safari for Macintosh, which is addressed below.*/
margin:-327px 0 0 333px;/*Affects Google Chrome amd Safari for Macintosh only (v1-3). See also by IE5-6, but thats addressed below. Also hidden from older Firefox and Netscape browsers.*/
]margin:-25px 0 0 528px;/*Affects IE 7 only. Seen by IE5-6 but thats addressed below. Hidden from Safari and all Firefox and Netscape browsers.*/
}/**/
.dummyend[id]{clear:both/*end hack using dummy attribute selector for IE5 mac, else error in CSS occurs!*/}

/*The above rule is hidden from IE for MAC, and read only by older Firefox and Netscape 6-7 and IE5-7 for PC, and Chrome/Safari, in general.*/
/*Newer Firefox and Netscape agents reads rule, but does not read any properties set within [], so is unaffected by it, probably because it sees these as part of an attribute selector. Those will be hidden.*/
/*IE 7 on PC will correctly read all rules as it will ignore many characters before a property*/
/*Safari, as well as Chrome, see each [] as a character and not part of a selector, if one falls before a property. These cause the property name following the character to not be read, but next line without "[]" property is  parsed.*/
/*use of [] will break all css selectors following the rule, if all are not closed, as Mozilla-Netscape read the [] as part of a selector rule, so make sure they are all closed, using dummy selector.*/

/*\*/
* html #close{
margin:-327px 0 0 333px;/*Finally, be sure to reapply a fix that affects IE 5-6 only here. IE for Mac and IE 7 for PC are not affected here, which means purple above should work only in IE 7 above!*/
}
/**/



