/* rounded corners */ 
.box, .bi{
	background:#fff url(/img/borders.gif) 100% 0 repeat-y;
	padding: 0;	
}

.box {
	padding-right: 12px; 
}

.bi {
	padding-left: 12px;
  background-position: 0 100%;
}

.bt, .bt div, .bb, .bb div{
	background:url(/img/box.gif) 100% 0 no-repeat;
}

.bt {
	height:17px;
	margin:0 -12px;	
}

.bt div {
	width:18px;
	height:17px;
	background-position: 0 0;	
}

.bb {
	height:17px;
	margin:0 -12px;
	background-position: 100% 100%;
}

.bb div {
	width:18px;
	height:17px;
	background-position: 0 100%;	
}
.w { background: #fff; color: #333; padding: 0 10px 5px 10px; }



