@charset "UTF-8";
/* CSS Document */

/* Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */
.cbb {
	border:4px solid #F8B84D;
	background:#fff;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
/* Normal styling */
.cb {margin:0.5em 0;}
	/* Top corners and border */
.bt {
	height:15px;
	margin:0 0 0 15px;
	background:url(../images/borders/aw_box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-15px;
	width:15px;
	height:15px;
	background:url(../images/borders/aw_box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}
	/* Bottom corners and border */
.bb {
	height:15px;
	margin:0 0 0 15px;
	background:url(../images/borders/aw_box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-15px;
	width:15px;
	height:15px;
	background:url(../images/borders/aw_box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}
	/* Left border */
.i1 {
	padding:0 0 0 9px;
	background:url(../images/borders/aw_border.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 9px 0 0;
	background:url(../images/borders/aw_border.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 {
margin:0;
	padding:2px 10px;
	background:#fff;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	height:0; 
	visibility:hidden;
}
/* Default CSS ends here */

