/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

remember to define focus styles!
:focus {
	outline: 0;
}

remember to highlight inserts somehow!
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

tables still need 'cellspacing="0"' in the markup
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/

/*
background: url('../image/ie-white.gif') no-repeat 0 0;
*/

.overlay2 {

    background: url('../images/gif.gif') no-repeat 0 0;    
	
	display: none;
	/*
	height: 600px;
	width: 470px;
	*/
	height:20px;
	width: 500px;
	/*left: -500px;*/
	/*padding: 55px;*/
	/*padding: -20px;
*/	position: absolute;
}
.overlay2.ie {
	
}
.overlay2 .close {
	background: url('../image/close.png') no-repeat 0 0;
	position: absolute;
	right: -10px;
	top: -10px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}
.overlay2 .close.ie {
	background: url('../image/ie-close.gif') no-repeat 0 0;
}

.overlay2 img 
{
	float: left;
	/*margin-left: 60px;*/
	
	 margin:0px;
	  padding:0px;
	border: 1px dotted olive;
}