.themeOfMessage {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.askQuestionBlock {
    display: none;
}

.themeStyleBlock {
    margin-top: 20px;
    margin-bottom: -20px;
}

.themeStyleInput {
    font-size: 18px;
    width: 200px;
    height: 23px;
    margin: auto;
    border: 1px solid;
    border-color: white;
    background-color: white;
    border-radius: 5px;
    text-align: left;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.textareaBlock {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    margin: auto;
    display: block;
    max-width: 65%;

}

textarea {
    overflow: auto;
    outline: none;
    -moz-appearance: none;
    border: 1px solid white;
    /* указание этого свойства также удалит обводку в FireFox */
    resize: none;
    border-radius: 5px;
    margin: auto;
    padding: 10px;
    font-size: 18px;
}

textarea:focus {
    border-bottom: 1px solid white;
}

.buttonSaveMessage,
.buttonSaveMessage:hover,
.buttonSaveMessage:focus {
    display: block;
    border: none !important;
    border-radius: 20px !important;
    width: 227px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background: #31313a !important;
    color: white !important;
    font-size: 11pt;
    cursor: pointer;
    text-align: center;
    margin: auto;
    height: 17px;
    position: relative;
}

.buttonSaveMessage:hover {
    background: #494949 !important;
}

.buttonMessageIcon {
    font-size: 13pt;
    position: absolute;
    left: 17px;
}

.buttonMessageText {
    font-size: 11pt;
    position: absolute;
    left: 46px;
}

.attachButton {
    width: 15px;
    height: 15px;
    position: relative;
    left: 635px;
    top: 45px;
    color: #494949;
    background-color: rgba(235, 235, 235, 1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .0), 23px 0 20px -23px rgba(0, 0, 0, .0), 0 0 40px rgba(0, 0, 0, .05) inset;
    font-size: 26px;
    text-align: center;
    padding: 15px;
    cursor: pointer;
    transition: background .2s ease;
    display: block;
    border-radius: 8px;
    opacity: 1;
    z-index: 9999;

}

.attachIcon {
    position: relative;
    top: -7px;
    left: -5px;
}
#attachButton input[type=file]{
    cursor: pointer;
}

.attachButton:hover {
    background-color: #eeeeee;
    color: #ed1c24;
    opacity: 1;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .5), -23px 0 20px -23px rgba(0, 0, 0, .0), 23px 0 20px -23px rgba(0, 0, 0, .0), 0 0 40px rgba(0, 0, 0, .05) inset;

}

#captchaID > div {
    width: 100% !important;
    text-align: center;
    margin-top: 20px;
}