/* The following is NOT my work, though adjustments have been made to fit this site
      so understanding was required. Source:
 http://www.456bereastreet.com/archive/200505/transparent_custom_corners_and_borders/ */

/* CSS for the javascript boxes with transparent rounded corners starts here
================================================*/
/* Default styling. Used when JavaScript is unsupported */
.cbb {
	margin:1em 0;
	padding:0 10px 10px 10px;
	background:#e0c261;
	border:1px solid #666;
	}
.cbb h3 {
	margin:0 -10px 5px -10px;
	padding:0.3em 10px;
	background:#c9b56f;
	font:bold 1.2em/1 sans-serif;
	}
/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

/* Insert the custom corners and borders for browsers with JavaScript on */
.cb {
	margin:0 0;
}

.cb h3{
	margin:0 -10px 5px -10px;
	padding:0.3em 10px;
  font:bold 1.2em/1 sans-serif;
}

/* Rules for the top corners and border */
.bt {
	background:url(../images/box.png) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:17px;
}
.bt div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(../images/box.png) no-repeat 0 0;

	font-size:0;
	line-height:0;

}

/* Rules for the bottom corners and border */
.bb {
	background:url(../images/box.png) no-repeat 100% 100%;
	margin:0 0 0 18px;
	height:17px;
}
.bb div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(../images/box.png) no-repeat 0 100%;

	font-size:0;
	line-height:0;

}

/* Insert the left border */
.i1 {
	padding:0 0 0 12px;
	background:url(../images/boxleft.png) repeat-y 0 0;
  
}
/* Insert the right border */
.i2 {
	padding:0 12px 0 0;
	background:url(../images/boxbody.png) repeat-y 100% 0;
}
 /*Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	border-width:1px 0;
	padding:0 10px;
}
/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}

/* CSS for the box ends here */


