/* CSS Document */

     span.checkbox {
      width: 20px;
      height: 22px;
      padding: 0 5px 0 0;
      background: url(../images/checkbox.png) no-repeat;
      display: block;
      clear: left;
      float: left;
	  position:relative;
	  left:116px;
	  top:-7px;
    }
	
	     span.checkboxnew {
      width: 20px;
      height: 22px;
      padding: 0 5px 0 0;
      background: url(../images/checkbox.png) no-repeat;
      display: block;
      clear: left;
      float: left;
	  position:relative;
	  left:105px;
	  top:-7px;
    }

   span.radio {
     width: 19px;
     height: 25px;
     padding: 0 5px 0 0;
     background: url(radio.png) no-repeat;
     display: block;
     clear: left;
     float: left;
   }
   
      span.select {
     position: absolute;
     width: 39px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
     height: 22px;
     padding: 0 12px 0 8px;
     color: #fff;
     font: 12px/21px arial,sans-serif;
     background: url(../images/date.gif) no-repeat;
     overflow: hidden;
	 color:#000000;
   }
   
   span.selectMonth {
     position: absolute;
     width: 82px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
     height: 22px;
     padding: 0 12px 0 8px;
     color: #fff;
     font: 12px/21px arial,sans-serif;
     background: url(../images/month.gif) no-repeat;
     overflow: hidden;
	 color:#000000;
   }
   
   span.selectYear {
     position: absolute;
     width: 49px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
     height: 22px;
     padding: 0 12px 0 8px;
     color: #fff;
     font: 12px/21px arial,sans-serif;
     background: url(../images/year.gif) no-repeat;
     overflow: hidden;
	 color:#000000;
   }
   
         span.select-one {
     position: absolute;
     width: 88px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
     height: 22px;
     padding: 0 12px 0 8px;
     color: #fff;
     font: 12px/21px arial,sans-serif;
     background: url(../images/month.gif) no-repeat;
     overflow: hidden;
	 color:#000000;
   }
   
         span.select-new {
     position: absolute;
     width: 49px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
     height: 22px;
     padding: 0 12px 0 8px;
     color: #fff;
     font: 12px/21px arial,sans-serif;
     background: url(../images/year.gif) no-repeat;
     overflow: hidden;
	 color:#000000;
   }
   
  
   
