@charset "utf-8";

/* Rounded Corner Border */

.roundedBorder{
	width:100px;
	position:relative;
	clear:both;
}

.roundedBorderTitle{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	color: #606060; 
	font-weight: bold; 
	padding-left:20px;
	padding-top:5px; 
	line-height:18px;


}

.roundedBorderHorzDivider{
	height:0px;
	width:100%;
	font-size:1px;
	line-height:1px;
	border-top:solid 1px #C3C5B8;
	border-bottom:solid 1px #FFFFFF;
	margin-top:15px; margin-bottom:15px; margin-left:0px; margin-right:0px;
}

.roundedBorderTopCap{
	float:left;
	height:9px;
	width:100%;
	background:url(/images/borders/roundedBorderTopBg.jpg) repeat-x; 
}

.roundedBorderNW{
	float:left;
	width:9px;
	height:9px;
	line-height:9px;
	background:url(/images/borders/roundedBorderCorners.jpg) no-repeat; 
	background-position:top left;
}

.roundedBorderNE{
	float:right;
	width:9px;
	height:9px;
	line-height:9px;
	background:url(/images/borders/roundedBorderCorners.jpg) no-repeat; 
	background-position:top right;
}

.roundedBorderPadded{
	padding-left:9px;
	padding-right:9px;
	clear:both;
	background:url(/images/borders/roundedBorderMidBg.jpg) repeat; 
}

.roundedBorderFullWidth{
	clear:both;
	background:url(/images/borders/roundedBorderMidBg.jpg) repeat; 
}


.roundedBorderBottomCap{
	float:left;
	height:9px;
	width:100%;
	background:url(/images/borders/roundedBorderBotBg.jpg) repeat-x; 
}

.roundedBorderSW{
	float:left;
	width:9px;
	height:9px;
	line-height:9px;
	background:url(/images/borders/roundedBorderCorners.jpg) no-repeat; 
	background-position:bottom left;
}

.roundedBorderSE{
	float:right;
	width:9px;
	height:9px;
	line-height:9px;
	background:url(/images/borders/roundedBorderCorners.jpg) no-repeat; 
	background-position:bottom right;
}

