@charset "utf-8";

/*ROUNDED CORNERS --------------------------------------*/

.Rounded {
	width:5px;
	height:5px;
	position:absolute;
	z-index:99;
	background-repeat:no-repeat;
	background-color:Transparent;
	padding:0px;
	margin:0px;
}
.TL{
	top:0px;
	left:0px;
	background-position:bottom right;
}
.TR{
	top:0px;
	right:0px;
	background-position:bottom left;
}
.BR{
	bottom:0px;
	right:0px;
	background-position:top left;
}
.BL{
	bottom:0px;
	left:0px;
	background-position:top right;
}
/*COLORS--------*/
.White5px{
	background-image:url(../images/roundedcorners/5_white.png);
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

