/* box orange white 3D shadow */
.box_1 { background:#FFFFFF; padding-bottom:5px }
.box_1 .t {background: url(../images/Box_Top.gif) 0 0 repeat-x}
.box_1 .b {background: url(../images/Box_Btm.gif) 0 100% repeat-x}
.box_1 .l {background: url(../images/Box_left.gif) 0 0 repeat-y}
.box_1 .r {background: url(../images/Box_right.gif) 100% 0 repeat-y}
.box_1 .bl {background: url(../images/Box_Btm-left.gif) 0 100% no-repeat}
.box_1 .br {background: url(../images/Box_Btm-right.gif) 100% 100% no-repeat}
.box_1 .tl {background: url(../images/Box_Top-Left.gif) 0 0 no-repeat}
.box_1 .tr {background: url(../images/Box_Top-right.gif) 100% 0 no-repeat; padding:5px}
.box_1 .body {margin:5px 15px 10px 5px}

/* box orange 3D shadow */
.box_2 { background:#ffffff; padding-bottom:5px }
.box_2 .t {background: url(../images/Box2_top.gif) 0 0 repeat-x}
.box_2 .b {background: url(../images/Box2_btm.gif) 0 100% repeat-x}
.box_2 .l {background: url(../images/Box2_left.gif) 0 0 repeat-y}
.box_2 .r {background: url(../images/Box2_right.gif) 100% 0 repeat-y}
.box_2 .bl {background: url(../images/Box2_btm-left.gif) 0 100% no-repeat}
.box_2 .br {background: url(../images/Box2_btm-right.gif) 100% 100% no-repeat}
.box_2 .tl {background: url(../images/Box2_top-left.gif) 0 0 no-repeat}
.box_2 .tr {background: url(../images/Box2_top-right.gif) 100% 0 no-repeat; padding:5px}
.box_2 .text {margin:5px 10px 10px 5px; background:#f58220; font-weight:bold; color:#FFFFFF; padding-bottom:10px; text-align:left}

/* box blue 3D shadow */
.box_3 { background:#ffffff; padding-bottom:5px }
.box_3 .t {background: url(../images/Box3_top.gif) 0 0 repeat-x}
.box_3 .b {background: url(../images/Box3_btm.gif) 0 100% repeat-x}
.box_3 .l {background: url(../images/Box3_left.gif) 0 0 repeat-y}
.box_3 .r {background: url(../images/Box3_right.gif) 100% 0 repeat-y}
.box_3 .bl {background: url(../images/Box3_btm-left.gif) 0 100% no-repeat}
.box_3 .br {background: url(../images/Box3_btm-right.gif) 100% 100% no-repeat}
.box_3 .tl {background: url(../images/Box3_top-left.gif) 0 0 no-repeat}
.box_3 .tr {background: url(../images/Box3_top-right.gif) 100% 0 no-repeat; padding:5px}
.box_3 .body {margin:5px 10px 10px 5px; background:#80b4c2; font-weight:bold; color:#FFFFFF}