/******************************
box with rounded corners and gradient
******************************/
.roundedbox {
	margin: 12px auto 12px auto;
	width: 62.5000em; /*1000 */
}
.roundedbox .top {
	background: url(/img/system/corners/t.gif) repeat-x top;
}
.roundedbox .top,
.roundedbox .top div {
	height: 38px;
}
.roundedbox .bot {
	background-image: url(/img/system/corners/b.gif);
}
.roundedbox .bot,
.roundedbox .bot div {
	height: 36px;
}
.roundedbox .top div, 
.roundedbox .bot div {
	background-position: left top;
	background-repeat: no-repeat;
}
.roundedbox .rig {
	float:right;
	width:64px;
}
.roundedbox .lef {
	float:left;
	width:64px;
}
.roundedbox .top .lef {
	background-image: url(/img/system/corners/lt.gif);
}
.roundedbox .top .rig {
	background-image: url(/img/system/corners/rt.gif);
}
.roundedbox .bot .lef {
	background-image: url(/img/system/corners/lb.gif);
}
.roundedbox .bot .rig {
	background-image:url(/img/system/corners/rb.gif);
}

.roundedbox .mid {
	background: url(/img/system/corners/l.gif) repeat-y left;
}
.roundedbox .mid img.english {
	margin-top:7.1250em; /*114*/
	width:33px;
	float:left;
}
.roundedbox .mid .mid-inner {
	background: url(/img/system/corners/r.gif) repeat-y right;
	padding:0 27px 20px 33px;
}

.lef:after,
.rig:after {
	content:"\00A0";
	/*color:#000;*/
}