.box {
	margin: 0px;
	padding: 0px;
	background-image:url(images/kenar_09.png);
	background-repeat: repeat-y;
	background-position: right;
	position:relative;
	
}

.box .main {
	background-image:url(images/kenar_11.png);
	background-repeat: repeat-y;
	background-position: left;
	display:block;
	height: auto;
	width: auto;
	margin:0px;
	padding: 0px;
}
.box .spans .foot {
	position: relative;
	height: 12px;
	background-image:url(images/kenar_15.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
}
.box .top {
	position: relative;
	display:block;
	margin-left:10px;
	background-repeat: repeat-x;
	height: 11px;
	width: 1050px;

}
.box .boxs .l {
	position: absolute;
	height:9px;
	width: 11px;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}

.box .boxs .r  {
	position: absolute;
	display:block;
	height: 9px;
	width: 11px;
	top: 0px;
	float:right;
	right:0;
	margin-left:15px;
	background-repeat: no-repeat;
	background-position: right top;
}
.box .main .content {
	padding:0 12px 0 12px;
}

.box .spans .l {
	background-image:url(images/kenar_13.png);
	background-repeat: no-repeat;
	height: 12px;
	width: 11px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-position: left bottom;
}


.box .spans .r {
	background-image:url(images/kenar_17.png);
	background-repeat: no-repeat;
	height: 12px;
	width: 11px;
	position: absolute;
	bottom: 0px;
	background-position: right bottom;
	display:block;
	margin-top:5px;
	right: 0px;
}
* {
	margin: 0px; 
	padding: 0px;
}


.box_content
{
	padding:3px 13px 0 12px;
	position:relative;
	margin-top:-18px;	
}
	



