@charset "UTF-8";
body {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
#closewindow {
	position:absolute;
	left:9px;
	top:31px;
	width:62px;
	z-index:1;
	color: #000000;
	font-size: 0.7em;
	text-align: center;
	border: 1px solid #FF0000;
	background-color: #CCCCCC;
	/* the filter attribute is recognized in
   Internet Explorer and should be a percentage */
   filter: Alpha(opacity=70);
   /* the -moz-opacity attribute is recognized by 
   Gecko browsers and should be a decimal */
   -moz-opacity: .7;
	/* opacity is the proposed CSS3 method, supported
   in recent Gecko browsers */
   opacity: .7;
}
#closewindow a:link {
	color: #FF0000;
	text-decoration: none;
}
#closewindow a:visited {
	color: #FF0000;
	text-decoration: none;
}
#closewindow a:hover {
	color: #000000;
	text-decoration: none;
}