@charset "UTF-8";

body.result_list #execBtnWrap {
	text-align:right !important;
	margin-bottom:10px;
}
body.result_list #execBtnWrap button#execProgPdf{
	/*width:200px;*/
	padding:2px 0 3px 0;
}
body.result_list #texConsoleWrap {
	display:none;
	position:absolute;
	width:430px;
	left:50%;
	margin-left:-200px;
	padding:0 0 15px;
	border:1px solid #ccc;
	border-radius:5px;
	background:white;
	box-shadow:3px 3px 3px #ccc;
	overflow:hidden;
}
body.result_list #texConsoleCloser {
	color:white;
	text-align:right;
	padding:3px 5px;
	background:#666;
}
body.result_list #texConsoleCloser a {
	color:white;
	padding-left:15px;
	background: url("./cssimg/icon_close.png") no-repeat left center;
}
#main #myabstruct_div .notice {margin:10px;}
#main #execConsole {width:100% !important;margin:10px auto 0 auto;vertical-align:middle;}
#main #execBtnWrap {text-align:center;vertical-align:middle;}
#main #execBtnWrap form {display:inline;}
#main #execBtnWrap form #exec1,
#main #execBtnWrap form #exec2 {padding:5px;}
#main #execBtnWrap p {text-align:center;margin-right:210px;}
#main #progressBarWrap {display:none;vertical-align:middle;}


	iframe#pgframe {
		position: absolute;
		left: -100px;
		top: -100px;
	
		width: 10px;
		height: 10px;
		overflow: hidden;
	}

	#progressbar {
		margin-top:22px;
	}
	
	.pg-progressbar {
		position: relative;
	
		width: 150px;
		height: 24px;
		overflow: hidden;
		margin-left:auto;margin-right:auto;
		border: 1px solid #c6c6c6;
	}
	
	.pg-progress {
		z-index: 150;
	
		position: absolute;
		left: 0;
		top: 0;
	
		width: 0;
		height: 24px;
		overflow: hidden;
	}
	
	.pg-progressstyle {
		height: 22px;
	
		border: 1px solid #748a9e;
		background-image: url(./cssimg/progress_animation.gif);
	}
	
	.pg-text,
	.pg-invertedtext {
		position: absolute;
		left: 0;
		top: 4px;
	
		width: 150px;
	
		text-align: center;
		font-family: sans-serif;
		font-size: 12px;
	}
	
	.pg-invertedtext {
		/*color: #ffffff;*/
	}
	
	.pg-text {
		z-index: 100;
		color: #000000;
	}