﻿body {
}
.DefaultForm {
    margin: 0px;
    border: 0px;
    background-color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size:0px;
}
.CrmButton {
background-color: rgb(255,255,255);
background-image: none;
background-repeat: repeat-x;
border-bottom-color: rgb(198,198,198);
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: rgb(198,198,198);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(198,198,198);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(198,198,198);
border-top-style: solid;
border-top-width: 1px;
color: rgb(68,68,68);
direction: ltr;
font-family: 'Segoe UI',Tahoma,Arial;
font-size: 14px;
height: 30px;
line-height: 16px;
min-width: 100px;
padding-left: 5px;
padding-right: 5px;
text-align: center;
white-space: nowrap;
cursor: not-allowed;
}

.CrmButton:hover:enabled
{
    background-color: rgba(177,214,240,1);
    cursor: pointer;
}
