Text Box (Non-login)
				1 #text-cover
#text-cover {
    font: normal 15px Arial;
    color: #000;
    border: 1px solid #b4b4b4;
    background: #fcfcfc;
    height: 44px;
}
				2 #text-input[contenteditable="false"]
#text-input[contenteditable="false"] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}