@charset "UTF-8";

.tab_1 {
	width: 500px;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.tab_header {
	background-color: #666666;
	color: #EEEEEE;
	padding: 2px;
}

input:focus {
	outline: 0 none;
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[readonly] {
	background-color: #D3D3D3;
	color: #000000;
	border: 0;
}

input[readonly]:focus {
	outline-color: #D3D3D3;
}

.dialog {
	z-index: 1000;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 480px;
	position: fixed;
	background-color: #FFFFFF;
	border-radius: 5px;
	text-align: center;
	border: 2px solid #FF8C00;
}

.dialog div {
	margin-bottom: 8px;
}

.dialog .title {
	background-color: #6699CC;
}

.dialog span.label {
	float: left;
	width: 80px;
	text-align: right;
}

#remark {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	width: 310px;
	font-size: 14px;
	height: 18px;
	line-height: 24px;
	padding: 2px;

}

textarea {
	outline: 0 none;
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}