@charset "utf-8";

#popup {
	background: url(../../images/popup_bg.png) no-repeat;
	width: 394px;
	height: 479px;
	position: absolute;
	left: 50%;
	margin-left: -197px;
	z-index: 999;
	text-align: left;
	display: none;
}
#popup_wrapper {
	padding: 20px 20px 0 30px;
}
#pop_head {
	height: 20px;
}
#pop_head span {
	width: 183px;
	display: block;
	float: left;
	font-size: 20px;
}
#close_button {
	background: url(../../images/close_btn.png) no-repeat;
	width: 36px;
	height: 33px;
	float: right;
	display: block;
	text-decoration: none;
	margin: -30px -20px 0 0;
}
#pop_subhead {
	background: #e5e5e5;
	width: 323px;
	clear: both;
	margin: 20px 0 0 0;
	border: 1px solid #b5b5b5;
	padding: 5px;
}
#pop_subhead a {
	display: block;
}
#popup form {
	margin-top: 20px;
}
#popup form label {
	display: block;
	float: left;
	padding-top: 5px;
}
#pop_form input[type=text],
#pop_form select,
#pop_form textarea {
	background: #ededed;
	width: 230px;
	height: 23px;
	font: inherit;
	padding: 1px 0 0 2px;
	float: right;
	border: 1px solid #a3a3a3;
}
#pop_form select {
	width: 234px;
}
#pop_form textarea {
	height: 100px;
}
#pop_form span {
	height: 25px;
	width: 95%;
	display: block;
	margin: 0 0 5px 0;
}
#pop_form input[type=button] {
	background: url(../../images/check_button.gif) no-repeat;
	width: 145px;
	height: 33px;
	border: 0;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	float: right;
	margin: 10px 0 0 0;
}
#pop_form .formphone{
    padding-right:57px;
}
#pop_form .formphone input{
    width:50px;
    margin-right:5px;
}