body{background-color: #ededed;}
.editor_side_r form{margin:0px!important;}
.mainBrowser {
    /* position:fixed; */
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0,0,0,0.3);
    z-index:101;
    display: none;
}
.mainBody {
    background-color: #EDEDED;
    position: relative;
    border-radius: 0 0 4px 4px ;
}
.avatar {
    width: 220px;
    height :220px;
    /*position: absolute;*/
    background-color: #D8D8D8;
    border: 1px solid #EDEDED;
    border-radius: 110px;
    left:62px;
    display: inline-block;
    margin:50px 0 0 40px;
}
.avatar img {
    text-align: center;
    margin-top:52px;
    margin-left:71px;
    display: block;
}
.avatar span {
    color: #808080;
    font-size: 14px;
    margin-top: 15px;
    width: 100%;
    display: block;
    text-align: center;
}
.authCode {
    display: inline-block;
    width: 80px;
    height:30px;
    background-color: #333333;
    position: absolute;
    left:295px;
    top: 12px;
    margin:auto 0;
    /*padding-top: 12px;*/
}
.accessoryMsg {
    background-color: #990034;
    display: block;
    width: 100%;
    height:50px;
    margin-top: -6px;
}
.mainBody .blessingBlock {
    width: 600px;
    margin-top: 50px;
    margin-left: 44px;
    margin-bottom:  50px;
}
.mainBody .blessingBlock input {
    line-height: 48px;
    height:48px;
    margin-bottom: 20px;
    width:280px;
    border:1px solid #DEDEDE;
    border-radius: 4px;
    padding-left: 20px;
    box-sizing: border-box;
}
.mainBody .blessingBlock textarea {
    border:1px solid #DEDEDE;
    width:450px;
    height:120px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-top: 20px;
    box-sizing: border-box;
}
.mainBody .blessingBlock #sendBlessBtn {
    display: block;
    height: 48px;
    width:180px;
    background-color: #990034;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
}
.imageDesc {
    line-height: 50px;
    margin-left: 20px;
    font-size: 16px;
    color: #ffffff;
}
.close {
    line-height: 50px;
    text-align: center;
    font-weight: 900;
    font-size: 30px;
    width: 60px;
    height:50px;
    display: block;
    float: right;
    border-left: 1px solid rgba(255,255,255,0.15);
}

.img-container {
    background-color: #f7f7f7;
    width: 220px;
    text-align: center;
    height:220px;
    margin-left: 45px;
    margin-top: 50px;
}

.img-container > img {
    max-width: 100%;
}

.img-preview > img {
    max-width: 100%;
}

#filePicker {
    margin-left: 100px;
    margin-top: 20px;
    top:20px;
    display: block;
    height:35px;
}
.webuploader-pick {
    background-color: #990034;
    border: none;
}

#msg {
    display: none;
    margin-top: 5px;
}