.lines {
	border: thin solid #000000;
}
.topline {
	border-top-width: thin;
	
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
}
.bottomline {
	border-bottom-width: thin;

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #000000;
}
.leftline {
	border-left-width: thin;

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #000000;
}
.rightline {

	border-right-width: thin;

	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000000;
}