#wpo_importer  {
	padding: 10px;
	width: 700px;
	position: relative;
}

#wpo_importer .line_image {
    margin-bottom: 5px;
}

#wpo_importer button, #wpo_importer input[type=submit] {
	border: none;
	background-color: #EE8F00;
	padding: 5px;
	font-weight: bold;
	color: #4c4c4c;
	cursor: pointer;
}

#wpo_importer button img {
	vertical-align: middle;
}

#wpo_importer input[type=submit] {
	background-image: url(../images/go.png);
	background-repeat: no-repeat;
	background-position: 3px 50%;
	padding: 5px 5px 5px 24px;
	line-height: 20px;
}

#wpo_importer input.small {
	width: 30px;
}

#wpo_importer .progress {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60%;
	padding-top: 10%;
	background: rgba(200, 200, 200, 0.9);
	text-align: center;
}

#wpo_importer .nb_pages {
	display: none;
}

#wpo_importer .progress .wait {
	width: 510px;
	font-size: 20px;
	margin: 0 auto;
	text-align: center;
}

#wp_power_ocr_result .image {
	margin-right: 10px;
	margin-bottom: 10px;
	background: #ddd;
	float: left;
	max-width: 300px;
	height: 350px;
	padding: 10px;
}

#wp_power_ocr_result .image img {
	max-height: 200px;
	max-width: 100%;
}

#wp_power_ocr_result .image blockquote {
	height: 130px;
	overflow: auto;
}

#wpo_settings label {
	display: inline-block;
	width: 200px;
}

#wpo_settings input[type=text],
#wpo_settings select {
	width: 120px;
}

#start_wpo {
	margin-top: 10px;
	background: #8AFB99;
	padding: 10px;
	font-size: 18px;
	line-height: 20px;
	width: 280px;
}