
#CloseWindow a#Close:link,
#CloseWindow a#Close:visited {
	position: absolute;
	top: 90px;;
	right: 0px;
	padding: .1em .5em;
	border: 1px solid #fff;
	margin: 0;
	font: 1.3em/150% Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #007281 url(../images/buttonbg.gif) left top repeat-x;
}
#CloseWindow a#Close:hover,
#CloseWindow a#Close:active {
	background-position: left -40px;
	background-color: #2097A2;
}

#customerdetails #btn_Close {
	background: #c00;
	color: white;
	position: absolute;
	top: -30px;
	right: 2px;
}