.CommunityLayer {
	font-size: 11px;
	width: 300px;
}

.CommunityLayer a {
	color: #333466;
}

.CommunityLayer .header_area, .CommunityLayer .footer_area {
	font-size: 1px;
	height: 11px;
	line-height: 1px;
	width: 100%;
}

.CommunityLayer .body_area {
	overflow: hidden;
}

.CommunityLayer .header_area .left_area, .CommunityLayer .footer_area .left_area,
.CommunityLayer .header_area .right_area, .CommunityLayer .footer_area .right_area,
.CommunityLayer .header_area .middle_area, .CommunityLayer .footer_area .middle_area {
	height: 11px;
}

.CommunityLayer .header_area .left_area {
	background: url(http://i.slimg.com/st/community/1.0/top-left-corner.png) no-repeat top left;
	padding-left: 11px;
}

.CommunityLayer .header_area .right_area {
	background: url(http://i.slimg.com/st/community/1.0/top-right-corner.png) no-repeat top right;
	padding-right: 11px;
}

.CommunityLayer .header_area .middle_area {
	background: url(http://i.slimg.com/st/community/1.0/top.png) repeat-x top center;
}

.CommunityLayer .footer_area .left_area {
	background: url(http://i.slimg.com/st/community/1.0/bot-left-corner.png) no-repeat bottom left;
	padding-left: 11px;
}

.CommunityLayer .footer_area .right_area {
	background: url(http://i.slimg.com/st/community/1.0/bot-right-corner.png) no-repeat bottom right;
	padding-right: 11px;
}

.CommunityLayer .footer_area .middle_area {
	background: url(http://i.slimg.com/st/community/1.0/bottom.png) repeat-x bottom center;
}

.CommunityLayer .body_area .left_area {
	background: url(http://i.slimg.com/st/community/1.0/left.png) repeat-y center left;
	padding-left: 11px;
}

.CommunityLayer .body_area .right_area {
	background: url(http://i.slimg.com/st/community/1.0/right.png) repeat-y center right;
	padding-right: 11px;
}

.CommunityLayer .body_area .middle_area {
	background-color: #DCEFFD;
}

.CommunityLayer .STMLayersJS_CloseLink {
	position: absolute;
	right: 15px;
}

.CommunityLayer .STMLayersJS_ContentBody {
	padding: 15px 5px 5px;
}

