body
{
    font-family: Segoe UI, Tahoma, Arial;
    background-color: #e9edf1;
}

TD
{
    font-size: 11px
}

TD.ms-crm-Dialog-Header
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height:		45px;
    vertical-align:	top;
    padding:		3px;
    border-bottom-color: #a4abb2;
    background-color:#ffffff;
  }

TD.ms-crm-Dialog-Footer
{
    background-color: #e9edf1;
    border-top-color: #a4abb2;
    padding-bottom: 5px;
    height: 20px;
    padding-top: 5px;
}

DIV.ms-crm-Dialog-Header-Desc
{
padding-top:	4px;
padding-left:	5px;
}

DIV.ms-crm-Dialog-Desc
{
padding-top:	4px;
padding-left:	6px;
}

DIV.ms-crm-Dialog-Header-Title
{
    color: #000000;
    padding-left: 5px;
    font-weight: bold;
    font-size: 13px;
}

DIV.ms-crm-Dialog-Header-Desc
{
    color: #000000;
    padding-left: 5px;
    padding-top: 4px;
}

DIV.ms-crm-Dialog-Main
{
    
    background-color: #e9edf1;
    color: #000000;
     padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    height: 100%;
    vertical-align: top;
    padding-top: 2px;
    overflow: auto;
    border-bottom: 1px solid;
    border-bottom-color: #a4abb2;

}

select.ms-crm-SelectBox
{
    width:100%;
    color: #000000;
    font-size:11px;
}

button
{
    
    font-size:11px;
    text-align: center;
    line-height: 16px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Segoe UI, Tahoma, Arial;
    background-repeat: repeat-x;
    height: 22px;
    width: 60px;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
    cursor: pointer;
    background-image: url("/_imgs/theme/Outlook14Silver/ButtonNormalGradient.png?ver=799703165"); 
    border-color: #666666;
}

input, select, textarea {
	margin:3px;
	box-sizing: border-box;
}

input.ms-crm-Text
{
    width: 100%;
    float: left;
    margin-bottom: 3px;
    margin-top: 3px;
    margin-left: 3px;
    margin-right: 3px;

    
}

#loading { 
  width: 16px; 
  height: 16px; 
  position: fixed; 
  display: block; 
  opacity: 0.7; 
  z-index: 99; 
  text-align: center; 
} 
 