table.standard {
	width: 100%;
	border-collapse: collapse;
	margin: 15px 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

table.standard input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
}

table.standard td.instruction {
	font-weight: normal;
	text-align: left;
	color: #333;
/*	background-color: #ccc;*/
	padding: 6px;
}

table.standard td {
	
}

table.standard th {
	font-weight: normal;
	text-align: left;
	color: #fff;
	background-color: #8DBC51;
	padding: 6px;
}

table.standard th span {
	
}

table.standard td.label {
	width: 280px;
	text-align: right;
	padding: 0 6px 0 0;
	color: #360;
}

table.standard td.field {
	
}

table.standard td.field p {
	margin: 0;
	line-height: normal;
}

table.standard td.field p a {
	display: block;
	color: #333;
	font-size: 8pt;
	font-weight: bold;
	margin: 0;
}

table.standard td.field p a:hover {
	color: #8DBC51;
}

table.standard td.action div.action {
	padding: 6px 0 12px 2px;
}

table.standard td.action div.action a {
	padding: 4px 10px 4px 10px;
	background-color: #8DBC51;
	color: #fff;
	font-size: 8pt;
	font-weight: normal;
	text-transform: uppercase;
}

table.standard td.action div.action a:hover {
	background-color: #036;
}

table.standard td.field span {
	color: #360;
}

table.standard td.help span {
	display: block;
	font-size: 8pt;
	color: #333;
	margin: 0px 10px 10px 4px;
}

table.standard td.error {
	display: block;
	font-size: 8pt;
	color: #f00;
	margin: -3px 10px 6px 4px;
}

table.standard textarea {
	border: 1px solid #C3C3C3;
	border-top: 2px solid #AAA;
}



