@charset "utf-8";
.PictureStripBox {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #569D26;
	border-bottom-color: #569D26;
}
.PictureBox {
	border: 1px solid #CCCCCC;
	background-color: #EFEFEF;
}
.DividerBox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
