﻿/*top*/
.wbox {
    background: #fff;
}
.wbox .tl {
    height: 26px;
    background: #0E82CD url(images/bg_title_left.gif) no-repeat left top;
    padding-left: 35px;
    display: inline-block;
}
.wbox .tl .tr {
    background: url(images/bg_title_right.gif) no-repeat right top;
    padding-right: 64px;
}
.wbox .tl .tr .tc {
    background: url(images/bg_title_center.gif) repeat-x top;
    line-height: 26px;
    border-bottom: 1px solid #e0e0e0;
    font-weight: bold;
    color: #fff; height: 26px;
}


/*main*/
.wbox .ml {
    border: 1px solid #ccc;
    background: url(images/componentBodyContainer.png) repeat-y left top;
    padding-left: 5px;
    margin-top: 0px;
}
.wbox .ml .mr {
    background: url(images/componentBody.png) repeat-y right top;
    padding-right: 5px;
}
.wbox .ml .mr .mc {
    padding: 20px 10px;
    display: block;
    position: relative;
}
/*bottom*/
.wbox .bl {
    padding-left: 5px;
}
.wbox .bl .br {
    padding-right: 5px;
}
.wbox .bl .br .bc {
    padding: 0px 5px 5px 5px;
}
