
.corner {
	position: absolute;
	border: 1px solid /*#4f4e4e*/#3f3f3f;
	width: 15px;
	height: 15px;
	padding: 3px 3px 3px 3px;
}

.tl {
	top: 0px;
	left: 0px;
	border-right: 0;
	border-bottom: 0;
}
.tr {
	top: 0px;
	right: 0px;
	border-left: 0;
	border-bottom: 0;
}
.bl {
	bottom: 0px;
	left: 0px;
	border-right: 0;
	border-top: 0;
}
.br {
	bottom: 0px;
	right: 0px;
	border-left: 0;
	border-top: 0;
}
.img {
	position:relative;
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;
}


.img img {
	margin: 3px 3px 3px 3px;
}

.img a img {
	border: 0;
}

.img td {
	border: 1px solid #7f7f7f;
	/*border-collapse: collapse;*/
}

.img table, .img tr, .img td {
	/*border-collapse: collapse;*/
	vertical-align: middle;
	text-align: center;
}

