.Comments_Area {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	padding-right: 35px;
	margin-bottom: 10px;
	background-color: #000000;
	}
.Comments_Border_Top {
	background-image: url(Comments_Border_Top.png);
	width: 100%;
	height: 7px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	}
.Comments_Border_Bottom {
	background-image: url(Comments_Border_Bottom.png);
	width: 100%;
	height: 7px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	}
.Comments_Border_Left {
	background-image: url(Comments_Border_Left.png);
	width: 33px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	}
.Comments_Border_Right {
	background-image: url(Comments_Border_Right.png);
	width: 33px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	}
.Comments_Corner_TopLeft {
	background-image: url(Comments_Corner_TopLeft.png);
	width: 33px;
	height: 27px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	}
.Comments_Corner_TopRight {
	background-image: url(Comments_Corner_TopRight.png);
	width: 33px;
	height: 27px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
	}
.Comments_Corner_BottomLeft {
	background-image: url(Comments_Corner_BottomLeft.png);
	width: 33px;
	height: 27px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
	}
.Comments_Corner_BottomRight {
	background-image: url(Comments_Corner_BottomRight.png);
	width: 33px;
	height: 27px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 2;
	}
