#x-growl-ct {position: absolute; z-index: 100000; width: 420px;}
.x-growl-msg {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-radius: 4px;

	border: 1px solid #B7C7DC;
    
    position: relative;
    margin-bottom: 5px;
    padding: 10px;
    width: 400px;
    
    font-family: lucida grande,tahoma,arial,veranda,sans-serif;
    background-color: rgba(204, 216, 231, 1);
    
    color: #333;
}
.x-growl-msg-has-title .x-growl-msg-title {margin-bottom: 10px;}
.x-growl-msg-has-icon .x-growl-msg-title,
.x-growl-msg-has-icon .x-growl-msg-body {margin-left: 35px;}
.x-growl-msg-title {font-size: 13px; font-weight: bold; text-shadow: #fff 0 1px 1px;}
.x-growl-msg-body {font-size: 12px;}

.x-growl-msg-close {
    background: transparent url("../../icons/fugue356/icons/cross-small.png") no-repeat scroll 0px 0px;
    position: absolute;
    display: none;
    cursor: pointer;
    height: 16px;
    width: 16px;
    right: 5px;
    top: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	border-radius: 2px;
    border: 1px solid #B7C7DC;
}


.x-growl-icon-note-24 {
    background-image: url("../../icons/fugue356/bonus/icons-24/information.png");
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-color: #EDF9F9;
    color: #2D6E7E !important;
    border: 1px solid #00A0A6  !important;
}

.x-growl-icon-cross-24 {
    background-image: url("../../icons/fugue356/bonus/icons-24/cross.png");
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-color: #FBEDED;
    color: #CF0041 !important;
    border: 1px solid #C60000  !important;
}

.x-growl-icon-tick-24 {
    background-image: url("../../icons/fugue356/bonus/icons-24/tick.png");
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-color: #EDF9ED;
    color: #41A641 !important;
    border: 1px solid #00A600  !important;
}