/* Rounded Box ------------------------------- */
.sb { 
	background: #1e221e;
	width: 100%; 
	margin: 20px 0 0 20px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.sb p {
	margin: 0;
	padding: 0 14px 0 14px;
}

/* Top edge */
.sb_t { 
	background: url('../img/box/t.gif') repeat-x; 
}

/* Top left corner */
.sb_t div { 
	background: url('../img/box/tl.gif') no-repeat top left; 
}

/* Top right corner */
.sb_t div div { 
	background: url('../img/box/tr.gif') no-repeat top right; 
}

/* Bottom edge */
.sb_b { 
	background: url('../img/box/b.gif') repeat-x; 
}

/* Bottom left corner */
.sb_b div { 
	background: url('../img/box/bl.gif') no-repeat top left; 
}

/* Bottom right corner */
.sb_b div div { 
	background: url('../img/box/br.gif') no-repeat top right; 
}

/* Left edge */
.sb_l { 
	background: url('../img/box/l.gif') repeat-y; 
}

/* Right edge and content of box */
.sb_r { 
	background: url('../img/box/r.gif') repeat-y right; 
	padding: 0; 
	margin: 0;  
}

.sb_t div, .sb_t, .sb_b div, .sb_b {
	width: 100%;
	height: 14px;
	font-size: 1px; /* IE fix to hide CR LF in html file */
}
/* END - Rounded Box ------------------------- */


/* Rounded Box ------------------------------- */
.bb { 
	background: #000;
	width: 100%; 
	margin: 50px auto;
}

/* Top edge */
.bb_t { 
	background: url('../img/big_box/t.gif') repeat-x; 
}

/* Top left corner */
.bb_t div { 
	background: url('../img/big_box/tl.gif') no-repeat top left; 
}

/* Top right corner */
.bb_t div div { 
	background: url('../img/big_box/tr.gif') no-repeat top right; 
}

/* Bottom edge */
.bb_b { 
	background: url('../img/big_box/b.gif') repeat-x; 
}

/* Bottom left corner */
.bb_b div { 
	background: url('../img/big_box/bl.gif') no-repeat top left; 
}

/* Bottom right corner */
.bb_b div div { 
	background: url('../img/big_box/br.gif') no-repeat top right; 
}

/* Left edge */
.bb_l { 
	background: url('../img/big_box/l.gif') repeat-y; 
}

/* Right edge and content of box */
.bb_r { 
	background: url('../img/big_box/r.gif') repeat-y right; 
	padding: 0; 
	margin: 0;  
}

.bb_t div, .bb_t, .bb_b div, .bb_b {
	width: 100%;
	height: 50px;
	font-size: 1px; /* IE fix to hide CR LF in html file */
}
/* END - Rounded Box ------------------------- */