*{
  -moz-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/***********************************************************************************************
*  Special Border Box Style Definitions
***********************************************************************************************/
div.speical-border-box-container{
	position: relative;
	width: 100%;
}
div.speical-border-box-top{
	position: relative;
	width: 100%;
	height: 14px;
	padding: 0 14px;
	overflow: hidden;
}
div.speical-border-box-center{
	position: relative;
	height: 100%;
	padding: 0 10px;
}
div.speical-border-box-bottom{
	position: relative;
	width: 100%;
	height: 35px;
	padding: 0 14px;
	overflow: hidden;
}

div.speical-border-box-top-left{
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	background: url(../img/special-border-box-top-left.png) no-repeat;
}
div.speical-border-box-top-center{
	height: 14px;
	width: 100%;
	background: url(../img/special-border-box-top-center.png) repeat-x;
}
div.speical-border-box-top-right{
	position: absolute;
	top: 0;
	right: 0;
	height: 14px;
	width: 14px;
	background: url(../img/special-border-box-top-right.png) no-repeat;
}



div.speical-border-box-bottom-left{
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 35px;
	background: url(../img/special-border-box-bottom-left.png) no-repeat;
}
div.speical-border-box-bottom-center{
	height: 35px;
	width: 100%;
	background: url(../img/special-border-box-bottom-center.png) repeat-x;
}
div.speical-border-box-bottom-right{
	position: absolute;
	top: 0;
	right: 0;
	width: 14px;
	height: 35px;
	background: url(../img/special-border-box-bottom-right.png) no-repeat;
}
div.speical-border-box-center-grey-1{
	position: absolute;
	top: 0;
	left: 0;
	width: 9px;
	height: 100%;
	background: url(../img/special-border-box-center-grey.png) repeat-x #8c9fab;
}
div.speical-border-box-center-grey-2{
	position: absolute;
	top: 0;
	right: 0;
	width: 9px;
	height: 100%;
	background: url(../img/special-border-box-center-grey.png) repeat-x #8c9fab;
}
div.speical-border-box-center-black-1{
	position: absolute;
	top: 0;
	left: 9px;
	width: 1px;
	height: 100%;
	background: url(../img/special-border-box-center-black.png) repeat-x #1d1d1d;
}
div.speical-border-box-center-black-2{
	position: absolute;
	top: 0;
	right: 9px;
	width: 1px;
	height: 100%;
	background: url(../img/special-border-box-center-black.png) repeat-x #1d1d1d;
}
div.speical-border-box-center-center{
	width: 100%;
	padding: 15px 20px 0;
	background: url(../img/special-border-box-center-center.png) repeat-x #e6e6e6;
}

div.speical-border-box-center-center p.bodytext{
	margin: 0;
}

