/* Top border and right corner */
#top .bt {
	background:url(white_corners.gif) no-repeat 100% 0;
	margin:0 0 0 8px;
	height:8px;
}
/* Top left corner */
#top .bt div {
height:8px;
width:8px;
position:relative;
left:-8px;
background:url(white_corners.gif) no-repeat 0 0;
}
/* Bottom border and right corner */
#top .bb {
	background:url(white_corners.gif) no-repeat 100% 100%;
	margin:0 0 0 8px;
	height:8px;
}
/* Bottom left corner */
#top .bb div {
	height:8px;
	width:8px;
	position:relative;
	left:-8px;
	background:url(white_corners.gif) no-repeat 0 100%;
}

/* Left border */
#sidebar .i1 {
	padding:0 0 0 6px;
	background:url(blue_button_border2.gif) no-repeat 0 0;
}
/* Right border */
#sidebar .i2 {
	padding:0 6px 0 0;
	background:url(blue_button_border3.gif) no-repeat 100% 0;
}
#sidebar .cb {
	width: 200px;
}
#sidebar .i3 {
	height: 24px;
	background:url(blue_button1.gif) no-repeat -6px 0px;
	color: white;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
}

