﻿ul {
    padding: 0;
}
li {
    list-style: none;
}


.alert_r, .alert_g, .alert_y {
    position:fixed; top:140px; left:30%; width:40%; padding:10px; z-index:10000; text-align:center;
}
.alert_r{ border: 1px solid #ffafa6; background: #ffcec9; }
.alert_y{ border: 1px solid #ffefb7; background: #fff9e6; }
.alert_g{ border: 1px solid #acffd5; background: #d3ffe9; }
