div.alerter {
   position: fixed;
bottom: 1px;
z-index: 1000;
padding: 0px 15px;
}

div.alerter div.message {
    background-color: #47b0d6;
    color: white;
    padding: 10px 30px;
    margin-bottom: 3px;
    min-width: 250px;
    text-align: center;
    cursor: pointer;
	position:relative;
	z-index:10;
}