div.StickyWin {
	font-family:verdana;
	font-size:11px;
	line-height:13px;
}
div.StickyWin div.top_ul {
	background:transparent url('../images/StickyWin/full.png') no-repeat scroll left top;
	float:left;
	height:30px;
	width:15px;
}
div.StickyWin div.top_ur {
	background:transparent url('../images/StickyWin/full.png') repeat scroll right top !important;
	height:30px;
	left:0 !important;
	margin:0 0 0 15px !important;
	padding:0;
	position:relative;
	width:expression((document.getElementById('sticky_win').clientWidth-15) + 'px');
}
div.StickyWin h1.caption {
	clear:none !important;
	color:#FFFFFF;
	float:left;
	font-size:14px !important;
	font-weight:bold;
	height:22px !important;
	left:5px !important;
	margin:0 !important;
	overflow:hidden;
	padding:0 !important;
	position:relative;
	top:8px !important;
}
div.StickyWin div.middle, div.StickyWin div.closeBody {
	background:transparent url('../images/StickyWin/body.png') repeat-y scroll left top;
	margin:0 20px 0 0 !important;
	position:relative;
	top:0 !important;
}
div.StickyWin div.body {
	background:transparent url('../images/StickyWin/body.png') repeat-y scroll right top;
	margin-left:5px !important;
	padding:8px 30px 8px 0 !important;
	position:relative;
	right:-20px !important;
	z-index:1;
}
div.StickyWin div.bottom {
	clear:both;
}
div.StickyWin div.bottom_ll {
	background:transparent url('../images/StickyWin/full.png') no-repeat scroll left bottom;
	float:left;
	height:15px;
	width:15px;
}
div.StickyWin div.bottom_lr {
	background:transparent url('../images/StickyWin/full.png') repeat scroll right bottom;
	height:15px;
	left:0 !important;
	margin:0 0 0 15px !important;
	position:relative;
	width:expression((document.getElementById('sticky_win').clientWidth-15) + 'px');
}
div.StickyWin div.closeButtons {
	background:transparent url('../images/StickyWin/body.png') repeat-y scroll right top;
	margin-left:5px;
	padding:4px 30px 8px 0;
	position:relative;
	right:-20px;
	text-align:center;
}
div.StickyWin a.button:hover {
	background: #46B600 url('../images/btn_green_over.jpg') repeat-x bottom left;
}
div.StickyWin a.button {
	background: #46B600 url('../images/btn_green.jpg') repeat-x bottom left;
	border: 1px solid #46B600;
	color: #ffffff !important;
	cursor:pointer;
	margin:2px 8px;
	padding:1px 12px;
	text-decoration:none;
}

div.StickyWin div.closeButton {
	background:transparent url('../images/StickyWin/closebtn.gif') no-repeat scroll 0 0;
	cursor:pointer;
	height:16px;
	margin:10px 15px 0 0 !important;
	position:absolute;
	right:0;
	top:0;
	width:16px;
}
div.StickyWin div.dragHandle {
	background:transparent url('../images/StickyWin/drag_corner.gif') repeat scroll 0 0;
	cursor:move;
	float:left;
	height:25px;
	left:-3px;
	position:relative;
	top:5px;
	width:11px;
}