﻿.ComponentBox
{
	margin-bottom: 20px;
}

.ComponentBox .STL
{
	float: left;
	width: 4px;
	height: 28px;
	display: block;
	background-image: url(ComponentBoxImgs/STL.png);
	background-repeat: no-repeat;
}

.ComponentBox .SBG
{
	float: left;
	width: 792px;
	height: 28px;
	display: block;
	background-image: url(ComponentBoxImgs/SBG.png);
	background-repeat: repeat-x;
}

.ComponentBox .STR
{
	float: left;
	width: 4px;
	height: 28px;
	display: block;
	background-image: url(ComponentBoxImgs/STR.png);
	background-repeat: no-repeat;
}

.ComponentBox .TL
{
	float: left;
	width: 4px;
	height: 50px;
	display: block;
	background-image: url(ComponentBoxImgs/TL.png);
	background-repeat: no-repeat;
}

.ComponentBox .BG
{
	float: left;
	width: 792px;
	height: 50px;
	display: block;
	background-image: url(ComponentBoxImgs/BG.png);
	background-repeat: repeat-x;
}

.ComponentBox .TR
{
	float: left;
	width: 4px;
	height: 50px;
	display: block;
	background-image: url(ComponentBoxImgs/TR.png);
	background-repeat: no-repeat;
}

.ComponentBox .BL
{
	float: left;
	width: 5px;
	height: 5px;
	display: block;
	background-image: url(ComponentBoxImgs/BL.png);
	background-repeat: no-repeat;
}

.ComponentBox .BBG
{
	float: left;
	width: 790px;
	height: 5px;
	display: block;
	border-bottom: solid 1px #c8d8e8;
}

.ComponentBox .BR
{
	float: left;
	width: 5px;
	height: 5px;
	display: block;
	background-image: url(ComponentBoxImgs/BR.png);
	background-repeat: no-repeat;
}

.ComponentBox .Title
{
	display: block;
	color: #bc2828;
	font-weight: bold;
	font-size: 18px;
	padding-top: 7px;
	padding-left: 10px;
}

.ComponentBox .Title2
{
	display: block;
	color: #bc2828;
	font-weight: bold;
	font-size: 18px;
	padding-top: 5px;
	padding-left: 10px;
}

.ComponentBox .SubTitle
{
	display: block;
	color: #82786c;
	font-weight: bold;
	font-size: 14px;
	padding-top: 0px;
	padding-left: 10px;
}

.ComponentBox .OutBorder
{
	float: left;
	display: block;
	border-left: solid 1px #c8d8e8;
	border-right: solid 1px #c8d8e8;
	width: 798px;
	background-color: #ffffff;
}

.ComponentBox .InnerBorder
{
	display: block;
	border-top: solid 1px #e2e2e2;
	width: 778px;
	background-color: #ffffff;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}

.ComponentBox .Pointer
{
	width: 17px;
	height: 16px;
	display: block;
	background-image: url(ComponentBoxImgs/Pointer.png);
	background-repeat: no-repeat;
}

.ComponentBox .ULPointer
{
	width: 5px;
	height: 5px;
	display: block;
	background-image: url(ComponentBoxImgs/ULPointer.png);
	background-repeat: no-repeat;
}