#lock {
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	text-align: center;
	display: none;
	opacity: 0.7;
}

h1{
	text-align: center;
}
h2{
	padding-bottom: 2px;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
}

ul.ul-mailform{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

h3{
	font-size: 93%;
	margin: 1.5em 0 0.3em -0.8em;
}
h3 .req{
	margin-left: 0.5em;
	font-size: 85%;
	color: #f00;
}

button span{
}