


.box { background: #FFF; width:100%; margin-bottom:10px;}
.box .box-t { background: top url(../images/box_t.gif) repeat-x ; }
.box .box-r { background: right url(../images/box_r.gif) repeat-y; }
.box .box-b { background: bottom url(../images/box_b.gif) repeat-x; }
.box .box-l { background: left url(../images/box_l.gif) repeat-y; }
.box .box-tr { background: top right url(../images/box_tr.gif) no-repeat ; }
.box .box-br { background: bottom right url(../images/box_br.gif) no-repeat; }
.box .box-bl { background: bottom left url(../images/box_bl.gif) no-repeat; }
.box .box-tl { background: top left url(../images/box_tl.gif) no-repeat; }

.box .box-tl {padding:12px 10px;}
.box .box-tl  .title{ width:100%;font-family:Arial, Helvetica, sans-serif ;	font-size:18px;	color:#000;	text-decoration:none; height:30px;
	text-align:left;}


.box .box-tl  .title span{ color:#0066cc}



