.msgbox-container{
	
    /* top : 50px !important;   */
    position: absolute;
    top: 281px; 
    
}

.msgbox-buttons{
    min-width: 85px;
    cursor: pointer 
}

.msgbox-msg{
    overflow-y: auto !important;
    min-height : 50px;
    max-height : 500px;
    padding: 20px 20px 20px 100px !important;
}

.msgbox-ui{
	border-radius:6px;
	box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 15px;
    font-size: 14px !important;
}	

.msgbox-confirm{
	background: url(images/confirmImg.png) no-repeat 20px 20px;
}

.msgbox-alert{
	background: url(images/alert.png) no-repeat 20px 20px;
}

.msgbox-alert.msgbox-success{
    background-image: url(images/info.png);
}

.msgbox-alert.msgbox-error{
    background-image: url(images/error.png);
}

.msgbox-alert.msgbox-information{
    background-image: url(images/info.png);
}