BODY
{
    margin: 0px;
    scrollbar-face-color: #cccccc;
    scrollbar-highlight-color: #cccccc;
    scrollbar-shadow-color: #cccccc;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-arrow-color: #000000;
    scrollbar-track-color: #efefef;
    scrollbar-darkshadow-color: #999999;
    background-color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    word-spacing: normal;
    text-transform: none;
    letter-spacing: normal;
    color: #110011;
    margin-left: 0px;
    margin-right: 0px;
}

ul
{
    margin: 0;
    padding: 0;
}
li
{
    text-decoration: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
HR
{
    margin: 20px 0 20px 0;
}
.grid a
{
    text-align: center;
}
a:link
{
    font-size: 12px;
    color: #043377;
    text-decoration: none;
}
a:visited
{
    font-size: 12px;
    color: #043377;
    text-decoration: none;
}
a:hover
{
    font-size: 12px;
    color: #043377;
    text-decoration: underline;
}
.DropDownListCss
{
    border: 1px solid gray;
    border-radius: 3px;
    font-size: 12px; /*color: #002BB7;*/
    background-color: #FFFFFF;
    text-decoration: none; /*background-image: url('../Images/textbox_bg.gif');*/
    background-repeat: repeat-x;
    padding: 4px;
    font-family: "宋体";
}
.TextBoxCss
{
    border-radius: 3px;
    border: 1px solid gray;
    font-size: 12px; /*color: #002BB7;*/
    background-color: #FFFFFF;
    text-decoration: none; /*background-image: url('../Images/textbox_bg.gif');*/
    background-repeat: repeat-x;
    padding: 6px;
    margin-top: 0px;
}

.required
{
    border: 1px solid black;
}

.DateBoxCss
{
    border-radius: 3px;
    border: 1px solid gray;
    font-size: 12px; /*color: #002BB7;*/
    background-color: #FFFFFF;
    text-decoration: none;
    padding: 6px;
    margin-top: 0px;
    background: url('../Images/datebox.png') no-repeat right 5px center;
}

.ReferBoxCss
{
    position: relative;
    border-radius: 3px;
    border: 1px solid gray;
    font-size: 12px; /*color: #002BB7;*/
    background-color: #FFFFFF;
    text-decoration: none;
    padding: 3px 3px 3px 3px;
    margin-top: 0px;
    background: url('../Images/referbox.png') no-repeat right 5px center;
}

.NumericBoxCss
{
    border: 1px solid gray;
    border-radius: 3px;
    font-size: 12px;
    color: #002BB7;
    background-color: #FFFFFF;
    text-decoration: none;
    font: menu;
    background-repeat: repeat-x;
    padding: 3px;
    text-align: right;
}
.PageBoxCss
{
    border: 1px solid gray;
    border-radius: 3px;
    font-size: 12px;
    color: #002BB7;
    background-color: #FFFFFF;
    text-decoration: none;
    font: menu;
    background-repeat: repeat-x;
    padding: 3px;
    text-align: center;
}
.TextAreaCss
{
    border: 0px;
    text-align: left;
    margin-top: auto;
    border-bottom-color: gray;
    border-bottom-width: 0px;
    border-left-color: gray;
    border-right-color: gray;
    border-right-width: 0px;
    border-top-color: gray;
    border-top-width: 0px;
    vertical-align: top;
    overflow: auto;
}
.ReadonlyTextBoxCss
{
    border: 0px;
    text-align: left;
    margin-top: 3px;
    border-bottom-color: gray;
    border-bottom-width: 0px;
    border-left-color: gray;
    border-left-width: 0;
    border-right-color: gray;
    border-right-width: 0px;
    border-top-color: gray;
    border-top-width: 0px;
    vertical-align: middle;
    padding:6px;
}
.Required
{
    border-bottom-color: gray;
    border-bottom-width: 2px;
    border-left-color: gray;
    border-left-width: 1px;
    border-right-color: gray;
    border-right-width: 1px;
    border-top-color: gray;
    border-top-width: 1px;
}
.ReadonlyNumericBoxCss
{
    border: 0px;
    font-size: 12px;
    font-family: "宋体";
    text-decoration: none;
    background-color: transparent;
    font: menu;
    padding: 2px;
}
.ListBoxCss
{
    border-right: #c0c0c0 1px solid;
    border-top: #c0c0c0 1px solid;
    border-left: #c0c0c0 1px solid;
    border-bottom: #c0c0c0 1px solid;
}
.bottom_table
{
    width: 100%;
    vertical-align: middle;
    height: 40px;
}

.ButtonCss
{
    padding: 5px 15px 5px 20px;
    border: 1px solid #999999;
    background-color: #ffffff;
    border-radius: 5px;
    font-size: 12px;
    cursor: hand;
    color: black;
    margin-bottom: 0px;
}

.DisabledButtonCss
{
    padding: 3px 15px 3px 20px;
    border: 1px solid #999999;
    background-color: #cccccc;
    border-radius: 5px;
    font-size: 12px;
    cursor: hand;
    color: black;
    margin-bottom: 0px;
    height: 25px;
}
.LinkButtonCss
{
    /*border: solid 1px #b6b6b6;     border-radius:3px;*/
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 3px;
    font-size: 12px;
    cursor: hand;
    color: black; /*background-image: url('../images/button_bg.gif');*/ /*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,  StartColorStr=#FFFFFF, EndColorStr=#bbbbff);*/
    color: Black;
    height: 20px;
}
.TreeViewCss
{
}
.TreeViewCss td
{
    height: 20px;
}
.LinkButtonCss a:hover
{
    color: Black;
    text-decoration: none;
}
.GridEditModeTextBoxCss
{
    border: 1px solid gray;
    color: #002BB7;
    font-family: "宋体";
    background-color: #FFFFFF;
    text-decoration: none;
    padding: 2px;
    background-image: url('../Images/textbox_bg.gif');
    background-repeat: repeat-x;
    margin-left: 0px;
    margin-bottom: 0px;
}
.RichTextBoxCss
{
    border: 1px solid gray;
    border-radius: 3px;
    font-size: 12px;
    border-bottom: #A8C6E6 1px solid;
    font-family: "宋体";
    background-color: #FFFFFF;
    text-decoration: none;
    padding: 6px;
}

.Amount
{
    color: Red;
    font-weight: bold;
}
.select
{
    font-family: 宋体;
    font-size: 12px;
}

.content_top
{
    background-image: url("../images/content_top_bg.png" );
    background-repeat: repeat-x;
    text-align: left;
    font-size: 12px;
    color: #043377;
    font-weight: bold;
    font-family: "宋体";
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
}
.content_body
{
    padding: 10px;
}
.content_bottom
{
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.content_panel
{
    padding: 5px 5px 5px 5px;
}
.content_bottom
{
    height: 22px;
    width: 100%;
}
.content_table
{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
}
.content_inner_table
{
    width: 100%;
    background-color: White;
    vertical-align: middle;
}
.content_inner_table_service
{
    width: 70%;
    background-color: White;
    vertical-align: middle;
}
content_inner_table td
{
    height: 25px;
}
.content_query_td
{
    padding-bottom: 5px;
}
.queryPanel fieldset
{
    border:1px solid silver;
    padding:8px;
}
.grid
{
    width: 100%;
    margin-bottom: 0px;
    border-width: 1px;
    border-color: Silver;
    border-style: solid;
    border-collapse: collapse;
}

.grid_alternating_row
{
    background-color: #f3f3f3;
    height: 40px;
}
.grid_selected_row
{
}
.grid_edit_row
{
}
.grid_empty_data_row
{
}
.grid_header
{
    background-image: url(   "../images/grid_header_bg.png" );
    height: 40px;
    font-weight: bolder;
    font-size: 14px;
}
.grid_footer
{
}
.grid_row
{
    height: 40px;
}
.grid_pager
{
    background-image: url(       "../images/grid_pager_bg.png" );
    height: 40px;
    text-align: center;
}
.caption_td
{
    text-align: right;
    vertical-align: middle;
    width: 120px;
    height: 25px;
}
.caption_td_Regular
{
    text-align: right;
    vertical-align: top;
    width: 140px;
    height: 25px;
}
.caption_td_short
{
    text-align: right;
    vertical-align: middle;
    width: 100px;
}
.required
{
    font-weight: bold;
}
.caption_td_long
{
    text-align: right;
    vertical-align: middle;
    width: 150px;
}
.caption_td_textarea
{
    text-align: right;
    border: 0;
    vertical-align: top;
    border-left: 0px;
    border-bottom: 0px;
    border-right: 0px;
    border-top: 0px;
    width: 120px;
    overflow: auto;
    padding-top: 5px;
    font-weight: bold;
}
.query_panel
{
    background-color: #eeeeff;
    text-align: left;
    padding: 0px;
    vertical-align: middle;
}
.collapse_panel_header
{
    background-color: #ddddff;
    background-image: url("../images/title_bg.png");
    vertical-align: middle;
    height: 15px;
    padding: 8px;
    cursor: pointer;
}
.table_block
{
    height: 100%;
    vertical-align: top;
}
.spanMore
{
    float: right;
    padding-right: 20px;
    padding-top: 3px;
}
.spanTitle
{
    float: left;
    padding-left: 20px;
    padding-top: 3px;
}
.widget_title
{
    /*background-image: url(     "../images/title_bg.png" );     background-repeat: repeat-x;     font-size: 14px;     font-family: 宋体;     font-weight: bold;     font-size: 12px;     height: 30px;     padding-top: 8px;     clear: both;*/ /*background-image: url(     "../images/title_bg.png" );*/
    background-repeat: repeat-x;
    font-size: 14px;
    font-weight: bold;
    font-size: 16px;
    height: 49px;
    line-height: 49px;
    clear: both;
    background-color: #e9e9e9;
    color: #666666;
    border-bottom: 1px solid white;
    font-weight: bold;
}
.widget_title_text
{
    margin-left: 10px;
}
.widget_title a
{
    color: #666666;
}
.widget_title_img
{
    text-align: right;
}
.widget_title_img img
{
    margin-top: 15px;
    width: 20px;
    height: 18px;
}
.widget_title_action
{
    float: right;
    background-color: #dddddd;
}
.widget_title_action a
{
    text-align: center;
    float: right;
    display: block;
    height: 49px;
    width: 49px;
    border-left: 1px solid white;
}
.widget_title_action img
{
    margin-top: 15px;
    width: 20px;
    height: 20px;
}
.widget_content
{
    float: left;
    width: 100%;
}
.widget_container
{
    padding: 1% 0.5% 0% 0.5%;
    float: left;
    width: 48.8%;
}
.widget_panel
{
    margin: 2% 2% 0 2%;
    border: 0px solid silver; /*border: 1px solid silver;     height: 240px;*/
}

.widget_container_full
{
    /*padding: 1% 0.5% 0% 0.5%;     width: 99%;     float: left;*/
    width: 100%;
    float: left;
}

.widget_panel_full
{
    margin: 1% 1% 0 1%;
    border: 0px solid silver; /*border: 1px solid silver;     min-height: 240px;*/
}

.navigation_item_container
{
    display: inline-block;
    padding: 0.5% 0 0.5% 0.5%;
    width: 11.5%;
    text-align: center;
    float: left;
}
.navigation_item_panel
{
    display: inline-block;
    padding: 5%;
    border: 1px solid silver;
    width: 88%;
    text-align: center;
}
.navigation_item_text
{
    font-size: 16px;
    color: #333333;
    width: 100%;
    line-height: 30px;
    overflow: hidden;
    height: 30px;
    text-align: center;
    text-overflow: ellipsis;
}
.navigation_item_panel img
{
    border: 0;
}

.settingItem
{
    margin: 5px 0 5px 0;
}
.settingItemCaption
{
    text-align: right;
    display: inline-block;
    width: 200px;
    vertical-align: top;
    padding-top: 5px;
}
.commandBar
{
    display: inline-block;
    white-space: nowrap;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
}
.queryPanel
{
    padding: 0px 8px 0px 8px;
    display: block;
    margin-bottom: 5px;
}
fieldset
{
    padding: 5px 5px 5px 5px;
}
.queryItem
{
    margin-top:3px;
    float: left;
    width: 360px;
    display: block;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}
.queryItemCaption
{
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    width: 100px;
    display: inline-block;
}
.queryItemFieldCaption
{
    width: 100px;
    display: inline-block;
}
.queryItemTextBox
{
    width: 184px;
}
.queryItemDropDownList
{
    width: 198px;
}
.queryItemRangeTextBox
{
    width: 83px;
}

.queryItemRangeSplitter
{
    width: 20px;
    line-height: 30px;
    height: 30px;
}
.formItemDropDownList
{
    width: 198px;
}
.formItemTextBox
{
    width: 184px;
}
.formItemNumericBox
{
    width: 184px;
}

.formItemRangeTextBox
{
    width: 85px;
}
.queryCommand
{
    float: left;
    padding-top: 5px;
    line-height: 30px;
    height: 30px;
    display: inline-block;
}
.gridPanel
{
    padding: 5px 10px 10px 10px;
}
.contentPanel
{
    padding: 5px 10px 10px 10px;
}
.totalPanel
{
    padding: 5px 10px 10px 10px;
}
.clearDiv
{
    clear: both;
}
.contentPanel
{
    padding: 0px 10px 0px 10px;
}
.categoryPanel
{
    width: 100%;
    padding: 5px 10px 10px 10px;
}
.block
{
    float: left; /*background: url(../images/block_title_right.gif) no-repeat right top;*/
    width: 95%;
    font-size: 12px;
}
.blockTitle
{
    display: block;
    border-top: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
    background: url(../images/block_title_bg.png) repeat-x;
    height: 29px;
    width: 100%;
    line-height: 29px;
    background-color: #f3f3f3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
.blockContent
{
    overflow: auto;
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
    min-height: 450px;
    background-color: #f3f3f3;
    width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 300px;
}

.ListPanel
{
    float: left;
    width: 75%;
}
.categoryPanel
{
    float: left;
    width: 200px;
}

.hidden
{
    display: none;
}
.totalPanel
{
    margin-left: 10px;
}
.keyword
{
    width: 150px;
}
.select_img
{
    width: 16px;
    height: 16px;
}
.tab_container
{
}
.tab_container .ajax__tab_header /*整体按钮底样式*/
{
    font-family: 宋体;
    height: 30px;
    font-size: 12px;
    border-bottom: 1px solid silver;
}

.tab_container .ajax__tab_header a
{
    color: Black;
}
.tab_container .ajax__tab_header a:visited
{
    color: Black;
}
.tab_container .ajax__tab_body /*资料区*/
{
    padding: 10px;
    font-size: 12px;
    border: 0px solid #999999;
    border-top: 0;
    background-color: #ffffff;
    border-bottom: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
}

.tab_container .ajax__tab_tab /*预设样式*/
{
    padding: 0 10px 0 10px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-right: 4px;
    margin: 0;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #fafafa;
}
.tab_container .ajax__tab_hover .ajax__tab_tab /*鼠标经过样式*/
{
    padding: 0 10px 0 10px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    color: #00000;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 0px solid silver;
    background-color: White;
}

.tab_container .ajax__tab_active .ajax__tab_tab /*当前使用中样式*/
{
    padding: 0 10px 0 10px;
    background-color: White;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 0px solid silver;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #00000;
}
.grid_pager_first
{
    background: url("../images/button/grid_pager_first.png") no-repeat left center;
    padding-left: 10px;
}
.grid_pager_previous
{
    background: url("../images/button/grid_pager_previous.png") no-repeat left center;
    padding-left: 7px;
}
.grid_pager_next
{
    background: url("../images/button/grid_pager_next.png") no-repeat left center;
    padding-left: 7px;
}
.grid_pager_last
{
    background: url("../images/button/grid_pager_last.png") no-repeat left center;
    padding-left: 10px;
}

.grid_pager_gotopage
{
    background: url("../images/button/grid_pager_gotopage.png") no-repeat left 5px center;
    padding-left: 20px;
}
.grid_button_view
{
    background: url("../images/button/view.png") no-repeat left center;
}
.grid_button_edit
{
    background: url("../images/button/edit.png") no-repeat left center;
}
.grid_button_delete
{
    background: url("../images/button/delete.png") no-repeat left center;
}
.grid_button_copy
{
    background: url("../images/button/copy.png") no-repeat left center;
}
.grid_button_approve
{
    background: url("../images/button/approve.png") no-repeat left center;
}
.grid_button_cancel_approve
{
    background: url("../images/button/cancel_approve.png") no-repeat left center;
}
.grid_button_move_up
{
    background: url("../images/button/move_up.png") no-repeat left center;
}
.grid_button_move_down
{
    background: url("../images/button/move_down.png") no-repeat left center;
}
.grid_button_update
{
    background: url("../images/button/update.png") no-repeat left center;
}
.grid_button_cancel
{
    background: url("../images/button/cancel.png") no-repeat left center;
}
.grid_button_add_child
{
    background: url("../images/button/add_child.png") no-repeat left center;
}
.grid_button_print
{
    background: url("../images/button/print.png") no-repeat left center;
}
.grid_button_more
{
    background: url("../images/button/more.png") no-repeat left center;
}

.grid_button_download
{
    background: url("../images/button/download.png") no-repeat left center;
}
.grid_button_disable
{
    background: url("../images/button/disable.png") no-repeat left center;
}
.grid_button_enable
{
    background: url("../images/button/enable.png") no-repeat left center;
}
.grid_button_change_password
{
    background: url('../Images/Button/change_password.png') no-repeat left 3px;
}
.grid_button_reset_password
{
    background: url('../Images/Button/reset_password.png') no-repeat left 3px;
}
.grid_button_role
{
    background: url('../Images/Button/role.png') no-repeat 5px;
}
.grid_button_submit
{
    background: url("../images/button/submit.png") no-repeat left center;
}
.grid_button_stocks_in
{
    background: url("../images/button/stocks_in.png") no-repeat left center;
}
.grid_button_stocks_out
{
    background: url("../images/button/stocks_out.png") no-repeat left center;
}
.grid_button_deliver
{
    background: url("../images/button/deliver.png") no-repeat left center;
}
.grid_button_start
{
    background: url("../images/button/start.png") no-repeat left center;
}
.grid_button_finish
{
    background: url("../images/button/finish.png") no-repeat left center;
}
.grid_button_pause
{
    background: url("../images/button/pause.png") no-repeat left center;
}
.grid_button_resume
{
    background: url("../images/button/resume.png") no-repeat left center;
}
.grid_button_renew
{
    background: url("../images/button/renew.png") no-repeat left center;
}
.button_add
{
    background: url("../images/button/add.png") no-repeat left 5px center;
}
.button_script
{
    background: url("../images/button/script.png") no-repeat left 5px center;
}
.button_query
{
    background: url("../images/button/query.png") no-repeat left 5px center;
}
.button_sort
{
    background: url("../images/button/sort.png") no-repeat left 5px center;
}
.button_delete
{
    background: url("../images/button/delete.png") no-repeat left 5px center;
}
.button_permission
{
    background: url("../images/button/permission.png") no-repeat left 5px center;
}
.button_clear
{
    background: url("../images/button/clear.png") no-repeat left 5px center;
}
.button_import
{
    background: url("../images/button/import.png") no-repeat left 5px center;
}
.button_export
{
    background: url("../images/button/export.png") no-repeat left 5px center;
}
.button_move_up
{
    background: url("../images/button/move_up.png") no-repeat left 5px center;
}
.button_move_down
{
    background: url("../images/button/move_down.png") no-repeat left 5px center;
}
.button_refresh
{
    background: url("../images/button/refresh.png") no-repeat left 5px center;
}

.button_ok
{
    background: url("../images/button/ok.png") no-repeat left 5px center;
}

.button_cancel
{
    background: url("../images/button/cancel.png") no-repeat left 5px center;
}
.command_more
{
    display: inline-block;
    z-index: 0;
    width: 50px;
}
.button_container
{
    padding-top: 5px;
    position: absolute;
    background-color: #cccccc;
    padding-left: 10px;
    z-index: 1;
    text-align: left;
    display: none;
    width: 80px;
    line-height: 28px;
}

.sort_asc
{
    background: url("../images/button/sort_asc.png") no-repeat right 5px center;
}
.sort_desc
{
    background: url("../images/button/sort_desc.png") no-repeat right 5px center;
}
.sortable
{
    background: url("../images/button/sortable.png") no-repeat right 5px center;
}
.custom_table
{
    width: 1800px;
    border: 1px solid #C0C0C0;
    padding: 0px;
}
.custom_table td
{
    border: 1px solid #C0C0C0;
    vertical-align: middle;
    min-height: 30px;
    line-height: 30px;
}
.setting_command_bar
{
    padding-left: 200px;
}

.grid_button_submit
{
    background: url("../images/button/submit.png") no-repeat left center;
}

.formItem
{
    margin: 5px 0 5px 0;
    float: left;
}
.form_item
{
    margin-top:5px;
    width: 50%;
    line-height: 30px;
    min-height: 30px;
    float: left;
    display: table;
}
.form_item_full
{
    margin-top:5px;
    line-height: 30px;
    min-height: 30px;
    width: 100%;
    float: left;
    display: table;
}
.form_item_full_caption
{
    width: 15%;
    text-align: right;
    line-height: 30px;
    float: left;
    display: table-cell;
    vertical-align: middle;
}

.form_item_full_value
{
    width: 85%;
    float: right;
    display: table-cell;
    vertical-align: middle;
}
.form_item_caption
{
    width: 30%;
    text-align: right;
    float: left;
    line-height: 30px;
    min-height: 30px;
    display: table-cell;
    vertical-align: middle;
}
.form_item_value
{
    padding-top: 3px;
    width: 70%;
    float: right;
    min-height: 30px;
    line-height: 30px;
    display: table-cell;
    vertical-align: middle;
}

.dialog_box
{
    position: fixed;
    margin: 0 auto;
    border: solid silver 1px;
    z-index: 10000;
}
.dialog_title
{
    background-color: #053478;
    height: 40px;
    line-height: 40px;
    color: White;
}
.dialog_title_close
{
    float: right;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: url("../images/common/dialog_close.png") no-repeat;
    background-position: center;
    cursor: pointer;
}
.dialog_title_text
{
    font-weight: bold;
    margin-left: 10px;
    padding-left: 30px;
    color: White;
    background: url("../images/common/dialog_logo.png");
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 40px;
    float: left;
    height: 40px;
}

.clearReferBoxButton
{
    background: url("../images/clear.png") no-repeat center;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-left: -5px;
    display: inline-block;
    border: 0;
}

.ReferBoxImg
{
    width: 15px;
    height: 15px;
    vertical-align: middle;
    position: relative;
    border: 0;
    margin-left: -42px;
    margin-top: -5px;
    background: url('../Images/referbox.png') no-repeat center;
    background-color: White;
}
