

.jquery-message {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
    position: absolute;
    top: 250px;
	/*bottom: 50px;*/
    left: 35%;
    width: 30%;
    color: white;
    background-color: green;
    text-align: center;
    display: none;
    opacity: 0;
    z-index: 999;
	border: solid 1px white;
	padding: 15px 0 15px 0;
}

.red{
background-color: red;
}


.jquery-message p {
    padding: .3em;
    display: inline;
	color: white;
}


.jquery-message a {
    display: none;
}