@CHARSET "UTF-8";

.rbox_container {
	background-color: #f9f8f8;
	margin : 0;
	padding : 0;
}
.rbox_bl {background: url('../img.php?pic=images/coinbox_bl.png') 0 100% no-repeat}
.rbox_br {background: url('../img.php?pic=images/coinbox_br.png') 100% 100% no-repeat}
.rbox_tl {background: url('../img.php?pic=images/coinbox_tl.png') 0 0 no-repeat}
.rbox_tr {background: url('../img.php?pic=images/coinbox_tr.png') 100% 0 no-repeat;}

.rbox_content {
	margin : 0 0 10px 0 ;
	padding : 10px;
}
* html .IEhack_rbox {
	height : 0;
	margin : 0;
	padding : 0;
}
* html .rbox_content {
	margin : 0;
	padding : 0 5px 0 5px;
}
* html .IEhack_rbox {
	height : 10px;
	margin : 0;
	padding : 0;
}

.rbox_t {background: url('../img.php?pic=images/coinbox_dot.png') 0 0 repeat-x; }
.rbox_b {background: url('../img.php?pic=images/coinbox_dot.png') 0 100% repeat-x}
.rbox_l {background: url('../img.php?pic=images/coinbox_dot.png') 0 0 repeat-y}
.rbox_r {background: url('../img.php?pic=images/coinbox_dot.png') 100% 0 repeat-y}

