/* CSS Document */

.topcorners { 
	background: url(../imgs/layout/ctr.gif) no-repeat top right;
	position: relative;
}
.bottcorners { 
	background: url(../imgs/layout/cbr.gif) no-repeat top right; 
	position: relative;
}

img.corner {
   width: 4px;
   height: 4px;
   border: none;
   display: block !important;
}