@charset "UTF-8";
#form_contents {
	float: right;
	width: 530px;
	margin: 0px;
	padding: 0px;
}
div#mf_wrapper {
	width: 100%;
	float: right;
	text-align: left;
}
div#mf_header h1 {
	font-size: large;
	border-bottom: solid 1px #999999;
	margin: 20px 0;
	padding: 0px;
}
div#mf_header h2 {
	font-size: medium;
	color: #999999;
	font-weight: normal;
	margin: 10px 0 10px 0;
	padding: 0px;
}
form#mailform {
	padding: 5px;
}

table.mailform tr th {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	border-bottom: dotted 1px #CCCCCC;
}

table.mailform td {
	border-bottom: dotted 1px #CCCCCC;
}
table.mailform  span   {
	color: #CC0000;
	font-size: 10px;
}
table.mailform  p   {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform textarea {
	width: 100%;
	height: 200px;
}
#camp {
	margin:10px;
	padding:20px;
	background-color:#FFFFDD;
	border: dotted 1px #CCCCCC;
}
