div.graylinedborder div.tl {
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(/images/borders/graylined/tl.gif);
}

div.graylinedborder div.tr {
	height: 7px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(/images/borders/graylined/tr.gif);
}

div.graylinedborder div.tm {
	height: 7px;
	background-position: right top;
	background-repeat: repeat-x;
	background-image: url(/images/borders/graylined/tm.gif);
	margin-right:7px;
	margin-left:7px;
}

div.graylinedborder div.ml {
	background-position: left top;
	background-repeat: repeat-y;
	background-image: url(/images/borders/graylined/ml.gif);
	padding-left: 7px;
}

div.graylinedborder div.mr {
	background-position: right top;
	background-repeat: repeat-y;
	background-image: url(/images/borders/graylined/mr.gif);
	padding-right:7px;
}

div.graylinedborder div.mm {
	background-color: #dbdbdb;
	background-image: none;
}

div.graylinedborder div.bl {
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(/images/borders/graylined/bl.gif);
}

div.graylinedborder div.br {
	height: 7px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(/images/borders/graylined/br.gif);
}

div.graylinedborder div.bm {
	height: 7px;
	background-position: right top;
	background-repeat: repeat-x;
	background-image: url(/images/borders/graylined/bm.gif);
	margin-right:7px;
	margin-left:7px;
}