/* error start */
form ul.form-error {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    position: relative; top: 4px;
    cursor: pointer;
    clear: both;
}
form ul.form-error li {
    position: absolute; font-size: 11px; 
    padding: 5px; color: #e31601;
    border: 1px solid #e31601;
    background: #fff;
    z-index: 1;
  -moz-box-shadow: 3px 3px 3px #555;
  -webkit-box-shadow: 3px 3px 3px #555;
  box-shadow: 3px 3px 3px #555;}
form ul.form-error li:before {
    content:" ";
    display: block;
    position: absolute;
    top: -10px;
    left: 10px;
    width: 0px;
    height: 0px;
    border: 5px solid transparent;
    border-bottom-color: #e31601;}
/* error end */
