.jquery_alert {
    border-radius: 0 0 5px 5px;
    color: #FFFFFF;
    left: 50%;
    margin: 0 auto;
    padding: 9px 20px;
    position: fixed;
    top: 0;
    width: auto;
	display:none;
    font-size: 11px;
    font-weight: bold;
}

.jquery_message{
    background-color: #1aa90b;
}

.jquery_warning{
    background-color: red;
}