@CHARSET "UTF-8";

.textarea {
    width: 763.39px; 
    min-height: 20px; 
    max-height: 300px;
    _height: 120px; 
    margin-right: auto; 
    padding: 3px; 
    outline: 0; 
    border: 1px solid #a0b3d6; 
    font-size: 14px; 
    line-height: 24px;
    padding: 2px;
    word-wrap: break-word;
    overflow-x: hidden;
    overflow-y: auto;

    border-color: rgba(82, 168, 236, 0.8);
	

}