.Shadow {
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.red_border {
	border: medium groove #CF0304;
}
.left_border {
	border-left-width: medium;
	border-left-style: ridge;
	border-left-color: #CF0304;
}
