div.tblock { position:relative; }
div.tblock div.title { width:100%; top:-25px; position:absolute; font-weight:bold; font-size:125%; z-index:4; }
div.tblock div.title img { top:-18px; position:relative; }
div.tblock div.title span { padding-left:3px; padding-right:3px; background:white; z-index:4; }
div.tblock div.text { position:relative; border:1px solid #004f8b; padding:15px; z-index:1; background:white; }
div.tblock div.text div.topleft { z-index:2; left:-1px; top:-1px; width:30px; height:29px; background-image:url(/images/topLeftThin.png); position:absolute; }
div.tblock div.text div.topright { z-index:2; right:-2px; top:-1px; width:30px; height:29px; background-image:url(/images/topRightThin.png); position:absolute; border-right:1px solid white; }
div.tblock div.text div.bottomleft { z-index:2; left:-1px; bottom:-2px; width:30px; height:29px; background-image:url(/images/bottomLeftThin.png); position:absolute; border-bottom:1px solid white; }
div.tblock div.text div.bottomright { z-index:2; right:-2px; bottom:-2px; width:30px; height:29px; background-image:url(/images/bottomRightThin.png); position:absolute; border-bottom:1px solid white; border-right:1px solid white; }
div.tblock div.text div.inner-text { z-index:4; position:relative; }
