#mailmag {
	padding: 5px;
	line-height: 1.5;
	color: #333333;
	background-color: #edeef1;
	text-align: center;
}
#mailmag h2 {
	font-size: 90%;
	font-weight: bold;
}
#mailmag p {
	font-size: 70%;
}
#regist {
	padding: 20px;
	line-height: 2.0;
	background-color: #ffffff;
	text-align: center;
	font-size: 70%;
}
#regist input[type=text] {
	width: 100%;
	margin: 10px 0;
}
#regist p.button {
	text-align: right;
}
