
/** duplicate appraisal in last 90 days alert box **/
    .dupApprAlertBox {
        border:             solid 1px #900000;
        border-radius:      5px;
        -moz-border-radius: 5px;
        font-size:          12px;
        width:              400px;
        margin:             30px auto;
        padding:            10px;
    }
    
    .dupApprAlertTitle {
        font-size:          20px;
        text-align:         center;
        color:              #DE5D2A;
        font-weight:        bold;
    }
    
    .dupApprAlertBody {
        color:    #333;
    }
    
    .dupApprAlertBody span {
        color:              #DE5D2A;
        font-weight:        bold;
    }
    
    .dupApprAlertBody div {
        text-align:         center;
    }
    
    .dupApprAlertBody p {
        margin:      0px 0px 5px 0px; 
    }
    
    .dupApprAlertBody input {
        
    }
    
    

