/* #showmsg .warning{margin:5px 0;padding:3px 8px;background-color:#9CF;border:1px solid #0CF;color:#039}
#showmsg .error{margin:5px 0;padding:3px 8px;background-color:#FBE3E4;border:1px solid #FBC2C4;color:#8a1f11}
#showmsg .success{margin:5px 0;padding:3px 8px;background-color:#e3f8bf;border:1px solid #9bd23a;color:#5e8a11} */

#showmsg .success
{
  background: #fcf8e3;
  border: 1px solid #faebcc;
  color: #8a6d3b;
  margin: 10px 0 20px 0;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
}

#showmsg .error,
#showmsg .warning{
background-color: #f2dede;
color: #a94442;
border: 1px solid #ebccd1;
margin: 10px 0 20px 0;
padding: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 13px;
}
