table.form
	{
	width: 100%;
	}


.field_label
	{
	}

.field_button
	{
	width: 150px;
	color: #000099;
	border: 1px solid #7f9db9;
	background-color: #f8f8f8;
	font-family: helvetica, arial, sans-serif;
	font-size: 100%;
	}

.field_text
	{
	width: 100%;
	color: #000099;
	border: 1px solid #7f9db9;
	background-color: #f8f8f8;
	font-family: helvetica, arial, sans-serif;
	font-size: 100%;
	}

.field_largetext
	{
	height: 70px;
	}

.field_list
	{
	width: 100%;
	color: #000099;
	border: 1px solid #7f9db9;
	background-color: #f8f8f8;
	font-size: 100%;
	font-family: helvetica, arial, sans-serif;
	}


