﻿.Formlabel {
    color: gray;
    font-size: 14px;
}
 .lblalign {
        text-align: left;
    }
.buttonAll {
    background-color:#3b7be2;
    color:#ffffff;
    border:1px solid white;
    border-radius:4px;
    padding:5px;
     width: 120px;
        height: 35px;
}
 .buttonAll:hover {
        width: 130px;
        height: 40px;
        font-size: 15px;
    }