.left_border {
	border-right-width: 4px;
	border-right-style: dotted;
	border-right-color: #9C4553;
}

.right_border {
	border-left-width: 4px;
	border-left-style: dotted;
	border-left-color: #9C4553;
}

.top_separator {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #9C4553;
	margin-left: 10px;
	margin-right: 10px;
}

.bottom_separator {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #9C4553;
	margin-left: 10px;
	margin-right: 10px;
}

.left_separator {
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #9C4553;
	margin-left: 10px;
	margin-right: 10px;
}

.right_separator {
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #9C4553;
	margin-left: 10px;
	margin-right: 10px;
}
