/* Curve Box Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */
.cbb {
	margin:1em 0;
	padding:0 10px;
	border:1px solid #666;
	background:#fff;
}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
/* Normal styling */
.cb {margin:0.5em 0;}
	/* Top corners and border */
.bt {
	height:7px;
	margin:0 0 0 18px;
	background:url(box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:7px;
	background:url(box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:7px;
	margin:0 0 0 12px;
	background:url(box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:7px;
	background:url(box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(borders.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url(borders.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 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#fff;
}
	/* 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;}
/* Curve Box Default CSS ends here */




/* Custom CSS
================================================*/
/* You can use different borders for different boxes on the same page. Just adjust the CSS. Here are a few examples, one of which uses the GIF ../images instead of the PNG ../images. Note that you can also adjust borders, heights and paddings this way. Remember to adjust the IE CSS as well. */
.cb-s1{
}
.cb-s1 .bt{
background:url(../images/box-s1.png) no-repeat 100% 0;
}
.cb-s1 .bt div{
background:url(../images/box-s1.png) no-repeat 0 0;
}

.cb-s1 .bb{
background:url(../images/box-s1.png) no-repeat 100% 100%;
}
.cb-s1 .bb div{
background:url(../images/box-s1.png) no-repeat 0 100%;
}

.cb-s1 .i1{
padding:0 0 0 1px;
background:url(../images/borders-s1.jpg) repeat-y 0 0;
}
.cb-s1 .i2{
padding:0 1px 0 0;
background:url(../images/borders-s1.jpg) repeat-y 100% 0;
}
.cb-s1 .i3{
background:#faebdd url(../images/boxmid-s1.jpg) repeat-x bottom;
}


/*----------------------------------cb-s2-----------------------------------------------*/
.cb-s2{
margin-top:20px;
}
.cb-s2 .bt{
background:url(../images/box-s2.png) no-repeat 100% 0;
}
.cb-s2 .bt div{
background:url(../images/box-s2.png) no-repeat 0 0;
}

.cb-s2 .bb{
background:url(../images/box-s2.png) no-repeat 100% 100%;
}
.cb-s2 .bb div{
background:url(../images/box-s2.png) no-repeat 0 100%;
}

.cb-s2 .i1{
padding:0 0 0 0px;
background:url() repeat-y 0 0;
}
.cb-s2 .i2{
padding:0 0px 0 0;
background:url() repeat-y 100% 0;
}
.cb-s2 .i3{
background:#edf2f6;
padding:5px 12px;
}

/*----------------------------------cb-s3-----------------------------------------------*/
.cb-s3{

}
.cb-s3 .bt{
background:url(../images/box-s3.png) no-repeat 100% 0;
}
.cb-s3 .bt div{
background:url(../images/box-s3.png) no-repeat 0 0;
}

.cb-s3 .bb{
background:url(../images/box-s3.png) no-repeat 100% 100%;
}
.cb-s3 .bb div{
background:url(../images/box-s3.png) no-repeat 0 100%;
}

.cb-s3 .i1{
padding:0 0 0 0px;
background:url() repeat-y 0 0;
}
.cb-s3 .i2{
padding:0 0px 0 0;
background:url() repeat-y 100% 0;
}
.cb-s3 .i3{
background:#f0f0f0;
padding:5px 20px;
}
/*----------------------------------cb-s4-----------------------------------------------*/
.cb-s4{

}
.cb-s4 .bt{
background:url(../images/box-s4.png) no-repeat 100% 0;
}
.cb-s4 .bt div{
background:url(../images/box-s4.png) no-repeat 0 0;
}

.cb-s4 .bb{
background:url(../images/box-s4.png) no-repeat 100% 100%;
}
.cb-s4 .bb div{
background:url(../images/box-s4.png) no-repeat 0 100%;
}

.cb-s4 .i1{
padding:0 0 0 1px;
background:url(../images/borders-s4.jpg) repeat-y 0 0;
}
.cb-s4 .i2{
padding:0 1px 0 0;
background:url(../images/borders-s4.jpg) repeat-y 100% 0;
}
.cb-s4 .i3{
background:#fafbfc url(../images/box-s4_mid.jpg) repeat-x bottom;;
padding:5px 20px;
}