table.form {
	width: 450px;
	border-width: 0px;
	}

table.form td {
	padding: 0px 10px 5px 0px;
	}

table.form  input,
table.form  select ,
table.form  textarea,
table.form  span {
	float: normal ! important;
	width: 320px;
	border:1px solid #369929;
	}
table.form  select {
	width: 327px;
	height: auto;
	}
	
td.label {
	width: 120px;
	}
td.small {
	width: 78px;
	}
td.small * {
	width: 78px ! important;
	}
td.small select {
	width: 85px ! important;
	}

td.medium {
	width: 140px;
	}
td.medium * {
	width: 140px ! important;
	}
td.mediumlong {
	width: 225px;
	}
td.mediumlong * {
	width: 225px ! important;
	}
td.buttoncell input {
	width: 322px;
	background-color: #ebebeb;
	color: #000000;
	}
p.tx-onetimeaccount-pi1-error {
	color: #cc0000;
	font-weight: bold;
}

/* additional */

select#tx_onetimeaccount_pi1_form_gender {
	width: 101px ! important;	
	}
input#tx_onetimeaccount_pi1_form_zip {
	width: 106px ! important;
	}
table.form  textarea {
	width: 316px;
	}


/*
.tx-onetimeaccount-pi1-last_name input {
	width: 200px ! important;
}
.tx-onetimeaccount-pi1-gender select {
	width: 70px ! important;
}


.tx-onetimeaccount-pi1-clear {
	clear: both;
	width: 1px;
	height: 1px;
}

.tx-onetimeaccount-pi1-error {
	color: #f00;
	background-color: inherit;
	font-weight: bold;
}

.tx-onetimeaccount-pi1 fieldset {
	margin: 0 0 1em;
}

.tx-onetimeaccount-pi1 dl {
	margin: 0;
}

.tx-onetimeaccount-pi1 dt {
	width: 11em;
	margin: 0 .5em .5em 0;
	clear: both;
	float: left;
}

.tx-onetimeaccount-pi1 dd {
	margin: 0 0 .5em;
}

.tx-onetimeaccount-pi1 dd select,


.tx-onetimeaccount-pi1 input,
.tx-onetimeaccount-pi1 textarea,
.tx-onetimeaccount-pi1-country select,
.tx-onetimeaccount-pi1-status select {
	width: 20em;
}

.tx-onetimeaccount-pi1 textarea {
	height: 6em;
}



.tx-onetimeaccount-pi1-name input,
.tx-onetimeaccount-pi1-city input {
	width: 14em;
}

.tx-onetimeaccount-pi1-first_name input {
	width: 4em;
}

.tx-onetimeaccount-pi1-last_name input {
	width: 9em;
}

.tx-onetimeaccount-pi1-zip input {
	width: 4em;
}

.tx-onetimeaccount-pi1 .tx-onetimeaccount-pi1-submit {
	margin: .5em 0;
	float: right;
}

.tx-onetimeaccount-pi1-submit input {
	width: auto;
}
*/