#popup_button{
	color:#276AAD;
	font-weight:900;
	text-align: center;
	border-bottom: 1px dotted black;
	padding: 3px 0px;
	margin-left: 44px;
	display: block;
	width: 180px;
	margin-bottom: 10px;
	line-height: 5px;
	height: 10px;
	cursor: pointer;
}

.block_find.popup{
	display: none;
	float: none;
	position: absolute;
	top: 400px;
	left: 50%;
	margin: 0 0 0 -331px;
	padding: 30px;
	box-shadow: 0 0 3px 3px gray;
	width: 602px;
	height: 330px;
	background: white;
	border-radius: 16px;
	z-index: 105;
}
.block_find.popup .close{
	position: absolute;
	top: 3px;
	right: 6px;
	color: red;
	font-size: 15px;
	padding: 1px 11px;
	font-weight: bold;
	cursor: pointer;
	 border: 1px solid gray;
    border-radius: 120px 120px 120px 120px;
}

.form_popup {float:left; width:602px; height:180px; background:#e8e8e8; border-radius:16px; box-shadow:1px 2px 6px #9a9a9a; position:relative;}
.form_popup .title {float:left; width:100%; height:38px; background:#ea7533; font:bold 23px/36px Arial; color:#fff; text-align:center; border-radius:16px 16px 0 0; margin-bottom:14px;}
.form_popup label {float:left; width:134px; font-size:14px; line-height:30px; color:#000; margin-left:20px;}

.form_popup input[type="text"] {display: block; position: relative; width: 410px; height: 30px; background:#fff; font-size: 14px; color: #535353; text-decoration: none; cursor: pointer; border-top:1px solid #d7d7d7; border-left:2px solid #d7d7d7; border-radius:2px; box-shadow:inset 1px 1px 0 #dfdfdf, 1px 1px 2px #dfdfdf; margin-bottom:9px;}
.form_popup input[type="text"] {float:left; width:400px; padding:0 5px; border-right:none; border-bottom:none; margin-right:30px; cursor:auto;}
.form_popup input[type="text"] {border-left:1px solid #d7d7d7; width:401px;}

.form_popup input[type="submit"] {position:absolute; width:204px; height:38px; background:#100958; left:498px; bottom:-38px; font-size:19px; color:#fff; border:none; border-radius:0 0 16px 16px; cursor:pointer;}
.form_popup input[type="submit"] {width:202px; height:30px; font-size:18px; left:200px; bottom:-30px;}