﻿
#MainContent_CheckBoxIsYearly
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
   /* FF */
  width: 1px !important;
  height: 14px !important;
   border: 1px solid !important;
  -moz-transform: none;
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
 
  
}

