/* Errors */
#greenalert {
font-size:14px;
background: #c0ffc0;
background-position: 15px 50%; /* x-pos y-pos */
text-align: center;
margin-top: 15px;
padding-top: 5px;
padding-bottom: 5px;
border-top: 2px solid #00c000;
border-bottom: 2px solid #00c000;
border-left:2px solid #00c000;
border-right:2px solid #00c000;
width:60%;
}
	
#yellowalert {
font-size:14px;
background: #fff6bf;
background-position: 15px 50%; /* x-pos y-pos */
text-align: left;
margin-top: 15px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
border-top: 2px solid #ffd324;
border-bottom: 2px solid #ffd324;
border-left:2px solid #ffd324;
border-right:2px solid #ffd324;
width:60%;
}