.borderTL, .borderTR {
    padding: 0px;
    border: 0px;
    z-index: 99;
    position:relative;
}
.borderTL { 
	float: left; 
	clear: both; 
}
.borderTR { 
	float: right; 
	clear: right; 
}
.borderTL { 
	margin: -1px 0 0 -1px; 
}
.borderTR {
	margin: -1px -1px 0 0;
}

.borderT {
    margin: 0px;
    padding: 0px;
}

.borderT img {
	/*
	width:5px;
	height:5px;
	*/
}