
 
/* CSS for the box starts here
================================================*/
/* Insert the custom corners and borders for browsers with JavaScript on */
.cb {
	margin:0.5em 0;
}
.flexbox {
		padding:0 12px 0 0;
		background: url(../images/borders.gif) 100% 0 repeat-y;
	}
	.bi {
		padding:0 0 0 12px;
		background: url(../images/borders.gif) 0 0 repeat-y;
		}
.bt {
	background:url(../images/box.gif) 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.gif) no-repeat 0 0;
}
.bb {
	background: url(../images/box.gif) 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.gif) no-repeat 0 100%;
}
.i1 {
	padding:0 0 0 12px;
	background:url(../images/borders.gif) repeat-y 0 0;
}
.i2 {
	padding:0 12px 0 0;
		background: url(../images/borders1.gif) 100% 0 repeat-y;
}
.i3 {
	background:#fff;
	border:1px solid #fff;
	border-width:1px 0;
	padding:0 10px;
}
/* CSS for the box ends here */
 


/* Normally only IE (up to version 6) gets these rules */
.i1,
.i2 {
	background-image: url(../images/borders.gif) repeat-y;
	
}
.bt,
.bt div,
.bb,
.bb div {
	background-image:url(../images/box.gif);
}
</style>
<!--[if lt IE 7]>
<style type="text/css">
.i1 {height:1px;}
</style>
<![endif]-->
