body {
	display:block;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	overflow:hidden;
	}
.un-overlay {
	position:absolute;
	top: 50%;
	left: 50%;
	width:437px;
	height:322px;
	padding:20px 18px;
	margin-top:-181px;
	margin-left:-238px;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
	}
.un-overlay.mod-static {
	position:relative;
	top: 0px;
	left: 0px;
	margin:0px;
	}
.un-overlay.mod-auto {
	position:relative;
	top: 0px;
	left: 0px;
	width: auto;
	height: auto;
	margin:0px;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
			border-radius: 0px;
	}
.un-overlay .un-wrapper {
	position:relative;
	width:100%;
	height:100%;
	}
.un-overlay .un-wrapper .line {
	position:relative;
	padding:0 20px 20px 0;
	text-align:center;
	}
.un-overlay .un-wrapper .line input[type="text"],
.un-overlay .un-wrapper .line select {
	display:block;
	width:100%;
	height:31px;
	padding:0px 10px;
	border: 2px solid #eee;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	font-size: 15px;
	color: #353535;
	line-height: 2;
	}
.un-overlay .un-wrapper .line input[type="text"]:hover,
.un-overlay .un-wrapper .line select:hover {
	outline: 2px solid #8e8e8e;
}
.un-overlay .un-wrapper .line input[type="text"]:focus,
.un-overlay .un-wrapper .line select:focus {
	outline: 2px solid #e38e54;
}
.un-overlay .un-wrapper .line select {
	height:33px;
	}
.un-overlay .un-wrapper .line.mod-select {
	padding-right:0px;
	}
.un-overlay .un-wrapper .line.mod-gray {
	line-height:49px;
	padding-left:146px;
	padding-bottom:0px;
	margin:0px -18px;
	background-color:#dddddd;
	}
.un-overlay .un-wrapper .line.mod-gray label {
	top:0px;
	left:20px;
	}
.submit {
	position:relative;
	margin:0 auto;
	width:100%;
	border:0px;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	line-height: 1.4;
	background:#005f88;
	border-radius:5px;
	cursor:pointer;
	outline: 0;
	transition: background-color 0.8s, color 0.8s;
	}
.submit:hover {background:#fff;color:#005f88;}
