﻿/*top*/
.wflat {
    background: #F1FEF5;
}
.wflat .tl {
    background:url(images/bg_flat_top_left.gif) no-repeat left top;
    padding-left: 26px; 
}
.wflat .tl .tr {
    background: url(images/bg_flat_top_right.gif) no-repeat right top;
    padding-right:26px;
}
.wflat .tl .tr .tc {
    background: url(images/bg_flat_top_center.gif) repeat-x top;
    font-weight: bold; color:#074777;padding-top:10px; padding-bottom:5px; font-size:16px;
}
 
/*main*/
.wflat .ml {
    background: url(images/bg_flat_middle_left.gif) repeat-y left top;
    padding-left: 5px; margin-top:-1px;
}
.wflat .ml .mr {
    background: url(images/bg_flat_middle_right.gif) repeat-y right top;
    padding-right: 5px;
}
.wflat .ml .mr .mc {
   
    display: block;
    position: relative; 
}
/*bottom*/
.wflat .bl {
    background: url(images/bg_flat_bottom_left.gif) repeat-y left bottom;
    padding-left: 26px;
}
.wflat .bl .br {
    background: url(images/bg_flat_bottom_right.gif) repeat-y right bottom;
    padding-right: 26px;
}
.wflat .bl .br .bc {
    background: url(images/bg_flat_bottom_center.gif) repeat-x bottom;
     height:10px;
}

