#browsercheck{
    display: none;
}
#browsercheck, #browserCheckDialog{
    padding: 48px 10px 10px 28px;
    position: relative;
    height: 507px;
    overflow: hidden;
    background: white;
    text-align: left;
    display: none;
}
.ui-dialog.browserCheckDialog_wrapper{
    border: 1px solid #535455;
    border-radius: 0;
    font-size: 14px;
}
.ui-dialog.ui-widget-content.browserCheckDialog_wrapper{
    z-index: 2003 !important;
}
#browserCheckDialog{
    width: 537px !important;
}
.browserCheck .close-btn{
    position: absolute;
    top: 18px;
    right: 15px;
    cursor: pointer;
    width:14px;
    height: 10px;
    background: white no-repeat url(../images/bg/browser_close.png);
}

#browsercheck .close-btn{
    background: none;
}
.alert_icon_warning{
    padding: 5px 10px 5px 60px;
    height: 44px;
    background: white url(../images/alert_icon.png) no-repeat;
}
ul.supported_browser_list, ul.browser_min_version_list{
    padding: 0;
    margin: 0;
}
ul.browser_min_version_list li, ul.supported_browser_list li{
    list-style: none;
}
ul.supported_browser_list li{
    float: left;
    text-align: center;
    margin: 0 60px 0 0;
}
ul.supported_browser_list li a{
    background: transparent;
    height: 29px;
    line-height: 29px;
    color: white !important;
}

ul.supported_browser_list li a:visited , ul.supported_browser_list li a:hover{
    text-decoration: none !important;
    color: white  !important;
}

.clear{
    float: none;
    clear: both;
}

.browser_img{
    margin-bottom: 5px;
}

.browser_link .left_side, .browser_link .right_side, .browser_link .center_side{
    height: 29px;
    line-height: 29px;
    float: left;
}
.browser_link .left_side, .browser_link .right_side{
    width: 3px;
}

.browser_link .left_side{
    background: #00bbcf no-repeat url(../images/bg/browser_link_left.png);
}

.browser_link .right_side{
    background: #00bbcf no-repeat url(../images/bg/browser_link_right.png);
}

.browser_link .center_side{
    padding: 0 15px;
    background: #00bbcf repeat-x url(../images/bg/browser_link_center.png);
}

.margin-0{
    margin: 0 !important;
}

.ui-draggable .ui-dialog-titlebar {
    display: none;
}

.ui-dialog{
    background: none;
    border: 0;
    overflow: hidden;
    padding: 0;
}

.mobileBrowserCheck{
    background: #f4f4f4 repeat-x url(../images/bg/mobile_check.png);
    height: 119px;
    border: 1px solid #bfbdbe;
    text-align: center;
    position: relative;
    margin-bottom: 24px;
}
.mobileBrowserCheck .close-btn{
    position: absolute;
    right: 20px;
    top: 15px;
}
.mobileBrowserCheck .close-btn a{
    font-size: 0.9em !important;
}
.mobileBrowserCheck a{
    color: #00bcce !important;
    text-decoration: underline !important;
}
.mobileBrowserCheck .content{
    margin-top: 28px;
}