form {
	border-right-color :	#FFFFFF;
	border-right-width :	2px;
	border-right-style :	none;
	border-top-color :	#FFFFFF;
	border-top-width :	2px;
	border-top-style :	none;
	border-left-color :	#FFFFFF;
	border-left-width :	2px;
	border-left-style :	none;
	border-bottom-color :	#FFFFFF;
	border-bottom-width :	2px;
	border-bottom-style :	none;
	padding :	5px;
	background-color :	none;
}

.inputfield {
	border-right-color :	#FFFFFF;
	border-right-width :	inherit;
	border-right-style :	inset;
	border-top-color :	#FFFFFF;
	border-top-width :	inherit;
	border-top-style :	inset;
	border-left-color :	#FFFFFF;
	border-left-width :	inherit;
	border-left-style :	outset;
	border-bottom-color :	#FFFFFF;
	border-bottom-width :	inherit;
	border-bottom-style :	inset;
	color :	#FFFFFF;
	background-color :	#000000;
	font-family :	Verdana,Helvetica;
	font-style :	italic;
	font-weight :	normal;
	font-size :	11px;
	
	width : inherit;
}

.error {
	border-right-color :	#FFFFFF;
	border-right-width :	inherit;
	border-right-style :	inset;
	border-top-color :	#FFFFFF;
	border-top-width :	inherit;
	border-top-style :	inset;
	border-left-color :	#FFFFFF;
	border-left-width :	inherit;
	border-left-style :	outset;
	border-bottom-color :	#FFFFFF;
	border-bottom-width :	inherit;
	border-bottom-style :	inset;
	color :	#000000;
	background-color :	#CC0000;
	font-family :	Verdana,Helvetica;
	font-style :	italic;
	font-weight :	normal;
	font-size :	11px;
}

.labelCell {
	font-family: Arial, Helvetica, sans-serif;
	background-position: left;
}

.fieldCell {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.fieldCellRadio {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.fieldCell input{
	width: 250px;
	left: 125px;
}

.fieldCell select{
	width: 250px;
	left: 125px;
}

.fieldCell textarea{
	width: 400px;
	left: 50px;
}

.errorCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FF0000;
	background-color: #CCCCCC;
	text-align: right;
}