div.xpwindow	{
	background: url("/images/buttons/XPstyle/xpwindow600x1800.gif") bottom right no-repeat;
	width: 420px;
	position: absolute;
	left: 200px;
	top: 100px;
	float: left;
	padding: 0px;
	margin: 0px;}


.xpwindow .header {
	background: url("/images/buttons/XPstyle/xpwindow600x1800.gif") top right no-repeat;
	padding: 0px;
	font-weight: bold;
	width: 100%;
	color: #ff6600;
	font-size: 110%;
	height: 30px;
	margin: 0px;}

.xpwindow .content {
	text-align: left;
	background: url("/images/buttons/XPstyle/xpwindow30x1800.gif") bottom left no-repeat;
	padding: 4px 4px 4px 4px;
/*	padding: 12px;*/
	margin: 0px;}

.xpwindow .content div.text,.xpwindow .content form,.xpwindow .content table.summary,.xpwindow .content ul.links {
	margin: 0px 8px;}

.xpwindow .content table.list tbody tr.odd {
	background-color: #efeee0;}

.xpwindow .content img {
	margin: 0px 8px 0px 0px;
	float: left;}

.xpwindow h3 {
	background: url("/images/buttons/XPstyle/xpwindow30x1800.gif") top left no-repeat;
	color: white;
	float: left;
	max-width: 310px;
	overflow: hidden;
	padding: 6px 0px 0px 20px;
	height: 24px;
	font-size: 16px;
	margin: 0px;}
	
.xpwindow .closebutton {
	margin: 6px;
	float: right;
	width: 21px;
	height: 21px;
	background: url("/images/buttons/XPstyle/XPstyle_closebutton_out.gif") top right no-repeat;}

.xpwindow .closebutton:hover {
	background-image: url("/images/buttons/XPstyle/XPstyle_closebutton_in.gif");
	cursor: pointer;}
	
