@charset "utf-8";
/* CSS Document */

/* ----- for fluid radius ----- */
.top-left {
	margin-top:0px; 
	margin-left:-1px;
	margin-right: 15px; /* clip right corner */
	background: url(../../images/img_bgCorner_01.jpg) top left no-repeat;
	height: 15px; /* vertical: show first half of the image with the top-corners in it */
	font-size: 2px; /* correct height for IE */
	width:15px; position:relative; float:left;
}
.top-right {
	margin-top: 0px; /* to level of top-left corner */
	margin-left: 15px; /* clip left corner */
	margin-right:-1px;
	background-image: url(../../images/img_bgCorner_03.jpg);
	background-position: 100% 0; /* show bg-image starting at the right */
	height: 15px;
	font-size: 2px; width:15px; position:relative; float:right;
}

.top-center{
	height:15px; margin:0px 14px 0 14px; padding:0;
	/*background:url(../../images/img_corner_top.jpg) top left repeat-x;*/
	/*background-color:#c61f23; */
	/*border-top:1px solid #c61f23; padding:0;*/
}

.bottom-left {
	margin-bottom:-15px;
	margin-left:-1px;
	margin-right: 15px; /* clip right corner */
	background: url(../../images/img_bgCorner_07.jpg) top left no-repeat;
	height: 15px; /* vertical: show first half of the image with the top-corners in it */
	font-size: 2px; /* correct height for IE */
	width:15px; position:relative; float:left;
}
.bottom-right {
	margin-bottom: -15px; /* to level of top-left corner */
	margin-left: 15px; /* clip left corner */
	margin-right:-1px;
	background-image: url(../../images/img_bgCorner_09.jpg);
	background-position: 100% 0; /* show bg-image starting at the right */
	height: 15px;
	font-size: 2px; width:15px; position:relative; float:right;
}

.bottom-center{
	height:15px; margin:0px 15px 0px 15px; padding:0;
	/*background:url(../../images/img_corner_bottom.jpg) top left repeat-x;*/
	/*background-color:#c61f23; */
	/*border-bottom:1px solid #c61f23;*/
	/*background:url(../../images/img_corner_bottom.jpg) bottom left repeat-x;*/
}
.border-top{
	background:url(../../images/img_corner_top.jpg) bottom left repeat-x;
}
.border-bottom{
	background:url(../../images/img_corner_bottom.jpg) bottom left repeat-x;
}