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

/* Rules for the top corners and border */
.bt4 {
	background:url(../images/box4.png) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:9px;
}
.bt4 div {
	height:9px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(../images/box4.png) no-repeat 0 0;
}


/* Rules for the bottom corners and border */
.bb4 {
	background:url(../images/box4.png) no-repeat 100% 100%;
	margin:0 0 0 18px;
	height:9px;
}
.bb4 div {
	height:9px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(../images/box4.png) no-repeat 0 100%;
}


/* Insert the left border */
.i14 {
	padding:0 0 0 7px;
	background:url(../images/borders4.png) repeat-y 0 0;
}
/* Insert the right border */
.i24 {
	padding:0 7px 0 0;
	background:url(../images/borders4.png) repeat-y 100% 0;
}
/* Wrapper for the content. Use it to set the background colour*/
.i34 {
	background:#fff;
	/*border-width:1px 0;*/
	/* width: 545px; */
	padding:0 0px;
}