.container_j{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight: bold;
    color: #9d1f30;
	width:97%;
}
.top_left{
	background-image:url(images/top_left.png);
	width:9px; height:9px;
	background-repeat:no-repeat;
	background-position:bottom right;
	}
.top{
	background-image:url(images/top.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height:9px;
	}
.top_right{
	background-image:url(images/top_right.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:9px; height:9px;
	}
.left{
	background-image:url(images/left.png);
	background-repeat: repeat-y; background-position: top right;
	width:9px;
	}
.right{
	background-image:url(images/right.png);
	background-repeat: repeat-y; background-position:top left;
	width:9px;
	}
.vsebina{
	background-color:#9d1f30;
	}
.bottom_left{
	background-image:url(images/bottom_left.png);
	background-repeat:no-repeat;
	background-position:top right; width:9px; height:9px;
	}
.bottom{
	background-image:url(images/bottom.png);
	background-repeat:repeat-x;
	background-position:top;
	}
.bottom_right{
	background-image:url(images/bottom_right.png);
	background-repeat:no-repeat;
	background-position:top left; width:9px; height:9px;
	}
