.popupBackgroundFill{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	display:none;
	cursor:pointer;
    z-index: 999999;
}
.popupRegisterAgency{
	width: 650px;
	position: absolute;
	z-index: 9999999;
	left: calc(50% - 375px);
	top: 20px;
	background-color: white;
	border-radius: 5px;
	overflow:hidden;
	box-shadow: 0 0 10px gray;
	display:none;
}
.popupRegisterAgencyHeaderDiv h3{
	color: #2c4e8a;
	margin: 0;
    padding-bottom: 10px;
}
.popupRegisterAgencyHeaderDiv p{
	color: #2c4e8a;
}
.popupRegisterAgencyHeaderDiv{
	width: calc(100% - 40px);
	border-bottom: 1px dotted #b5b5b5;
	background-color: #f3f5fa;
	padding: 20px;
}
.popupRegisterAgencyHeaderDiv img{
	float:right;
	margin-top: -38px;
	cursor:pointer;
}
.popupRegisterContentDiv{
	width: calc(100% - 40px);
	min-height: 50px;
	padding: 20px;
	padding-bottom: 5px;
}
.popupRegisterContentDiv table{
	width: 100%;
}
.popupRegisterTitleInput{
	font-size: 12px;
	line-height: 30px;
	padding-top: 5px;
	color: black;
}
.popupRegisterContextInput input{
	background-color: #fafafa;
	line-height: 38px;
	height: 38px;
	border-radius: 5px;
	border: 1px solid #dddddd;
	width: 100%;
}
.popupRegisterButtonDiv{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	height: 75px;
	text-align:right;
}
.popupRegisterButtonDiv button{
	float:right !important;
}
#popup_register_msg{
	display:none;
}
#popup_register_msg p{
	text-align:center;
	width:100%;
}
