ul.error{
  padding: 5px;
  background-color: #FFAFAF;
  border: 1px #A62424 dashed;
  color: #A62424;
  font-weight: bolder;
  margin-right: 75px;
}

ul.error li{

  color: black;
  list-style: none;
  font-weight: none;

}

form{
  padding: 10px;
  padding-left: 30px;
  background-color: #FFDC73;
  margin-left: 10px;
}

label{
  margin-top: 10px;
  margin-bottom: 5px;
  width: 300px;
  display: block;
}

label.error{
  color: #A62424;
  font-weight: bolder;
}

.buttons{
  margin-top: 10px;
}

/* BUTTONS */

.buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}

button:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}






