﻿.button  
{
    background-color: #18d26e; 
    border: none; 
    color: #fff; 
    padding: 5px 5px 5px 5px; 
    text-align: center; 
    text-decoration: none; 
    display: inline-block; 
    font-size: 12px; 
    margin:0px 0px 0px 0px ; 
    -webkit-transition-duration: 0.5s; 
    transition-duration: 0.5s; 
    cursor: pointer; 
    }
.button4
{
    background-color: #18d26e; 
    font-weight:bold;
    color: #fff; 
    border: #464B4E; 
    width: 60px;
    height:25px;
    text-align:center;
    border-radius: 0px;
}
.button4:hover 
{
    background-color: #13a456;
   font-weight:bold;
    color: #fff; 
   border:  white; 
    height:25px;
   width: 60px;
   text-align:center;
   border-radius: 0px;
    }

.button5
{
    background-color: #464B4E; 
    font-weight:bold;
    color: white; 
    border: #464B4E; 
    width: 40px;
    text-align:center;
    border-radius: 0px;
    }
.button5:hover 
{
    background-color: white;
    font-weight:bold;
    color: #464B4E; 
   border:  white; 
   width: 40px;
   text-align:center;
   border-radius: 0px;
    }

.button60
{
    background-color:Orange; 
    font-weight:bold;
    color: white; 
    border: Orange; 
    width: 100px;
    text-align:center;
    border-radius: 0px;
    }
.button60:hover 
{
    background-color: white;
    font-weight:bold;
    color: Orange; 
   border:  white; 
   width: 100px;
   text-align:center;
   border-radius: 0px;
    }
    
.lblheader
{
    font-family:Times New Roman;
    height:25px;
    width:100%;
    font-size:small;
    font-style:normal;
    font-weight:bold;
    forecolor:black;
    backcolor:#d4d6d7;
    text-align:center;
    
}
.button8
{
    background-color: #464B4E; 
    font-weight:bold;
    font-size:small;
    color: white; 
    border: #464B4E; 
    width: 50px;
    height:25px;
    text-align:center;
    border-radius: 0px;
}
.button8:hover 
{
    background-color: white;
   font-weight:bold;
    font-size:small;
    color: #464B4E; 
   border:  white; 
    height:25px;
   width: 50px;
   text-align:center;
   border-radius: 0px;
    }
