/* http://www.456bereastreet.com/archive/200505/transparent_custom_corners_and_borders */

/* CSS for the box starts here
================================================*/
/* Default styling. Used when JavaScript is unsupported */
.cbb {
	padding:0 10px;
	margin:1em 0;
	background:#FBFEF5;
	border:1px solid #666;
	}
/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

/* Two of the boxes are floated just for this demo. Adjust to your needs. */
.cb {
	margin:0.5em 0;
	}
/* Rules for the top corners and border */
.bt {
	background:url('../images/box.gif') no-repeat 100% 0;
	height:17px; margin-left:18px; margin-right:0; margin-top:0; margin-bottom:0
	}
.bt div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url('../images/box.gif') no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url('../images/box.gif') no-repeat 100% 100%;
	height:14px; margin-left:12px; margin-right:0; margin-top:0; margin-bottom:0
	}
.bb div {
	height:14px;
	width:12px;
	position:relative;
	left:-12px;
	background:url('../images/box.gif') no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	background:url('../images/borders.gif') repeat-y 0 0;; padding-left:12px; padding-right:0; padding-top:0; padding-bottom:0
	}
/* Insert the right border */
.i2 {
	background:url('../images/borders.gif') repeat-y 100% 0;; padding-left:0; padding-right:12px; padding-top:0; padding-bottom:0
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	border-left:0px solid #fff; border-right:0px solid #fff; border-top:1px solid #fff; border-bottom:1px solid #fff; background:#FBFEF5; padding-left:10px; padding-right:10px; padding-top:0; padding-bottom:0
	}
/* CSS for the box ends here */
