/* CSS Document */

/*ROUND CORNER OUTLINE BOX*/

.t {background: url(../images/dot.gif) 0 0 repeat-x; width: 100%; margin-top: 10px;}
.b {background: url(../images/dot.gif) 0 100% repeat-x; margin-bottom: 10px;}
.l {background: url(../images/dot.gif) 0 0 repeat-y}
.r {background: url(../images/dot.gif) 100% 0 repeat-y;}
.bl {background: url(../images/corner-blk-bl.gif) 0 100% no-repeat;}
.br {background: url(../images/corner-blk-br.gif) 100% 100% no-repeat}
.tl {background: url(../images/corner-blk-tl.gif) 0 0 no-repeat}
.tr {
	background: url(../images/corner-blk-tr.gif) 100% 0 no-repeat;
	padding-right:10px;
	padding-left:3px;
	padding-bottom:5px;
	padding-top:5px;
