﻿/* http://www.webcredible.co.uk/user-friendly-resources/css/css-round-corners-borders.shtml */

.t {background: url(../../images/rcpix.png) 0 0 repeat-x;}
.b {background: url(../../images/rcpix.png) 0 100% repeat-x}
.l {background: url(../../images/rcpix.png) 0 0 repeat-y}
.r {background: url(../../images/rcpix.png) 100% 0 repeat-y}
.bl {background: url(../../images/rcbl.png) 0 100% no-repeat}
.br {background: url(../../images/rcbr.png) 100% 100% no-repeat}
.tl {background: url(../../images/rctl.png) 0 0 no-repeat}
.tr {background: url(../../images/rctr.png) 100% 0 no-repeat; padding:5px}
