@CHARSET "UTF-8";
/*
* Rounded box
*/
div.box_tl {
	background: url(../img/box/rounded_333_corner.gif) 0 0 no-repeat;
}

div.box_tr {
	background: url(../img/box/rounded_333_corner.gif) 100% 0 no-repeat;
}

div.box_bl {
	background: url(../img/box/rounded_333_corner.gif) 0 100% no-repeat;
}

div.box_br {
	background: url(../img/box/rounded_333_corner.gif) 100% 100% no-repeat;
	padding-top:6px;
	padding-bottom:6px;
}

div.box_sl {
	background: url(../img/box/rounded_333_side.gif) 0 0 repeat-y;
}

div.box_sr {
	background: url(../img/box/rounded_333_side.gif) 100% 0 repeat-y;
}