.IEWarningModal .modal-content {
        	border-radius: 0px;
        	background-color: #a82c02; 
            border: 1px solid transparent !important;
            border-radius: 0px !important;
            box-shadow: 0 2px 4px 0 #898989 !important;
            white-space: normal !important;
           
        }        
        .IEWarningModal .modal .modal-dialog .modal-content { 
        	border-radius: 0px;
        	border: 1px solid transparent !important;
            border-radius: 0px !important;
            box-shadow: 0 2px 4px 0 #898989 !important;
            white-space: normal !important;
        }             
        .leftColumn {
        	width:20%;
        	padding: 3%;
        }        
        .rightColumn {
        	width:80%;
        	border-left:2px solid #fff;
        }        
        .rightInnerDiv {
        	padding-top: 3%;
            padding-bottom: 3%;
            padding-left: 10%;
            padding-right: 10%;
        }              
        .msgText {
        	color: #fff;
    		font-weight: 600;
        	display: inline-block;
        }  

        .msgText1 {
        	color: #fff;
    		font-weight: 600;
        	display: inline-block;
            font-size: 140%;
        }                      
        .successIcon {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
        	margin-left: 2%;
        }  
        .closeButton {
        	margin-right: 5px ! important;
        	opacity: 1;
        }       