#x-growl-ct {
	position: absolute;
    z-index: 1000000;
    width: 270px;
    opacity: 0.9;
    font-size: 12px;
}
.x-growl-msg {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    
    position: relative;
    margin-bottom: 5px;
    padding: 10px;
    width: 250px;
    
    font-family: lucida grande,tahoma,arial,veranda,sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #2f64b0;
    text-shadow: none;
    color: #FFFFFF;
}
.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: 10px;
}
.x-growl-msg-title {
    font-size: 1.3em;
    font-weight: bold;
}

.x-growl-msg-close {
    background: transparent url("images/ext/ux/growl/growl_close.png") no-repeat scroll 0 0;
    position: absolute;
    display: none;
    cursor: pointer;
    height: 22px;
    width: 22px;
    right: 5px;
    top: 5px;
}

.x-growl-icon {

}
