/* general web form styles */
	table.form_table {
		font-size: 12px;
		border-top: 1px solid #ccc;
	}
	table.form_table input, select {
	}
	table.form_table tr.header td {
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		background-color: #666;
	}
	table.form_table td.field_label {
		white-space: nowrap;
		text-align: right;
		color: #666;
		font-weight: bold;
		background-color: #e6f2ff;
		border-bottom: 1px solid #C1C1C1;
		vertical-align: top;
	}
	table.form_table td.label {
		white-space: nowrap;
		text-align: right;
		font-weight: bold;
		background-color: #f7f7f7;
		border-bottom: 1px solid #fff;
		border-bottom: 1px solid #C1C1C1;
		vertical-align: top;
	}
	table.form_table td.field {
		width: 100%;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #C1C1C1;
	}
	table.form_table tr td {
		padding: 5px;
	}

/* form styles */
	form {
		display: inline;
	}

/* weblegs form error style */
	#tmpl_form_error {
		font-size: 12px;
		border: 2px solid #ff0000;
		color: #FF0000;
		background-color: #ffffcc;
	}
	#tmpl_form_error legend {
		font-weight: bold;
		color: #ffffcc;
		padding: 4px;
		border: 2px solid #ff0000;
		background-color: #ff0000;
	}
	#tmpl_form_error ul {
		margin: 0px;
		margin-left: 2.1em;
		padding: 0px;
	}
	#tmpl_form_error li {
		margin: 5px;
	}

