.cbb {	
	padding:0 10px;	
	background:url(../img/fd_box.jpg) repeat; 
}

.cbb_off {	
	padding:0 10px;	
	background:url(../img/fd_box_off.png) repeat;
}


/* Normal styling */
.cb {}
	/* Top corners and border */
.bt {
	height:17px;
	margin:0 0 0 18px;
	background:url(../img/box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(../img/box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:14px;
	margin:0 0 0 12px;
	background:url(../img/box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url(../img/box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(../img/borders_left.png) repeat-y 0 0; 
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url(../img/borders_right.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:url(../img/fd_box.png) repeat;
	
}

.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}

/* 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. */

.one {
	position:absolute;
	top:0;
	right:0;
}
.two {	
	float:left;
	width:20%;
	
	
}

.two_off {	
	float:left;
	width:20%;
	
	
}
.thre {

	
	width:100%;
}

.two .i1{ background-image:url(../img/borders_left.png); }
.two .i2 { background-image:url(../img/borders_right.png);  }
.two .i3 {padding:0px; text-align:center; }
.two .bt{background:url(../img/box2.png) no-repeat 100% 0; height:12px;}
.two .bt div{background-image:url(../img/box2.png); height:12px;}
.two .bb{	background:url(../img/box2.png) no-repeat 100% 100%; height:6px;}
.two .bb div {position:relative;
	left:-12px;
	width:12px;
	height:6px;
	background:url(../img/box2.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;}
	
	
.two_off .i1{ background-image:url(../img/borders_left_off.png); }
.two_off .i2 { background-image:url(../img/borders_right_off.png); }
.two_off .i3 { padding:0px; text-align:center;  background-image:url(../img/fd_box2_off.png); }
.two_off .bt{background:url(../img/box2_off.png) no-repeat 100% 0;height:12px;}
.two_off .bt div{background-image:url(../img/box2_off.png);height:12px;}
.two_off .bb{background:url(../img/box2_off.png) no-repeat 100% 100%;height:6px; }
.two_off .bb div {position:relative;
	left:-12px;
	width:12px;
	height:6px;
	background:url(../img/box2_off.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;}



.thre .i1{ background-image:url(../img/borders_left.png);   }
.thre .i2{background-image:url(../img/borders_right.png);  }
.thre .bt{background-image: url(../img/box3.png);  height:5px; }
.thre .bt div{background-image: url(../img/box3.png); height:5px;}
.thre .bb{background-image:url(../img/box3.png)no-repeat 100% 100%;    	 }
.thre .bb div{background-image: url(../img/box3.png);  }



.button {	
	margin-top:0;
	width:8em;
	float:left;
}
.button .bt {
	height:8px;
	margin:0 0 0 9px;
	background-image:url(../img/button.png);
}
.button .bt div {
	left:-9px;
	width:9px;
	height:8px;
	background-image:url(../img/button.png);	
}
.button .bb {
	height:8px;
	margin:0 0 0 8px;
	background-image:url(../img/button.png);
}
.button .bb div {
	left:-8px;
	width:8px;
	height:8px;
	background-image:url(../img/button.png);	
}
.button .i1 {
	padding:0 0 0 3px;
	background-image:url(../img/button-borders.png);
}
.button .i2 {
	padding:0 3px 0 0;
	background-image:url(../img/button-borders.png);
}
.button .i3 {
	padding:0 0.5em;
	background:#3a3d40 url(../img/button.png) no-repeat -3px -8px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
.button a:link{color:#FFF; text-decoration:underline;}
.button a:visited,
.button a:hover {
	border:none;
	color:#FFF;
}




.clearfix:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}
* html .clearfix {
height:1px;
}
.clearfix {
display:inline-block;
}
.clearfix {
display:block;
}

