
body {
	
	font: 12px Verdana;
}

.box {

}

.box .content {
	min-height: 360px;
	height: auto;
    padding: 0 20px 0px 20px;
	background:url(../img/test_images/background/fabric_7.jpg) repeat-y right;
	background-color: #FFFFFF;
}

.box .top {
	height: 9px;
	background-color: #FFFFFF;
	/*border: 1px #CCCCCC solid;*/

}

.box .top, .box .bottom {
    font-size: 0;
}

.box .top .r {
	background: url(../img/r_top.png) no-repeat;
	height: 9px;
	width: 14px;
	float: right;
}
.box .top .l {
	background: url(../img/l_top.png) no-repeat;
	height: 9px;
	width: 9px;
	float: left;
}

.box .bottom {
	background: url(../img/bot.png) repeat-x;
	height: 17px;
	background-color: #FFFFFF;
}

.box .bottom .r {
	background: url(../img/r_bot.png) no-repeat;
	height: 17px;
	width: 14px;
	float: right;
}
.box .bottom .l {
	background: url(../img/l_bot.png) no-repeat;
	height: 17px;
	width: 14px;
	float: left;
}
