.horizontal_line {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.dotted_horizontal_line {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-bottom-width: thin;
}
.verticle_dotted_line {
	border-right-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-left-width: thin;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
}
.dashed_Verticle {
	border-right-width: medium;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #4D4C3B;
}
.horizontal_dash {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #4D4C3B;
	border-right-color: #4D4C3B;
	border-bottom-color: #4D4C3B;
	border-left-color: #4D4C3B;
}
.dottedbox {
	border: medium dashed #4D4C3B;
}
