	
	/*

	

	*/


	input,
	select,
	textarea {
		background: #fff;
		border-top: 1px solid #aaa;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		border-left: 1px solid #aaa;
		font: 11px/150% Verdana, Arial, Helvetica, sans-serif;
		line-height: 1em;
		padding: 2px;
	}
	
	#livesearch {
		background: #fff url('../imagenes/helix.gif') 95% 0 no-repeat;
	}
	
	select {
		padding: 0px;
		min-width: 36px;
		height: 16px;
	}
	
	select option {
		padding: 4px 0;
	}

	.formButton {
		background: #eee url('../imagenes/barBackG.png') 0 0;
		border-top: 1px solid #ddd;
		border-right: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
		border-left: 1px solid #ddd;
		border: 1px solid #ff8c0b;
		padding: .1em .4em;
	}
	
	fieldset {
		border: 1px solid #aaa;
		padding: 12px;
		margin: 4px;
	}
	
	legend {
		color: #666;
		padding: 0 4px;
	}
	
	label {
		cursor: pointer;
	}
