#roundboxcontainer{
	width:35%;
	position:absolute;
	z-index:99999;
}
.clearer{
	clear:both;
}
.TopLeft{
	background:url(../graphics/tl.png) left top no-repeat;
	width:21px;
	height:22px;
	float:left;
}	
.TopRight{
	background:url(../graphics/tr.png) right top repeat;
	width:90%;
	height:22px;
	float:left;
}
.Bottomeft{
	background:url(../graphics/bl.png) left top no-repeat;
	width:21px;
	height:22px;
	float:left;
}
.BottomRight{
	background:url(../graphics/br.png) right bottom no-repeat;
	width:90%;
	height:22px;
	float:left;
}
.MiddleContent{
	background:url(../graphics/b.png) left top repeat;
	width:90%; 
	padding:0 8px 0 13px;
}
.container{
	width:96%;
	background:#e3f2f3 url(../graphics/b-container.png) left top repeat-x;
	padding:4px 3px 4px 4px;
	/padding:4px 2px 4px 4px;
}