
* {
    outline: medium none;
}

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    background-color: #FFFFFF;
    color: #444444;
    font-size: 12px;
    font-family: Tahoma, Arial, 'Microsoft Yahei';
    background-color: #FFFFFF;
    line-height: 1.666;
}

html, body, div, form, input, textarea, span, img, iframe, ul, ol, li, b, em, i, a {
    margin: 0;
    border: 0;
    padding: 0;
}

html, body {
    scrollbar-base-color: #dddddd;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-highlight-color: #dddddd;
    scrollbar-shadow-color: #ffffff;
    scrollbar-darkshadow-color: #ffffff;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #999999;
}

input, select, button, textarea, table {
    font-family: inherit;
    font-size: 12px;
    color: #444444;
}

textarea {
    resize: none;
    font-size: 14px;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

ul, ol {
    list-style: none outside none;
}

a {
    color: #444444;
    cursor: pointer;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: none;
}

[draggable="true"], .draggable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.ico_wrap {
    position: absolute;
    line-height: 0;
    font-size: 0;
    white-space: nowrap;
    border: none;
}

.ico_wrap_middle {
    top: 50%;
}

.ico {
    font-weight: normal;
    line-height: normal;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    zoom: 1;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.ico_middle {
    position: relative;
    bottom: 50%;
}