#resultLoading{
		width:100%;
		height:100%;
		position:absolute;
		z-index:1000;
		top:0;
		left:0;
		right:0;
		bottom:0;
		margin:auto
	}
		
#resultLoading .bg {
		background:#000000;
		opacity:0.7;
		width:100%;
		height:100%;
		position:absolute;
		top:0
	}
		
#resultLoading>div:first {
	width: 250px;
	height:75px;
	text-align: center;
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	font-size:16px;
	z-index:10;
	color:#ffffff
}
		
#data-table{
	margin-top:40px;
	padding-top:30px;
	border-top:1px #ddd solid;
	
	
}

.formbox{
	min-height:210px;
	padding-top:8px;
	padding-bottom:8px;
}

.step1{
	background:#E5E1D1;
}

.step2{
	background:#B7CBCA
}

.step3{
	background:#EBEDE2
}
.reset{
	line-height:normal;
}

.reset .cse .gsc-search-button input.gsc-search-button-v2, .reset input.gsc-search-button-v2{
	width:auto !important;
	height:auto !important;
	border:none;
}

#data-table .gsc-selected-option-container{
	width:74px!important;
}
.input-medium { width: 250px; }

body{-ms-overflow-style: scrollbar;}


.gs-result, .gsc-cursor-box{
	padding-top:10px;
	margin-bottom:10px;
}

.gs-title a{
	text-decoration:underline;
	font-size:1.3em;
	color:#0000cc;
}

.gs-visibleUrl{
	font-size:.9em;
	color:#008000;
	padding-bottom:3px;
}

.gs-fileFormat{
	color:333;
}

.gsc-cursor-box{
	margin-top:20px;
	margin-bottom:40px;
}

.gsc-cursor-page{
	float:left;
	margin-right: 8px;
	font-size:.9em;
	cursor:pointer;
}

.gsc-cursor-page-active{
	color: #DD4B39;
	font-weight:bold;
}