.jast-box{
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

	.jast-box .top-block{
		/*background-image: url(img/box-top.gif);*/
		background-repeat: repeat-x;
		background-position: top;
		width: 100%;
		background-color: #069;
	}

	.jast-box .top-left-span,
	.jast-box .top-right-span,
	.jast-box .bottom-left-span,
	.jast-box .bottom-right-span{
			display: block;
			width: 4px;
			height: 4px;
			overflow: hidden;
	}
	
		.jast-box .top-left-span{
			float: left;
			/*background-image: url(img/box-top-left.gif);*/
			
			
		}
		.jast-box .top-right-span{
			float: right;
			/*background-image: url(img/box-top-right.gif);*/
		}

	.jast-box .bottom-block{
		clear: left;
		height: 100%;
		width: 100%;
		padding-bottom: 0px;
		/*background-image: url(img/box-bottom.gif);*/
		background-repeat: repeat-x;
		background-position: bottom;
	}

		.jast-box .bottom-left-span{
			clear: left;
			/*background-image: url(img/box-bottom-left.gif);*/
		}

		.jast-box .bottom-right-span{
			float: right;
			clear: left;
			/*background-image: url(img/box-bottom-right.gif);*/
		}



	.jast-box .left-border{
		clear: left;
		/*background-image: url(img/box-left.gif);*/
		background-repeat: repeat-y;
		background-position: left;
	}
	.jast-box .right-border{
		/*background-image: url(img/box-right.gif);*/
		background-repeat: repeat-y;
		background-position: right;
	}
	
	.jast-box .contents{
		padding: 8px;
		color: #222;
	}
	
/* Customizzazioni per il template */

.jast-box .bottom-left-span{
	background-image: url(img/rbox/rbox2-bl.png);
}
.jast-box .bottom-right-span{
	background-image: url(img/rbox/rbox2-br.png);
}

.jast-box .top-left-span{
	background-image: url(img/rbox/rbox2-tl.png);
}
.jast-box .top-right-span{
	background-image: url(img/rbox/rbox2-tr.png);
}
	
#header .bottom-left-span{
	background-image: url(img/rbox/rbox1-bl.png);
}
#header .bottom-right-span{
	background-image: url(img/rbox/rbox1-br.png);
}

#contents-block .left-border{
	margin-left: 5px;
}

.jast-box .top-block{
	background-image: none;
}

.jast-box .bottom-block{
	background-image: none;
}
