.alert {
    border:0px solid #999999;
    border-radius:3px;
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.alert-danger {
    color:#FFFFFF !important;
    background-color: #B31B1B !important;
}

.alert-info {
    color:#FFFFFF !important;
    background-color: #4284C1 !important;
}

.alert-warning {
    color:#FFFFFF !important;
    background-color: #C6861F !important;
}

.alert-success {
    color:#FFFFFF !important;
    background-color: #285073 !important;
}

.ui-pnotify  {
	right:5px;
	top:5px;
}