﻿.c-button .dxbf, .c-buttonsecondary .dxbf, .dxbf
{
    color: Black;
}

.c-buttonsecondary, .c-button
{
    padding: 0 18px;
    height: 29px;
    font-size: 14px;
    font-weight:bold;
    color: white;
    text-shadow: 0 1px black;
    background: white;
    border: 0px solid;
    border-color: #b4ccce #b3c0c8 #9eb9c2;
    border-radius: 9px;
    outline: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-image: linear-gradient(to bottom,lightblue, blue);
    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
    margin: 5px 5px 5px 5px;
}



.c-button span
{
    line-height: 15px;
}

.c-button:hover
{
    cursor: pointer;
    color: #000000;
}

  .LoginHeader
        {
            background-color: #D31145;
            font-family: Arial;
            font-size: 11px;
            color: #FFFFFF;
            line-height: 14px;
            text-align: left;
            font-weight: bold;
        }
        
 .c-requiredfield
{
    border-left: 5px solid rgb(255, 108, 108) !important;
    
}

.div
{
    
    border-top-left-radius: 2em;
    background-color: #336699;
}


.BtnStyle
{
    border: thin ridge #339966;
    background-color: #339966;
    font-family: Calibri;
    font-weight: bold;
    color: white;
    border-radius: 7px;
    font-size: 14px;
}

.BtnStyle1
{ 
border: thin ridge #FF0000; 
background-color: #C0C0C0; 
font-family:Verdana,Arial, Helvetica, sans-serif; 
font-size:10pt; 
font-weight: bold; 
color:black; 
border-radius: 10px; 

}

.fieldset
{
    /* border: 1px solid #999;
    border-radius: 8px;
    box-shadow: 0 0 10px #999;
    border-color: Blue;
    font-weight: bold;*/
    border: 1px solid #0066CC;
    border-radius: 8px;
    box-shadow: 0 0 10px #0066CC;
    font-weight: bold;
}     

    legend {
    color:#0000FF;
    }
