/* CSS FORM */

	.tx-hpoforms-pi1 INPUT {
		float:left;
		width:200px;
	}
	.tx-hpoforms-pi1 TEXTAREA {
		float:left;
		width:200px;
	}
	
	.tx-hpoforms-pi1 .verif{
		float:left;
		width:15px;
		height:15px;
		font-size:1px;
		padding-left:5px;
	}
	.tx-hpoforms-pi1 .ok{
		background:url('../imgs/ico_ok.gif') no-repeat right;
		margin-right:10px;
	}
	.tx-hpoforms-pi1 .nok{
		background:url('../imgs/ico_nok.gif') no-repeat right;
		margin-right:10px;
	}
	
	.tx-hpoforms-pi1 .checkbox, .tx-hpoforms-pi1 .radio {
		border:0;
		width:auto;
	}
	
	.tx-hpoforms-pi1 FORM UL {
		margin-top:0;
		margin-bottom:0;
	}
	
	.tx-hpoforms-pi1 .ico_prev{
		padding-left:10px;
		background:url('../imgs/ico_prev.gif') no-repeat left;
	}
	
	.tx-hpoforms-pi1 .ico_next{
		padding-right:10px;
		background:url('../imgs/ico_next.gif') no-repeat right;
	}
	
	.tx-hpoforms-pi1 .indice {
		text-align:right;
		padding-right:15px;
	}