/* Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */
.cbb {
	background: #fff;
  margin: 15px 0px 25px 0px;
  padding: 20px 0px 20px 0px;
}


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

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

	/* Left border */
.i1 {
	padding:0 0 0 20px;
	background:url(../images/cb-borders.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 20px 0 0;
	background:url(../images/cb-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: 10px 0 0 0;
	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;}
/* Default CSS ends here */



/* special boxes - other images */

div.highLight {
  margin: 20px 0 10px 12px;
}
.highLight .bt {
	background-image: url(/images/cb-box2.gif);
}
.highLight .bt div {
	background-image: url(/images/cb-box2.gif);
}
.highLight .bb {
	background-image: url(/images/cb-box2.gif);
}
.highLight .bb div {
	background-image: url(/images/cb-box2.gif);
}
.highLight .i1 {
	background-image: url(/images/cb-borders2.gif);
}
.highLight .i2 {
	background-image: url(/images/cb-borders2.gif);
}
.highLight .i3 {
  margin: 0px 10px 0px -10px;
	background: #fdeec8;
}



/* special boxes - other images */

div.info {
  float: right;
  margin: 10px 5px 10px 12px;
  width: 250px;
}
.info .bt {
	background-image: url(/images/cb-box2.gif);
}
.info .bt div {
	background-image: url(/images/cb-box2.gif);
}
.info .bb {
	background-image: url(/images/cb-box2.gif);
}
.info .bb div {
	background-image: url(/images/cb-box2.gif);
}
.info .i1 {
	background-image: url(/images/cb-borders2.gif);
}
.info .i2 {
	background-image: url(/images/cb-borders2.gif);
}
.info .i3 {
  margin: 0px 10px 0px -10px;
	background: #fdeec8;
}



