.RedSquare {
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: outset;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #FF0000;
	border-left-color: #993300;
	border-top-width: thin;
	border-right-width: thick;
	border-bottom-width: thin;
	border-left-width: thick;
}
