.boxNone {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.boxLeftBottom {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: ridge;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.boxLeftTop {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: ridge;
	border-top-color: #999999;
	border-left-color: #999999;
}
.boxRightBottom {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: groove;
	border-bottom-style: groove;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-style: none;
	border-left-style: none;
}
.boxRightTop {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: ridge;
	border-right-style: groove;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-style: none;
	border-left-style: none;
}
.boxTopBottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.boxRight {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
}
.boxFourSides {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.boxLeftRight {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.boxLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.boxtop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.boxBottom {
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.boxFourSidesThick {
	border: 3px solid #8D8D8D;
}
