@charset "utf-8";


.w80 {
  width: 80px;
  *width: 70px;
}

.w180 {
  width: 180px;
  *width: 170px;
}

input[type="radio"]{
  width: auto;
  margin-right: 10px;
margin-left: 20px;
border: none !important;
}  

