@charset "UTF-8";

BODY{
  background-image:none;
  background-color:#FFFFFF;
}

#wrapper {
	width: 100%;
	max-width: 500px;
	min-width: 320px;
	text-align: left;
	margin: 0px auto 0px auto;
	font-family: sans-serif;
	font-size: 95%;
	font-weight: normal;
	line-height: 150%;
	color: #505050;
}

span {
	font-size: 80%;
	color: #ff0000;
}

p {
	font-size: 90%;
	font-weight: normal;
	line-height: 150%;
	color: #6a6a6a;
	margin: 0px 10px 10px 10px;
}

h1 {
	font-size: 120%;
	color: #666666;
	border-bottom: solid 1px #999999;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	text-align: center;
	line-height: 160%;
}
h2 {
	font-size: 90%;
	color: #999999;
	font-weight: normal;
	margin: 0px 5px 5px 0;
	padding: 0px;
	text-align: right;
}

h3 {
	font-size: 110%;
	color: #6a6a6a;
	font-weight: bold;
	margin: 15px 0 5px 10px;
	padding: 0px;
}

table.mailform {
	width: 100%;

}

table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 95%;
	border-bottom: solid 1px #999999;
	line-height: 160%;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 100%;
}
