 #myControl   {
		position: absolute;
		width: 50px;
		Border-Color : #ffffff;
		Border-Bottom-Style:solid;
		Border-Bottom-Width:1px;
		z-index: 200;	
		background: transparent;
		Margin-left : 659px;
		Margin-right : 0px;
	   
   }

.parent1{
	Background : #transparent;
	Border-Color : #006699;
	Border-Style : none;
	Border-Top-Style : solid;
	Border-Width : 0pt 0pt 0pt 0pt;
	Height : 465px;
	Position : relative;
	Width : 708px;
	Margin-left : 0px;
	Margin-right : 0px;
	}  
span.checkbox {
      width: 20px;
      height: 20px;
      padding: 0 5px 0 0;
      background: url(<CFOUTPUT>#baseURL#</CFOUTPUT>/images/checkbox.png) no-repeat;
      display: block;
      clear: left;
      float: left;
    }
    span.radio {
      width: 19px;
      height: 25px;
      padding: 0 5px 0 0;
      background: url(<CFOUTPUT>#baseURL#</CFOUTPUT>/images/radio.png) no-repeat;
      display: block;
      clear: left;
      float: left;
    }
    span.select {
      position: absolute;
      width: 188px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
      height: 21px;
      padding: 0 24px 0 8px;
      color: #333;
      font: 12px/19px arial,sans-serif;
    	background: url(<CFOUTPUT>#baseURL#</CFOUTPUT>/images/select.png) no-repeat;
      overflow: hidden;
    }
	
