*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
   background-color:#3a8e02;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input:focus{
	outline:none;
}
.pos{
	position: absolute;
	left: 10%;
	top: 20%;
	bottom:20%; 
	right:10%;
	min-height: 380px;
	box-shadow: 0px 0px 12px #333;
   	background-color:rgba(255,255,255,.6);
}
center{
	padding: 30px 0;
	text-align: left;
	text-indent: 30px;
}
center h1{
	text-align: center;
	font-size: 4vw;
}
center label{
	display: block;
	margin:10px auto; 
	padding-top: 1em;
	line-height: 38px;
}
center label span{
	font-size: 3vw;
}
center label input{
	display: inline-block;
	width: 360px;
	font-size: 3vw;
	text-indent: 1vh
}
center p{
	margin-top: 2vw;
	font-size: 3vw;
	font-weight: normal;
}
#rect{
	display:none;
	position:absolute;
	padding:10px;
	margin-left:-5px;
	margin-top:-5px;
	background-color:pink;
	border-radius: 0 8px 0 9px;
}

