@charset "UTF-8";
div#mf_wrapper {
	width: 640px;
	text-align: left;
	margin: 0px auto 0px auto;
	font-family: sans-serif;
}
div#mf_header h1 {
	font-size: 24px;
	border-bottom: solid 1px #999999;
	margin: 0px;
	padding: 0px;
}
div#mf_header h2 {
	font-size: 16px;
	color: #999999;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
form#mailform {
	padding: 5px;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: solid 1px #999999;
	padding: 7px 5px 7px 5px;
}
table.mailform tr.end th,table.mailform tr.end td {
	border-bottom: solid 3px #999999;
}
table.mailform tr th {
	width: 150px;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td:first-child:before {
  display: block;
  float: left;
  height: 40px;
  content: "";
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}

/* acs add start 20161228 */
table.mailform tr td.calendar_head {
	text-align: center !important;
	font-weight: bold !important;
	border-bottom: solid 0px #999999 !important;
	font-size: 11px;
}
td.calendar_date_sun {
	text-align: center!important;
	background-color: rgb(255, 238, 238);
	color: #FF0000;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
}
td.calendar_date_sat {
	text-align: center !important;
	background-color: rgb(238, 238, 255);
	color: #0000FF;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
}
td.calendar_date_mon,
td.calendar_date_tue,
td.calendar_date_wed,
td.calendar_date_thu,
td.calendar_date_fri {
	text-align: center!important;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
}
td.calendar_date_other {
	text-align: center!important;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
}
th.calendar_sun {
	background-color:#E5FFE5 ;
	text-align: center !important;
	color: #FF0000;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
}
th.calendar_sat {
	background-color:#E5FFE5 ;
	text-align:center!important;
	color: #0000FF;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
}
th.calendar_mon,
th.calendar_tue,
th.calendar_wed,
th.calendar_thu,
th.calendar_fri {
	background-color:#E5FFE5 ;
	text-align:center !important;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
}
th.calendar_other {
	background-color:#E5FFE5 ;
	text-align:center !important;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
}
/* acs add end 20161228 */