@charset "UTF-8";

#mf_wrapper {
	width: 594px;
	text-align: left;
	margin: 10px 0 0 0;
	font-family: sans-serif;
}

#mailform table {
	border-top: 1px solid #cccccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 100%;
	width: 100%;
}

#mailform td {
	border-top: none;
	border-bottom: 1px solid #cccccc;
	border-left: none;
	border-right: 1px solid #cccccc;
	padding: 10px;
}

#mailform th {
	border-top: none;
	border-bottom: 1px solid #cccccc;
	border-left: 6px solid #cccccc;
	border-right: none;
	background-color: #f3f3f3;
	font-weight: normal;
	padding: 10px;
	width: 160px;
}

#mailform th.mast {
	border-left-color: #d90000;
}

#mailform th em {
	font-style: normal;
	color: #ff0000;
	padding-left: 5px;
}

.text1,.text2,.text3,.text4 {
	border: 1px solid #cccccc;
	background-color: #f3f3f3;
	padding: 2px;
}

.text1 {
	width: 150px;
}

.text2 {
	width: 7em;
}

.text3 {
	width: 200px;
}

.text4 {
	width: 98%;
}

.submit {
	text-align: center;
	margin-top: 20px;
}
















