@charset "utf-8";
/* CSS Document */


@media screen and (max-width: 640px) {

ul.item li{
  line-height: 200%;
}

 }/*end*/
 
.errorInline{
  background-color: #FFF3F3;
  display:block;
  border: 1px solid #CC0000;
  padding: 3px;
  margin-bottom: 7px;
}
