/* CSS Document */

.blue_round_top_left {
	background-image:url(blue_round_top_left.gif);
	background-position:top right;
	background-repeat:no-repeat;
	width:11px;
	height:36px;
}

.blue_round_top_bg {
	background-image:url(blue_round_top_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:36px;
	text-align: left;
	
}

.blue_round_top_right {
	background-image:url(blue_round_top_right.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:11px;
	height:36px;
}

.blue_round_left_corn {
	background-image:url(blue_round_left_corn.gif);
	background-position:top right;
	background-repeat:repeat-y;
	width:11px;
	height:100%;
}		
	
.blue_round_right_corn {
	background-image:url(blue_round_right_corn.gif);
	background-position:top left;
	background-repeat:repeat-y;
	width:11px;
	height:100%;
}	

.blue_round_bot_left {
	background-image:url(blue_round_bot_left.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:11px;
	height:13px;
}

.blue_round_bot_bg {
	background-image:url(blue_round_bot_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:13px;
}

.blue_round_bot_right {
	background-image:url(blue_round_bot_right.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:11px;
	height:13px;
}




