.contact_us {
	font-size: 1.3em;
}
.contact_us label {
	font-weight: bold;
}
.astrisk {
	color: red;
	font-size: 1.0em;
}
.pm_table {
	border-collapse: collapse;
	border-color: #000;
	border-style: solid;
	border-width: 0 0 1px 1px;
	color: #000;
	font-size: x-small;
	margin: 1em 0;
}
.pm_table thead tr.main {
	background-color: #000;
	color: #fff;
	font-size: small;
}
.pm_table thead tr.main th {
	border-color: #000;
	border-style: solid;
	border-width: 1px 1px 0 0;
	text-align: center;
}
.pm_table thead tr.sub {
	background-color: #eee;
	font-size: xx-small;
	text-transform: uppercase;
}
.pm_table thead tr.sub th {
	border-color: #000;
	border-style: solid;
	border-width: 1px 1px 0 0;
	text-align: left;
}
.pm_table tbody td {
	border-style: solid;
	border-width: 1px 1px 0 0;
	text-align: left;
}
.pm_table tbody td.input {
	text-align: center;
}
