﻿/*------------------------------------------------------------------------------*/
/* Box                                                                          */
/*------------------------------------------------------------------------------*/
.box-top-left, .box-top-right, .box-bottom-left, .box-bottom-right{
	width: 10px;
	height: 10px;
	font-size:3px;
}

.box-top, .box-bottom{
	height: 10px;
	background-repeat:repeat-x;
	font-size:3px;
}

.box-left, .box-right{
	width: 10px;
	background-repeat:repeat-y;
	font-size:3px;
}

.box-center
{
	vertical-align:top;
	text-align:left
}


