body {
	padding: 0;
	margin: 0;
	border: 0;	
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	
	background: #fc0 url(../images/bg.gif) repeat-y;
}

img {
	border: 0;
}

#pos_close {
	display: block;
	width: 588px;
	height: 15px;
	overflow: hidden;
	text-align: right;
	border-bottom: 1px solid #fff;
	background: #fc0;
}

#popup_close {
  position: relative;
  display: block;
	text-align: right;
	padding: 0;
	height: 15px;
	margin: 0;
	border-bottom: 1px solid #fff;
	overflow:hidden;
	background: #fc0;
}

#popup_close a:link, #popup_close a:visited  {
  text-decoration: none;
  display: block;
  float: right;
  background: url(../images/button_close_out.gif) no-repeat;
  padding: 0 8px 1px 24px;  
  width: 52px;
  color: #000; 
}

#popup_close a:active, #popup_close a:hover {
  background: url(../images/button_close_over.gif) no-repeat;
}

#pos_flash {
	display: block;
	width: 588px;
}