label {
  color: #CC2A41;
  position: relative;
  top: 7px;
}

input[type=checkbox] { 
  position: relative;
  top: 0;
}

ul.error_list, ul.success_list
{
  background: #990000;
  color: white;
  font-weight: bold;
  line-height: 1;
  list-style-type: none;
  padding: 5px;
  margin: 0;
}

ul.success_list { background: green; }

ul.tag_list
{
  margin: 0;
  padding: 0;
}

ul.tag_list li 
{
  background: #CC2A41;
  color: white;
  cursor: pointer;
  display: block;
  float: left;
  font-weight: bold;
  margin: 0.1em 0.2em 0.1em 0;
  padding: 0.3em 0.7em;
  
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

select { font-size: 1.1em; padding: 0.24em; margin: 0.4em 0; }
