﻿ .Border { width: 100%; height: 100%; border-spacing: 0px; } .Border .TopLeft { background-position: left top; background-image: url(Master/Border/TopLeft.gif); background-repeat: no-repeat; width: 24px; height: 24px; } .Border .Top { background-image: url(Master/Border/Top.gif); background-repeat: repeat-x; background-position: center top; height: 24px; } .Border .TopRight { background-position: right top; background-image: url(Master/Border/TopRight.gif); background-repeat: no-repeat; width: 24px; height: 24px; } .Border .Left { background-image: url(Master/Border/Left.gif); background-repeat: repeat-y; background-position: left center; width: 24px; } .Border .Right { background-position: right center; background-image: url(Master/Border/Right.gif); background-repeat: repeat-y; width: 24px; } .Border .BottomLeft { background-position: left bottom; background-image: url(Master/Border/BottomLeft.gif); background-repeat: no-repeat; width: 24px; height: 24px; } .Border .Bottom { background-image: url(Master/Border/Bottom.gif); background-repeat: repeat-x; background-position: center bottom; height: 24px; } .Border .BottomRight { background-position: right bottom; background-image: url(Master/Border/BottomRight.gif); background-repeat: no-repeat; width: 24px; height: 24px; } 
