#inpostFeedback label {
    display: block;   
    font-weight: bold; 
}
#inpostFeedback textarea {
    display: block;
    width: 100%;
    height: 150px;
    outline: none;
}

#inpostFeedbackInput {}
#inpostFeedbackFile {}
#inpostFeedbackButton {    
    left: calc(50% - 70px);
    width: 140px;
    height: 30px;
    background: RGBA(0,90,255,1.00);
    color: #fff; 
    font-weight: bold;
    border: 0px;
    border-radius: 7px;
    cursor: pointer;
}
.inpostFeedbackButtonInit {
    position: fixed;
    /* left: calc(50% - 70px); */
    width: 140px;
    height: 40px;
    background: RGBA(0,90,255,1.00);
    color: #fff; 
    font-weight: bold;
    border: 0px;
    border-radius: 7px;
    cursor: pointer;
    right: -55px;
    top: 185px;
    transform:rotate(-90deg); 
    -webkit-transform:rotate(-90deg); 
    -moz-transform:rotate(-90deg); 
    -o-transform:rotate(-90deg);
}