.borderTopGrey
{
	border-top: 1px solid #8F8F8F;
}
.borderTopLightGrey
{
	border-top: 1px solid rgb(211, 211, 211);
}
.borderBottomGrey
{
	border-bottom: 1px solid #8F8F8F;
}
.borderBottomLightGrey
{
	border-bottom: 1px solid rgb(211, 211, 211);
}
.borderRightGrey
{
	border-right: 1px solid #8F8F8F;
}
.borderRightLightGrey
{
	border-right: 1px solid rgb(211, 211, 211);
}
.borderLeftGrey
{
	border-left: 1px solid #8F8F8F;
}
.borderLeftLightGrey
{
	border-left: 1px solid rgb(211, 211, 211);
}
.borderGrey
{
	border: 1px solid #8F8F8F;
}
.width2Px
{
	width: 2px;
}
.background
{
	background-color: #FFFFCF;
}
.shadowGrey
{
	background-color: #8F8F8F;
	opacity: 0.65;
	filter: alpha(opacity=65);
}
.shadowLightGrey
{
	background-color: #8F8F8F;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.spacerDiv
{
	width: 1px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}
.nose
{
	position: relative;
	top: 1px;
}
