.msg_good	{
width:95%;
height:15px;
float: left;
padding:5px 10px 20px 40px;
margin-top: -20px;
margin-bottom: 10px;
border: 2px solid #01cc00;
background: #aef1b4; 
font-family: arial, sans-serif;
font-size: 1.5em;
font-weight: bold;
color: #3aaf7e;
-moz-border-radius: 5px;  
-webkit-border-radius: 5px;
background-image: url('../icons/tick.png');
background-repeat: no-repeat;
background-position: 5px 2px;
}

.msg_bad	{
width:95%;
height:15px;
float: left;
padding:11px 10px 10px 40px;
margin-top: -30px;
border: 2px solid #ff0000;
background: #ffd0d0; 
font-family: arial, sans-serif;
font-size: 1.0em;
font-weight: bold;
color: #ff0000;
-moz-border-radius: 5px;  
-webkit-border-radius: 5px; 
background-image: url('../icons/cross.png');
background-repeat: no-repeat;
background-position: 5px 3px;
}