
#feedback {
	font-size: 1.4em;
}

#selectable .ui-selecting {
	background: #FECA40;
}

#selectable .ui-selected {
	background: #F39814;
	color: white;
}

#selectable {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 480px;
	height: 430px;
	overflow-y: auto;
	border: 1px solid #000;
}

#selectable li {
	margin: 3px;
	padding: 1px;
	float: left;
	width: 100px;
	height: 80px;
	font-size: 1em;
	text-align: center;
}

.ui-widget-overlay {
	background: #000;
	opacity: .40;
	filter: Alpha(Opacity = 40);
}
/*
.dialog_box1{
 font-family: 'Malgun Gothic';
 font-size: 12px;
}
*/
#downloadInfoMessage {
	position: absolute;
	width: 400px;
	top: 0;
	left: 0;
	padding: 20px 10px 20px 10px;
	border: 1px solid #c1c1c1;
	background: #010D1D;
	border-radius: 5px 5px 5px 5px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	display: none;
	z-index: 1000;
}

#downloadInfoMessageFileName {
	width: 100%;
	white-space: normal;
	word-wrap: break-word;
}

#captchaValue {
	width: 70px;
	vertical-align: middle;
	text-align: center;
	color: #000;
	font-size: 11pt;
	font-weight: 500;
}

.turm2 td {
	width: auto;
	max-width: 110px;
}
