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

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

div.grayborder div.tm {
	height: 7px;
	background-color: #dbdbdb;
	background-image: none;	
	margin-right:7px;
	margin-left:7px;
}

div.grayborder div.m {
	background-color: #dbdbdb;
	background-image: none;	
	padding-left: 7px;
	padding-right:7px;
}

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

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

div.grayborder div.bm {
	height: 7px;
	background-color: #dbdbdb;
	background-image: none;
	margin-right:7px;
	margin-left:7px;
}