#formpage {
   position:absolute;
   top:70px;
   left:0;
   width:100%;
   text-align:center;
   background-color:#ffffff;
   z-index:9999;
   display:none;
}
#form {	
	position:relative;
   margin:auto;
	top:0;
	height:auto;
	padding-left:8px;
   width:350px;
   text-align:left;
	background-color:#ffffff;	
}
.close {
	position:absolute;
	top:8px;
	right:8px;
	cursor:pointer;
}
.button {
	position:relative;
	top:10px;
	height:22px;
	padding-top:5px;
	width:125px;
	font-size:12px;
	font-weight:800;
	letter-spacing:.25em;
	color:white;
	text-align:center;
	cursor:pointer;
	float:left;
}
.submit {
	margin-right:30px;
	background-color:#f78f1e;
}
.cancel {
	background-color:#57ad40;
}
.entry {
	position:relative;	
	top:0px;	
	left:0px;
	height:50px;
	width:340px;	
	margin-bottom:8px;
	font-size:14px;
	border:1px solid #57ad40;
	outline:none;
	cursor:pointer;
}
.entrylabel {
	position:absolute;
	top:0px;
	width:100%;
	left:0;
	height:20px;	
	font-size:14px;
	padding-top:30px;
	text-indent:6px;
	font-weight:600;
	color:#cccccc;
	transition-property:top;
	transition-duration:.25s; 	
}
.entryinput {
	position:absolute;
	top:25px;
	width:calc(100% - 4px);
	left:0;
	height:17px;	
	font-size:20px;
	padding-top:2px;	
	text-indent:6px;
	font-weight:400;
	color:#222;
	outline:none;
	border:none;	
}