@charset "utf-8"; /* CSS Document */ .tl { width: 10px; height: 10px; background: url(images/rounded.png) no-repeat top left; float: left; } .tm { width: 98%; height: 9px; border-top: 1px solid #000; float: left; } .tr { width: 10px; height: 10px; background: url(images/rounded.png) no-repeat top right; float: right; } .content { padding: 0 5px; width: 99%; clear: left; border-left: 1px solid #000; border-right: 1px solid #000; } .bl { width: 10px; height: 10px; background: url(images/rounded.png) no-repeat bottom left; clear: both; float: left; } .bm { width: 98%; height: 9px; border-bottom: 1px solid #000; float: left; } .br { width: 10px; height: 10px; background: url(images/rounded.png) no-repeat bottom right; float: left; } /* Jquery rollups for CV */