/* CSS Document */

.gray_round_top_left {
	background-image:url(gray_round_top_left.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:13px;
	height:20px;
}

.gray_round_top_bg {
	background-image:url(gray_round_top_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:20px;
	text-align: left;
	
}

.gray_round_top_right {
	background-image:url(gray_round_top_right.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:13px;
	height:20px;
}

.gray_round_left_corn {
	background-image:url(gray_round_left_corn.gif);
	background-position:top right;
	background-repeat:repeat-y;
	width:13px;
	height:100%;
}		
	
.gray_round_right_corn {
	background-image:url(gray_round_right_corn.gif);
	background-position:top left;
	background-repeat:repeat-y;
	width:13px;
	height:100%;
}	

.gray_round_bot_left {
	background-image:url(gray_round_bot_left.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:13px;
	height:18px;
}

.gray_round_bot_bg {
	background-image:url(gray_round_bot_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:18px;
}

.gray_round_bot_right {
	background-image:url(gray_round_bot_right.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:13px;
	height:18px;
}




