.excel-popup {
	width: 520px;
	color:#000;
	padding: 60px 80px;
	background-color: #fff;
	overflow-y: auto;
	z-index: 99;
	position: relative;
	border-radius: 8px;
}

.excel-popup .popup-close-x-button {
	width: 20px;
	height: 20px;
	border: none;
	background: none;
	background-image: url(../images/icons-close.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	text-indent: -9999px;
	position: absolute;
	top:30px;
	right:30px;
}

.excel-popup-title-area h3 {
	font-weight: 400;
	text-align: center;
}

.excel-popup-content {
}

.excel-popup-content > li {
	position: relative;
}

.excel-popup-content input {
	height: 44px;
	line-height: 44px;
	border:1px solid #eee;
	font-size: 13px;
	color: #292929;
	margin: 0 0 12px 0;
}

.excel-popup-content button {
	height: 44px;
	width: 48%;
}

.excel-popup-content p {
	line-height: 24px;
}

.top-notice {
	margin: 0 0 12px 0;
}

.top-notice p {
	text-align: center;
}

.password-input-area {

}

.excel-download-notice-area {
	display: none;
	margin: 40px 0 40px 0;
}

.excel-download-notice-area p {
	margin: 0 0 10px 0;
}

.excel-download-button-area {
	margin: 10px 0 0 0;
}