/*##########################################
CSS: Estilo Botones Formularios
Navegador : FIREFOX/IE 6.0/IE 7.0/OPERA/CHROME/SAFARI
Autor: Enrique Represa
URL: http://www.santaeulalia.net/
##########################################*/

.input_text{
  	background-image:url('../Img/Icons/input_text.png');
  	background-repeat:no-repeat;
  	padding-left:5px;
  	padding-top: 3px;
  	border : 0px;
  	width : 120px;
  	height : 15px;
}

.input_submit{
  	background-image:url('../Img/Icons/input_submit.png');
  	background-repeat:no-repeat;
  	border : 0px;
  	width : 26px;
  	height : 27px;
}

.input_select{
	font-size:11px;  
	background-image:url('../Img/Icons/input_select.png');
	background-repeat:no-repeat;
	padding-left:5px;
	padding-top: 3px;
	border : 0px;
	width : 200px;
	height : 20px;
}
