@charset "utf-8";
/* CSS Document */

li {
	list-style: none;
}

#litebox_wrap {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	
	z-index: 99;
}

.litebox {
	position: relative;
	width: 440px;
	margin: 0 auto;
	background-color: #fff;	
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 10px;
	
	z-index: 100;
}

.img_tab {
	margin-top: 5px;
	margin-bottom: 15px;
}
.litebox_title_upload {
	font-weight: bold;
	margin-right: 10px;
	border: 1px solid #666;
	border-bottom: 0;
	
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
	cursor: pointer;
}
.litebox_title_link {
	font-weight: bold;
	border: 1px solid #666;
	border-bottom: 0;
	
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
	cursor: pointer;
}
.img_form_section {
	
}
.input_img {
	width: 375px;
	height: 25px;
}
.btn_img_upload {
	width: 60px;
	height: 25px;
	border: 1px solid #c2c2c2;
	border-radius: 3px;
	cursor: pointer;
	
	font-size: 11px;
	color: #555555;
}
.btn_img_upload:hover {
	background-color: #666;
	color: #eee;
}
.preview_list {
	overflow: hidden;
	border: 1px solid #999;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.preview_list > li {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}
.preview_list > li img {
	width: 100px;
	height: 100px;
}
.type_link {
	display: none;
}
.input_img_link {
	width: 438px;
	height: 25px;
	
	margin-bottom: 15px;	
}
.btn_group {
	text-align: right;
}
.btn_group button {
	width: 60px;
	height: 25px;
	border: 1px solid #c2c2c2;
	border-radius: 3px;
	cursor: pointer;
	
	font-size: 11px;
	color: #555555;
}
.btn_group button:hover {
	background-color: #666;
	color: #eee;
}