div.round
{
	width: 100%;
	margin: 0px;
	background:#fff url('images/box/leftside.gif') repeat-y left top;
}

div.round_top
{
	width:100%;
	height:20px;
	background: url('images/box/top.gif') no-repeat left top;
}

div.round_top span
{
	display:block;
	position:relative;
	height:20px;
	background: url('images/box/top-right.gif') no-repeat right top;
}

div.round_content
{
      position:relative;
      background: url('images/box/rightside.gif') repeat-y right top;
      padding:1px 20px 1px 25px;
/*      margin:-1px 0 -30px 0; */
}

div.round_bottom
{
	height:60px;
	background:url('images/box/bottom.gif') no-repeat left bottom;
}

div.round_bottom span
{
	display:block;
	position:relative;
	height:60px;
	background:url('images/box/bottom-right.gif') no-repeat right top;
}

/*
div.round h3
{
	font-family: Helvetica, Tahoma;
	font-weight: normal;
	font-size: 14pt;
	color: orange;
	margin-top: 0px;
	margin-bottom: 4px;
}
*/

div.round p
{
	color: #444444;
	padding: 0px;
	margin: 10px 0px;
}
