.errors {
  color: #f00;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;	
}
#error {
  width: 600px;
  margin: 0 0 20px 0;
  padding: 5px 15px 5px 65px;
  border: 1px dashed #f00;
  color: #390b17;
  background: #fff url(/sher-link/common/sales_tools/images/bg/warning.gif) 15px 50% no-repeat;
  font-family: Helvetica, Sans-Serif, Arial;
  font-size: 11px;  
  min-height:30px;
}

#error p {
  margin: 0;
}

#error ul {
  margin: 0 0 0 5px;
}

#error ul li {
  font-size: 105%;
  color: #f00;
}

#success {
  width: 600px;
  margin: 10px 10px 10px 10px;
  padding: 5px 10px 5px 65px;
  border: 1px dashed #008000;
  color: #390b17;
  background: #fff url(../images/success.jpg) 15px 50% no-repeat;
  font-family: Helvetica, Sans-Serif, Arial;
  font-size: 11px;  
}

#success p {
  margin: 2px;
  text-align:left;
  color: #008000;
  font-weight:bold;
}

#success ul {
  margin: 0px 5px 5px 15px;
  text-align:left;
}

#success ul li {
  font-size: 105%;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #008000;
  text-align:left;
}