@charset "UTF-8";
/* CSS Document */

/* Rules for the top corners and border */
.bt3 {
	background:url(../images/box3_red.gif) no-repeat 100% 0;
	margin:0 0 0 18px;
}
.bt3 div {
	height:30px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(../images/box3_red.gif) no-repeat 0 0;
}


/* Rules for the bottom corners and border */
.bb3 {
	background:url(../images/box3.gif) no-repeat 100% 100%;
	margin:0 0 0 18px;
	height:9px;
}
.bb3 div {
	height:9px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(../images/box3.gif) no-repeat 0 100%;
}


/* Insert the left border */
.i13 {
	padding:0 0 0 3px;
	background:url(../images/borders3.gif) repeat-y 0 0;
}
/* Insert the right border */
.i23 {
	padding:0 2px 0 0;
	background:url(../images/borders3.gif) repeat-y 100% 0;
}
/* Wrapper for the content. Use it to set the background colour*/
.i33 {
	/*border-width:1px 0;*/
	padding:0 0px;
}