body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #4f9ed6 url('images/popupbg.gif') repeat-y left top;
	color: white;
	text-align: left;
	margin:0;
	padding:0;
}
a:link,a:active,a:visited{
	color:white;
	border-bottom:1px dashed white;
	text-decoration:none;
}
a:hover{
	border-bottom:1px solid white;
	text-decoration:none;
}
* html #header   /* this selector recognized by IE only */
{
  height: 41px;   /* total width (only for IE5.x/Win) */
  h\eight: 41px;  /* content width (for other IE) */
}
#header{
height:26px;
background-color:white;
text-align:right;
padding:7px;
}
#body{
background: transparent url('images/popupshtop.gif') repeat-x left top;
padding: 16px 14px 16px 14px;
}
p{
margin: 6px 0 4px 0;
}
#body img{
margin-left:-1px;
}