body {
	font-family:Tahoma, Arial, Verdana;
	background-color:#eff2f3;
	font-size: 13px;
}
#box {
width: 500px;
}
#box #boxmid {
	background-color: #FFFFFF;
	padding: 3px;
	margin: 0px;

}
#box #boxtop {
	background-image: url(i/box_topbg.gif);
	background-repeat: repeat-x;
	height: 30px;
	
	
}
#box #boxtop #boxtl {
	background-image: url(i/box_tl.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 10px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
#box #boxtop #boxheader {
	width: auto;
	float: left;
	top: 9px;
	position: relative;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
#box #boxtop #boxclose {
	height: 16px;
	width: 16px;
	float: right;
	position: relative;
	right: 0px;
	top: 9px;
	background-image: url(i/box_close.gif);
	background-repeat: no-repeat;
}
#box #boxtop #boxtr {
	background-image: url(i/box_tr.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 10px;
	top: 0px;
	right: 0px;
	float: right;
	position: relative;
}
#box #boxbot {
	height: 10px;
	position: relative;
	background-color: #FFFFFF;
}
#box #boxbot #boxbl {
	height: 10px;
	width: 10px;
	left: 0px;
	position: absolute;
	top: 0px;
	background-image: url(i/box_bl.gif);
	background-repeat: no-repeat;
}
#box #boxbot #boxbr {
	height: 10px;
	width: 10px;
	right: 0px;
	position: absolute;
	top: 0px;
	background-image: url(i/box_br.gif);
	background-repeat: no-repeat;
}
