@import "global.css";

textarea.inputText{
    height: 150px !important;
    width: 500px !important;
    resize: both;
}
#news .news_title{
    line-height: 15px;
    font-size: 16px;
}
#news .content{
    text-indent: 15px;
    text-align:left;
    font-size: 14px;
    line-height: 16px;
}
textarea.complexField{
    width:300px!important;
}
input.size_input{
    margin-bottom: 10px;
}