@charset "UTF-8";

#formbox {
	padding:34px 32px;
	border:solid 1px #b5b5b5;
	width:80%;
	max-width: 460px;
	min-width:460px;
	margin: 32px auto;
}
.public-btn {
	cursor:pointer;
	color:#000;
	background:#D6D6D6;
	width:100px;
	height:32px;
	border:none;
	padding:0 24px;
	font-size: 13px;
	border-radius: 3px;
}
.public-email {
	width:60%;
	max-width:300px;
	display: inline;
	font-size:1.1em;
	font-weight:bold;
}
