.hintTextWrap {
    display: none; 
    position: absolute;
   	top: -9px;
    left: 608px;
    z-index: 100;
}
    
.hintText {
    width: 120px;
    background: #000;
    padding: 5px 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    text-align
}
.nhintTextWrap {
    display: none; 
    position: absolute;
    top: -9px;
    left: 732px;
    z-index: 100;
}
    
.nhintText {
    width: 120px;
    background: #000;
    padding: 5px 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    text-align: left;

}

.add_input #J-netweburl {
    width: 900px;
    
}
.webupload {
    position: relative;
    top: 10px;
    right: 0px;
    width: 107px;
    height: 30px;
}