#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}
.modal_close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(images/modal_close.png);
	cursor: pointer;
}

div.modal {
	display: none;
	background-color: #FFF;
	color: #333;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius  : 5px;
	border: 1px solid #8e8e8e;
	padding: 0px;
}

.modal_header {
	min-height: 38px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	height: 30px;
	margin-top: -10px;
}
.modal_header h4{
	font-family: "微軟正黑體", "新細明體", Arial;
	font-size: 15px;
	line-height: 30px;
	height: 30px;
}

.modal_body {
    padding: 14px;
    overflow: auto;
    max-height: 450px;
    max-width: 800px;
}

.modal_footer {
	padding: 10px;
	background-color: #f5f5f5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-outline-radius-bottomright: 5px;
	text-align: right;
}





div.modal_copy {
			background-color: #FFF;
			color: #333;
			border-radius:5px;
			-webkit-border-radius: 5px;
			-moz-border-radius  : 5px;
			border: 1px solid #8e8e8e;
			padding: 0px;
		}
		.modal_body_copy {
			padding: 14px;
			overflow: auto;
			max-height: 450px;
			max-width: 800px;
		}

		.modal_footer_copy {
			padding: 10px;
			background-color: #f5f5f5;
			border-top-width: 1px;
			border-top-style: solid;
			border-top-color: #dddddd;
			border-bottom-left-radius:5px;
			border-bottom-right-radius:5px;
			-webkit-border-bottom-left-radius: 5px;
			-webkit-border-bottom-right-radius: 5px;
			-moz-border-radius-bottomleft: 5px;
			-moz-outline-radius-bottomright: 5px;
			text-align: center;
		}
