﻿body {
    background: #f8f8f8;
    font: 16px/1.5 'Microsoft Yahei',Verdana,Helvetica,Arial;
    color: #333;
}

.select-word {
    color: #69be41;
    /*font-weight:bold;*/
}

#tip {
    position: absolute;
    display: none;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border: 5px solid rgba(105,190,60,0.75);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tipBox {
    width: 260px;
    border: 2px solid #69be41;
    padding: 8px 8px 8px 8px;
    background-color: #FFF;
    line-height: 150%;
}
#tip .hjcontent {
    margin-top: 8px;
}
#tip .hjtitle .word {
    font-size: 20px;
}

#tip .hjtitle .close {
    font-size: 20px;
    font-weight: bold;
    color: #69be41;
    float: right;
    top: -25px;
    position: relative;
    text-decoration: none;
}

a.more, a.addmyword, a.login, a.more:visited, a.addmyword:visited, a.login:visited {
    color: #69be41;
    text-decoration: none;
    cursor: pointer;
}
.spell{
    color:green;
}
.login {
    margin: 0px 5px;
}

a.signup, a.signup:visited {
    color: red;
    margin-left: 5px;
    cursor: pointer;
}

#addmywordarea {
    margin-left: 20px;
    float: right;
}

#tip .morearea img {
    vertical-align: middle;
    margin-right: 5px;
}

.tipWord {
    text-align: right;
    font-size: 14px;
    line-height: 200%;
}

    .tipWord a:link, .tipWord a:visited {
        color: #69be41;
    }

.hc_vote {
    height: 24px;
    line-height: 24px;
    background-color: #F2F2F2;
    color: #AEAEAE;
    text-align: right;
    margin: 5px -8px -8px -8px;
    padding-right: 10px;
    font-size: 14px;
}

    .hc_vote a:link, .hc_vote a:visited {
        color: #AEAEAE;
        text-decoration: none;
    }

.select-word {
    /*display: inline-block !important;*/
}

.voice_track {
    display: inline-block !important;
    vertical-align: text-bottom;
}

.voice-icon{
    display: inline-block;
    cursor: pointer;
    background: url(../images/voice-icon.png?t=0326) no-repeat;
    background-size: 24px 125px;
}

.voice-style1{
    width: 24px !important;
    height: 24px;
    margin-right: 5px;
    margin-bottom: -2px;
    margin-top: 3px;
    border: 0 !important;
}