.ejemplo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.input2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: url(textf.gif) ;
	background-color: #085C1F;
	border: 0px solid #085C1F;
	width: 147px;
	height: 21px;	
}

.botonsuscribe{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #085C1F;
	border: 1px solid #085C1F;
	width: 107px;
	heigth: 19px;
	font-weight: bold;

}
table{
	background-color: #6FCE36;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #085C1F;
	font-weight: bolder;
}
span.select { 
  position: absolute; 
  width: 147px; /* With the padding included, the width is 190 pixels: the actual width of the image. */ 
  height: 21px; 
  padding: 0 24px 0 8px; 
  color: #000000; 
  font: 12px/21px arial,sans-serif; 
  background: url(select2.gif) no-repeat;
  overflow: hidden; 
} 
span.select2 { 
  position: absolute; 
  width: 71px; /* With the padding included, the width is 190 pixels: the actual width of the image. */ 
  height: 21px; 
  padding: 0 24px 0 8px; 
  color: #000000; 
  font: 12px/21px arial,sans-serif; 
  background: url(select.gif) no-repeat;
  overflow: hidden; 
} 
span.checkbox { 
  width: 19px; 
  height: 25px; 
  padding: 0 5px 0 0; 
  background: url(checkbox.gif) no-repeat; 
  display: block; 
  clear: left; 
  float: left; 
} 
span.radio { 
  width: 19px; 
  height: 25px; 
  padding: 0 5px 0 0; 
  background: url(radio.gif) no-repeat; 
  display: block; 
  clear: left; 
  float: left; 
} 
