﻿.BoxTopLeft
{
	background: url('images/box/sol_ust.jpg');
	background-repeat: no-repeat;
	width:8px;
	height:21px;
}

.BoxTopRight
{
	background-image: url('images/box/sag_ust.jpg');
	background-repeat: no-repeat;
	width:10px;
}
.BoxTopMiddle
{
	background-image: url('images/box/ust_orta.jpg');
	background-repeat: repeat;
}

.BoxLeft
{
	background-image: url('images/box/sol.jpg');
	background-repeat: repeat-y;
	
}
.BoxRight
{
	background-image: url('images/box/sag.jpg');
	background-repeat: repeat-y;
	
	}

.BoxBottom
{
	background-image: url('images/box/alt.jpg');
	background-repeat: repeat;
	
}
.BoxMiddle
{
	background-image: url('images/box/orta.jpg');
}
.BoxBottomLeft
{
	background-image: url('images/box/sol_alt.jpg');
	background-repeat: no-repeat;
	height:21px;
}

.BoxBottomRight
{
	background-image: url('images/box/sag_alt.jpg');
	background-repeat: no-repeat;
height:21px;
}