#wrap-form {
	display: none;
	opacity: 0.8;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 16px;
	background-color: rgba(1, 1, 1, 0.725);
	z-index: 100;
	overflow: auto;
}

#ok-form {
	width: 450px;
	height: 100px;
	margin: auto;
	display: none;
	background:  #F7F7F7;
	border:#FEFEFE solid 5px;
	z-index: 200;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 16px;
	border-radius: 25px;
	font-size:110%;
}

#close-form {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size:110%;
}

#form-ok {
	position: absolute;
	font-size:120%;
	padding:10px;
}

#popup-form {
	width: 400px;
	margin: auto;
	background:  #ff5d51;
	border:#FEFEFE solid 5px;
	padding:10px 10px 10px 20px;
	border-radius: 26px;
	font-size:16px;
}
.h10,  A.h10:hover   {
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	COLOR: #DC2B19;
	text-decoration:none;
}
.text {
display: block;
width: 250px;
height: 18px;
font-size: 16px;	}
.textcomment {
font-size: 16px;	} 
.textphone {
display: block;
width: 150px;
height: 18px;
font-size: 16px;	}
.textdob {
display: block;
width: 50px;
height: 18px;
font-size: 16px;	}