
.myAlert-top{
    position: fixed;
    top: 50px;
    left:2%;
    width: 96%;
	z-index:9999;
	margin:auto; 
	display:table;
	background-color: rgb(240, 220, 200);	
}

.myAlert-top-hidden{
    position: fixed;
    bottom: 50px;
    left:2%;
    width: 96%;
	z-index:9999;
	margin:auto; 
	display:none;
}

.myAlert-bottom{
    position: fixed;
    bottom: 50px;
    left:2%;
    width: 96%;
	z-index:9999;
	margin:auto; 
	display:table;
	background-color: rgb(240, 220, 200);
}

.myAlert-bottom-hidden{
    position: fixed;
    bottom: 50px;
    left:2%;
    width: 96%;
	z-index:9999;
	margin:auto; 
	display:none;
}

