﻿#eCrmMask       
{
    position:absolute;   
    left:0;   
    top:0;   
    z-index:9000;   
    background-color:#A0A0A0;   
    display:none;   
}        

#eCrmBoxes .eCrmWindow 
{  
    position:absolute;  
    left:0;  
    top:0;  
    display:none;  
    z-index:9999;  
    padding:20px;  
}

#eCrmBoxes #eCrmModalWindow 
{  
    width:450px;   
    height:auto;  
    padding:10px;  
    background-color:#ffffff;  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#eCrmValidEmail
{  
    margin-top: 4px;  
    margin-left: 9px;  
    position: absolute;  
    width: 16px;  
    height: 16px;  
}  

.eCrmError
{
    color:Red;
}

input.eCrmInput
{
    font-size:11px;
    width:200px;
}
select.eCrmInput
{
    font-size:11px;
    width:200px;
}
