﻿div.RadGrid div.rgEditForm div.rgHeader {
    height: 40px !important;
    font-family: Arial;
    font-size: large;
    color: white;
    background-color: rgb(49,147,192);
 

}

div.RadGrid div.rgEditForm {
    height: 150px;
    border-color: rgb(75,75,75);
    font-family: Arial;
    font-size: large;
}

 
