.grey-brdr-full {
	border: 1px solid;
}
.grey-top-left {
	border-top: 1px solid;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px solid;
}
.grey-top-left-right {
	border-top: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid;
}
.grey-left {
	border-left: 1px solid;
}
.grey-bottom {
	border-bottom: 1px solid;
}
.grey-top {
	border-top: 1px solid;
}
.grey-top-left-bottom {
	border-top: 1px solid;
	border-right: 1px none;
	border-bottom: 1px solid;
	border-left: 1px solid;
}
.grey-bottom-right {
	border-right: 1px solid;
	border-bottom: 1px solid;
}
.grey-top-right {
	border-top: 1px solid;
	border-right: 1px solid;
}

