	form{
		margin:0px;
	}
	.tit_formaspx{
		font-weight:bold;
		text-align:left;
		font-size:11px;
		padding-bottom:10px;
		color:#FF9933;
	}
	.privacy_formaspx{
		font-family:Verdana;
		font-size:10px;
		color:#FFFFFF;
		text-align:justify;
		padding:2px 3px 2px 0px;
		padding-top:5px;
	}
	.des_formaspx{
		text-align:right;
		font-size:10px;
		font-family:Verdana;
		font-weight:bold;
		padding:2px 3px 2px 0px;
		color: #FFFFFF;
	}
	.campo_formaspx{
		padding:2px 3px 2px 0px;
	}
	input.formaspx{
		font-family:Verdana;
		font-size:10px;
		height:16px;
		width:180px;
		border:1px solid #CCC;
	}
	input.formaspx_short{
		font-family:Verdana;
		font-size:10px;
		height:15px;
		width:25px;
		border:1px solid #CCC;
	}
	input.formaspx_short2{
		font-family:Verdana;
		font-size:10px;
		height:15px;
		width:100px;
		border:1px solid #CCC;
	}
	input.formaspx_data{
		font-family:Verdana;
		font-size:10px;
		height:15px;
		width:100px;
		border:1px solid #CCC;
	}
	select.formaspx{
		font-family:Verdana;
		font-size:10px;
		height:18px;
		width:180px;
		border:1px solid #CCC;
		}
	textarea.formaspx{
		font-family:Verdana;
		font-size:10px;
		border:1px solid #CCC;
		width:90%;
	}
	input.submit_formaspx{
		font-family:Verdana;
		font-size:10px;
		border:1px solid #CCC;
		background-color:#666666;
		text-align:center;
		font-weight:bold;
		color:#FFFFFF;
		cursor:pointer;
		width:90%;
		height:18px;
	}


