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

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


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


/* Insert the left border */
.i15 {
	padding:0 0 0 7px;
	background:url(../images/borders.png) repeat-y 0 0;
}
/* Insert the right border */
.i25 {
	padding:0 7px 0 0;
	
	background:url(../images/borders.png) repeat-y 100% 0;
}
/* Wrapper for the content. Use it to set the background colour*/
.i35 {
	background:#fff;
	/*border-width:1px 0;*/
	height: 50px;
	padding:0 0px;
}