@charset "UTF-8";

/* ---------------------------------------- */
table.infield {
	width: 530px;
	margin: 0;
}
table.infield tr th {
	padding: 10px;
	background-color: #FFE6CF; 
	background-repeat: repeat-y; 
	text-align: left;
}
table.infield tr th p{
	color: #464646;
	line-height: normal;
	font-weight: 400; 
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
table.infield tr td {
	background-color: #efefef; 
	padding: 5px 5px 5px 20px;
	text-align: left;
	font-size: 12px;
	line-height: 2em;
}

table.infield th {
	width: 30%;
}


table.infield2 {
	width: 530px;
	margin: 0;
}
table.infield2 tr th {
	padding: 10px;
	background-color: #FFE6CF; 
	background-repeat: repeat-y; 
	text-align: left;
}
table.infield2 tr th p{
	color: #464646;
	line-height: normal;
	font-weight: 400; 
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
table.infield2 tr td {
	background-color: #efefef; 
	padding: 5px 5px 5px 10px;
	text-align: left;
	font-size: 12px;
	line-height: 2em;
}

table.infield2 th {
	width: 20%;
}

