html
{
    background-image: url(../images/masterpage/site_background.gif);
    background-repeat: repeat;
}
body
{
    position: relative;
    text-align:center;
    overflow: auto;
}

.table
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: solid 0px black;
}

#screen_wrapper
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
}
#page_wrapper
{
    width: 92%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    position: relative;
}
#page_wrapper_tbl
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    position: relative;
}
#header_wrapper
{
    width: 100%;
    height: 60px;
    background-color: transparent;
}
#body_wrapper
{
    width: 100%;
}
#footer_wrapper
{
    width: 100%;
    height: 60px;
    background-color: transparent;
    vertical-align: top;
}

/*
*
*			Header
*
*/

#header_tbl
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
}

#header_top_menu
{
    width: 100%;
    height: 28px;
    position: relative;
    background-color: transparent;
}

#header_left
{
    background-image: url(../images/masterpage/header_back_left.png);
    background-repeat: no-repeat;
    height: 146px;
    width: 20px;
}

#header_center
{
    background-image: url(../images/masterpage/header_back_center.png);
    background-repeat: repeat-x;
    height: 146px;
}

#header_center #header_body
{
    position: relative;
    width: 100%;
    height: 138px;
    margin-top: 8px;
}

#header_center #header_body #logo
{
    background-image: url(../images/masterpage/header_logo.png);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    height: 138px;
    width: 302px;
    float: left;
}

#header_center #header_body #menu
{
    height: 138px;
    float: left;
    margin-left: 30px;
    background-color: transparent;
}

/*
*
*		Menu Items
*
*/

.menu_home_on
{
    background-image: url(../images/masterpage/masterpage_menu_sprites.png);
    background-repeat: no-repeat;
    background-position: -102px 0px;
    width: 102px;
    height: 138px;
    float: left;
}

