@charset "utf-8";
.test {
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-left-color: #333;
	border-right-width: 1px;
	border-right-color: #333;
	border-bottom-width: 1px;
	border-bottom-color: #333;
}