.menu_home_off
{
    background-image: url(../images/masterpage/masterpage_menu_sprites.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 102px;
    height: 138px;
    float: left;
}

.menu_home_over
{
    background-image: url(../images/masterpage/masterpage_menu_sprites.png);
    background-repeat: no-repeat;
    background-position: -204px 0px;
    width: 102px;
    height: 138px;
    float: left;
    cursor:pointer;
}

.menu_tour
{
    /*background-image: url(../images/masterpage/masterpage_menu_sprites.png);
    background-repeat: no-repeat;
    background-position: -1632px 0px;
    width: 102px;
    height: 138px;
    float: right;*/
    float:right;
    height:138px;
    margin-right:50px;
    width:200px;
}
.menu_tour_over
{
    /*
    background-image: url(../images/masterpage/masterpage_menu_sprites.png);
    background-repeat: no-repeat;
    background-position: -1530px 0px;
    width: 102px;
    height: 138px;
    float: right;
    cursor:pointer;*/
    float:right;
    height:138px;
    margin-right:50px;
    width:200px;
}

.menu_get_off
{
    background-image: url(../images/masterpage/masterpage_menu_sprites.png);
    background-repeat: no-repeat;
    background-position: -306px 0px;
    width: 102px;
    height: 138px;
    float: left;
}

.menu_get_on
{
    background-image: url(../images/masterpage/masterpage_menu_sprites.png);
    background-repeat: no-repeat;
    background-position: -408px 0px;
    width: 102px;
    height: 138px;
    float: left;
}

.menu_get_over
{
    background-image: url(../images/masterpage/masterpage_menu_sprites.png);
    background-repeat: no-repeat;
    background-position: -510px 0px;
    width: 102px;
    height: 138px;
    float: left;
    cursor:pointer;
}

.menu_help_off
{
    background-image: url(../images/masterpage/masterpage_menu_sprites.png);
    background-repeat: no-repeat;
    background-position: -612px 0px;
    width: 102px;
    height: 138px;
    float: left;
}

.menu_help_on
{
    background-image: url(../images/masterpage/masterpage_menu_sprites.png);
    background-repeat: no-repeat;
    background-position: -714px 0px;
    width: 102px;
    height: 138px;
    float: left;
}

.menu_help_over
{
    background-image: url(../images/masterpage/masterpage_menu_sprites.png);
    background-repeat: no-repeat;
    background-position: -816px 0px;
    width: 102px;
    height: 138px;
    float: left;
    cursor:pointer;
}

.menu_dashboard_off
{
    background-image: url(../images/masterpage/masterpage_menu_sprites.png);
    background-repeat: no-repeat;
    background-position: -918px 0px;
    width: 102px;
    height: 138px;
    float: left;
}

.menu_dashboard_on
{
    background-image: url(../images/masterpage/masterpage_menu_sprites.png);
    background-repeat: no-repeat;
    background-position: -1020px 0px;
    width: 102px;
    height: 138px;
    float: left;
}

.menu_dashboard_over
{
    background-image: url(../images/masterpage/masterpage_menu_sprites.png);
    background-repeat: no-repeat;
    background-position: -1122px 0px;
    width: 102px;
    height: 138px;
    float: left;
    cursor:pointer;
}

.menu_edit_off
{
    background-image: url(../images/masterpage/masterpage_menu_sprites.png);
    background-repeat: no-repeat;
    background-position: -1224px 0px;
    width: 102px;
    height: 138px;
    float: left;
}

.menu_edit_on
{
    background-image: url(../images/masterpage/masterpage_menu_sprites.png);
    background-repeat: no-repeat;
    background-position: -1326px 0px;
    width: 102px;
    height: 138px;
    float: left;
}

.menu_edit_over
{
    background-image: url(../images/masterpage/masterpage_menu_sprites.png);
    background-repeat: no-repeat;
    background-position: -1428px 0px;
    width: 102px;
    height: 138px;
    float: left;
    cursor:pointer;
}

#header_right
{
    background-image: url(../images/masterpage/header_back_right.png);
    background-repeat: no-repeat;
    height: 146px;
    width: 20px;
}

/*
*
*		Top Menu
*
*/

#top_menu_wrapper
{
    float: right;
    height: 28px;
}

#top_menu_left
{
    width: 11px;
    height: 28px;
    background-image: url(../images/masterpage/top_menu_left.png);
    background-repeat: no-repeat;
    float: left;
}

#top_menu_center
{
    height: 28px;
    background-image: url(../images/masterpage/top_menu_center.png);
    background-repeat: repeat-x;
    float: left;
    vertical-align: top;
}

#top_menu_center .clickitem, #top_menu_center .item
{
    height: 24px;
    color: white;
    float: left;
    font-family: Arial, Verdana;
    font-size: 12px;
    vertical-align: middle;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 10px;
}

#top_menu_center .clickitem a, #top_menu_center .item a
{
    font: inherit;
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    border: none;
}

#top_menu_center .clickitem a:visited , #top_menu_center .item a:visited 
{
    font: inherit;
    color: white;
    text-decoration: none;
    background-color: transparent;
    border: none;
}

#top_menu_center .clickitem .icon
{
    margin: 4px 8px 3px 0px;
    vertical-align: middle;
    float: left;
}

#top_menu_center .divider
{
    height: 28px;
    width: 2px;
    float: left;
    background-image: url(../images/masterpage/top_menu_divider.png);
    background-repeat: no-repeat;
}

#top_menu_right
{
    width: 11px;
    height: 28px;
    background-image: url(../images/masterpage/top_menu_right.png);
    background-repeat: no-repeat;
    float: left;
}

.side_panel_top_icon
{
    vertical-align: middle;
    margin-left: 5px;
}

/*
*
*		body
*
*/

#body_wrapper_tbl
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

#body_header_wrapper
{
    height: 146px;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

#body_footer_wrapper
{
    height: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
}

#body_wrapper #body
{
    width: 100%;
    display: block;
}

#body_left
{
    background-image: url(../images/masterpage/body_back_left.png);
    background-repeat: repeat-y;
    width: 7px;
}

#body_center
{
    background-image: url(../images/masterpage/page_gradient.gif);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #f0f0f0;
    position: relative;
    text-align: center;
}

#body_right
{
    background-image: url(../images/masterpage/body_back_right.png);
    background-repeat: repeat-y;
    width: 7px;
}

#body_center #page_container
{
    background-image: url(../images/masterpage/page_gradient.gif);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #f0f0f0;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

/*
*
*		Footer
*
*/

#body_wrapper #footer
{
    height: 20px;
    width: 100%;
}

#footer_left
{
    background-image: url(../images/masterpage/footer_back_left.png);
    background-repeat: no-repeat;
    width: 20px;
}

#footer_right
{
    background-image: url(../images/masterpage/footer_back_right.png);
    background-repeat: no-repeat;
    width: 20px;
}

#footer_center
{
    background-image: url(../images/masterpage/footer_back_center.png);
    background-repeat: repeat-x;
}

#footer_status_left
{
    color: white;
    float: left;
    font-family: Arial, Verdana;
    font-size: 12px;
    margin-left: 20px;
    height: 30px;
    vertical-align: top;
}

#footer_status_right
{
    color: white;
    float: right;
    font-family: Arial, Verdana;
    font-size: 12px;
    margin-right: 20px;
    height: 30px;
    vertical-align: top;
}

/*
*
*                Panel
*
*/

.panel_top_left
{
    background-image: url(../images/masterpage/panel_top_left.gif);
    background-repeat: no-repeat;
    width: 5px;
    height: 5px;
}

.panel_top_center
{
    background-image: url(../images/masterpage/panel_top_center.gif);
    background-repeat: repeat-x;
    height: 5px;
}

.panel_top_right
{
    background-image: url(../images/masterpage/panel_top_right.gif);
    background-repeat: no-repeat;
    width: 5px;
    height: 5px;
}

.panel_middle_left
{
    background-image: url(../images/masterpage/panel_middle_left.gif);
    background-repeat: repeat-y;
    width: 5px;
}

.panel_middle_center
{
    background-color: white;
}

.panel_middle_right
{
    background-image: url(../images/masterpage/panel_middle_right.gif);
    background-repeat: repeat-y;
    width: 5px;
}

.panel_bottom_left
{
    background-image: url(../images/masterpage/panel_bottom_left.gif);
    background-repeat: no-repeat;
    width: 5px;
    height: 5px;
}

.panel_bottom_center
{
    background-image: url(../images/masterpage/panel_bottom_center.gif);
    background-repeat: repeat-x;
    height: 5px;
}

.panel_bottom_right
{
    background-image: url(../images/masterpage/panel_bottom_right.gif);
    background-repeat: no-repeat;
    width: 5px;
    height: 5px;
}

/*

Form Elements

*/

.input_normal
{
    width: 210px;
    height: 29px;
    background-image: url(../images/textbox_back_normal.gif);
    background-repeat: no-repeat;
    position: relative;
}

.form_textbox_normal
{
    width: 200px;
    height: 25px;
    border: none;
    padding: 2px;
    position: absolute;
    top: 5px;
    left: 5px;
    font-family: Arial, Verdana;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    background-color:transparent;
    letter-spacing:1px;
}


.formHeader
{
    background-color: #fcfcfc;
    font-family: Arial, Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #606974;
    border-top:solid 1px #dfdfdf;
    border-bottom:solid 1px #dfdfdf;
    padding: 5px;
}
.formExplenation
{
    background-color: #fcfcfc;
    font-family: Arial, Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #606974;
    list-style:square;
    margin-left:20px;
    margin-top:30px;
}

.formExplenation_noBult
{
    background-color: #fcfcfc;
    font-family: Arial, Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #606974;
    margin-left:20px;
    margin-top:30px;
    line-height:4;
}

.formExplenation_examp
{
    background-color: #fcfcfc;
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #606974;
    margin-left:20px;
    margin-top:30px;
}

.formLabel
{
    font-family: Arial, Verdana;
    font-size: 13px;
    font-weight: normal;
    color: #666666;
    padding: 5px;
}

/*
*
*                Side Panel
*
*/

.side_panel_top_left
{
    background-image: url(../images/masterpage/side_panel_top_left.png);
    background-repeat: no-repeat;
    background-position: top right;
    width: 5px;
    height: 43px;
}

.side_panel_middle_left
{
    background-image: url(../images/masterpage/side_panel_middle_left.png);
    background-repeat: repeat-y;
    background-position: right;
    width: 5px;
}

.side_panel_middle_right
{
    background-image: url(../images/masterpage/side_panel_middle_right.png);
    background-repeat: repeat-y;
    background-position: right;
    width: 5px;
}

.side_panel_top_center
{
    background-image: url(../images/masterpage/side_panel_top_center.png);
    background-repeat: repeat-x;
    height: 43px;
}

.side_panel_top_right
{
    background-image: url(../images/masterpage/side_panel_top_right.png);
    background-repeat: no-repeat;
    background-position: top left;
    width: 5px;
    height: 43px;
}

.side_panel_body
{
    padding: 5px;
    background-color: #e7edef;
}

.side_panel_bottom_left, .side_panel_bottom_right
{
    background-color: #b3c4c9;
    width: 5px;
    height: 1px;
}

.side_panel_bottom_center
{
    background-color: #b3c4c9;
    height: 1px;
}

.side_panel_title
{
    font-family: Arial, Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    margin-left:5px;
}

/*
*    Buttons
*/

.button_wide1
{
    width: 87px;
    height: 27px;
    background-image: url(http://www.wibiya.com/Graphics/masterpage/button_wide1_normal.png);
    background-repeat: no-repeat;
    background-position:center;
    text-align: center;
    vertical-align: middle;
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #051b22;
    line-height: 26px;
    text-decoration: none;
    display: block;
}

.button_wide1:hover
{
    width: 87px;
    height: 27px;
    background-image: url(http://www.wibiya.com/Graphics/masterpage/button_wide1_over.png);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #051b22;
    line-height: 26px;
    text-decoration: none;
    display: block;
}

.button_wide1:active
{
    width: 87px;
    height: 27px;
    background-image: url(http://www.wibiya.com/Graphics/masterpage/button_wide1_on.png);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #051b22;
    line-height: 26px;
    text-decoration: none;
    display: block;
    outline: none;
}

.button_wide2
{
    width: 127px;
    height: 27px;
    background-image: url(http://www.wibiya.com/Graphics/masterpage/button_wide2_normal.png);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #051b22;
    line-height: 26px;
    text-decoration: none;
    display: block;
}

.button_wide2:hover
{
    width: 127px;
    height: 27px;
    background-image: url(http://www.wibiya.com/Graphics/masterpage/button_wide2_over.png);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #051b22;
    line-height: 26px;
    text-decoration: none;
    display: block;
}

.button_wide2:active
{
    width: 127px;
    height: 27px;
    background-image: url(http://www.wibiya.com/Graphics/masterpage/button_wide2_on.png);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #051b22;
    line-height: 26px;
    text-decoration: none;
    display: block;
    outline: none;
}

.button_wide3
{
    width: 167px;
    height: 27px;
    background-image: url(http://www.wibiya.com/Graphics/masterpage/button_wide3_normal.png);
    background-repeat: no-repeat;
    text-align: center;
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #051b22;
    line-height: 26px;
    text-decoration: none;
    display: block;
}

.button_wide3:hover
{
    width: 167px;
    height: 27px;
    background-image: url(http://www.wibiya.com/Graphics/masterpage/button_wide3_over.png);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #051b22;
    line-height: 26px;
    text-decoration: none;
    display: block;
}

.button_wide3:active
{
    width: 167px;
    height: 27px;
    background-image: url(http://www.wibiya.com/Graphics/masterpage/button_wide3_on.png);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #051b22;
    line-height: 26px;
    text-decoration: none;
    display: block;
    outline: none;
}

.footerLinks
{
    color:white;
    font-family:Arial,Verdana;
    font-size:12px;
    text-decoration: none;

}
.footerLinks:visited
{
    color:white;
    font-family:Arial,Verdana;
    font-size:12px;
    text-decoration: none;

}
.footerLinks:hover
{
    text-decoration: underline;
}

#feature_wrap
{
    width: 240px;
}

#page_header
{
    width: 100%;
    height: 45px;
    text-align: left;
}

#page_body
{
    width: 98%;
    margin: auto;
    height: 90%;
}

.container
{
    width: 100%;
    height: 100%;
    position: relative;
}

.left_pane
{
    width: 50%;
    vertical-align: middle;
    text-align: center;
}

.right_pane
{
    width: 50%;
    vertical-align: middle;
    text-align: center;
}

#page_header UL
{
    vertical-align: middle;
    margin-left: 20px;
    padding-top: 10px;
}

#page_header UL LI
{
    vertical-align: middle;
    margin-right: 20px;
    font-family: Arial, Verdana;
    font-size: 14px;
    font-weight: bold;
    float: left;
    height: 28px;
}

#page_header UL LI IMG
{
    vertical-align: middle;
}

#page_header UL LI .titleOn
{
    color: #34485b;
    margin-left: 5px;
}

#page_header UL LI .titleOff
{
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #85919d;
    margin-left: 5px;
}

#toolbar_preview_div
{
    width: 100%;
    height: 32px;
    position: absolute;
    bottom: -5px;
    left:0;
}

#page_footer
{
    height: 90px;
}

.form_title
{
    width: 180px;
    text-align: left;
    vertical-align: middle;
}

.form_title_img
{
    margin-left: 20px;
}

.form_content
{
    text-align: center;
    height: 32px;
    vertical-align: middle;
}

.form_textbox_normal
{
    width: 200px;
    height: 25px;
    border: none;
    padding: 2px;
    position: absolute;
    top: 5px;
    left: 5px;
    font-family: Arial, Verdana;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    background-color:transparent;
    letter-spacing:1px;
}

.errorMessage
{
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #a42320;
    height: 15px;
    line-height: 15px;
    vertical-align: middle;
    display:inline;
    position: relative;
    left: 7%;
}

.errorLabelContainer
{
    width: 7%;
    height: 5px;
    display: inline;
    float: left;
}

.info
{
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #777777;
}

.link_normal
{
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #384d61;
    text-decoration: none;
}

.link_normal:hover
{
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #384d61;
    text-decoration: underline;
}

.underVline
{
    border-bottom: dashed 1px #BBBBBB;
}

.input_normal
{
    width: 210px;
    height: 29px;
    background-image: url(../images/textbox_back_normal.gif);
    background-repeat: no-repeat;
    position: relative;
}

#recaptcha_input_area
{
    width: 450px;
    height: 200px;
    background-color: green;
}


/*

            Languages


*/




#toolbarLang
{
    float:left;
    height:30px;
    position:relative;
    padding: 0;
    width:170px;
}



#langDropDown {
    width: 170px;
    height:29px;
    position:relative;
    cursor:pointer;

}



.lang_dropdown_normal {
    background-image:url('../images/dropdown_normal.gif');
    background-repeat: no-repeat;
}
.lang_dropdown_over {
    background-image:url('../images/dropdown_over.gif');
    background-repeat: no-repeat;
}


#langWrap {
    width: 170px;
    height:29px;
    position: relative;
}


#langlist {
    display:none;
    bottom:30px;
    display:none;
    height:auto;
    left:0px;
    position:absolute;
    width:310px;
    background:white;
    border:1px solid #666666;
    padding:5px;
    z-index:10000;
}

#langText {
    color:#444444;
    font-family:arial;
    font-size:13px;
    height:29px;
    left:35px;
    position:absolute;
    text-align:left;
    top:5px;
    width:105px;
}


.lang_li_over
{
    background-color: #f0f0f0;
}


li.langlistLI {
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    width:150px;
    height:auto;
    cursor:pointer;
    
}


#langSelectWrap
{
    
    height:30px;
    position:relative;

}


#langTextLI
{
    margin:1px;
    color:#444444;
    font-family:arial;
    font-size:13px;
    height:29px;
    left:35px;
    position:absolute;
    text-align:left;
    top:5px;
    width:105px;
}


.flagLI {
    width: 18px;
    height:12px;
    position:absolute;
    top:9px;
    left:10px;
    background-repeat: no-repeat;
    margin:0;
    padding:0;
    overflow:hidden;
    background-image: url(../images/flags.png);
}






/*  Flags    */

#flag {
    width: 18px;
    height:12px;
    position:absolute;
    bottom:9px;
    left:10px;
    margin:0;
    padding:0;
    overflow:hidden;
    background-repeat: no-repeat;
    background-image: url(../images/flags.png);
}























.langFrench {
    background-position: 0px 0px;
}

.langPolish  {
    background-position: 0px -14px;
}

.langSpanish {
    background-position: 0px -28px;
}

.langItalian {
    background-position: 0px -42px;
}

.langGerman {
    background-position: 0px -56px;
}

.langChinese {
    background-position: 0px -70px;
}

.langSwedish {
    background-position: 0px -84px;
}

.langDutch {
    background-position: 0px -98px;
}

.langPortuguese {
    background-position: 0px -112px;
}

.langHebrew {
    background-position: 0px -126px;
}

.langEnglish {
    background-position: 0px -139px;
}

.langJapanese {
    background-position: 0px -153px;
}

.langKorean {
    background-position: 0px -164px;
}

.langRussian {
    background-position: 0px -178px;
}

.langBrazilian_Portuguese {
    background-position: 0px -191px;
}

.langTurkish {
    background-position: 0px -204px;
}

.langGreek {
    background-position: 0px -217px;
}

.langArabic {
    background-position: 0px -230px;
}

.langIndonesian {
    background-position: 0px -243px;
}

.langRomanian {
    background-position: 0px -256px;
}


.langBulgarian {
    background-position: 0px -269px;
}

.langBengali {
    background-position: 0px -282px;
}



