@charset "UTF-8";

input[type=text]{
	width:100%;  padding:5px;
}
input[type=button]{
	padding:10px;
	background:#fff;
	border:#bfbfbf 1px solid;
	cursor:pointer;
}
input[type=button]:hover{
	background:#bfbfbf;
	color:#fff;
}



h2 {
	padding-left: 20px;
    background: url("h2.png") no-repeat 0 50%;
    color: #016098;
	font-size: 1.8em;
	margin-top:20px;
}


/* basic table */
.tb_normal { width:100%; margin-top:20px; }
.tb_normal th { background:#e1e1e1; border:#bfbfbf 1px solid; padding:10px; font-weight:600; color:#333; }
.tb_normal td { border:#bfbfbf 1px solid; padding:10px; font-weight:600; text-align:center; color:#666; }
.tb_normal td.left { text-align:left; }



/* tab menu */
.tabWrap { position:relative; margin:0.7% 0.7% 5% 0.7%; }
.tabWrap ul { width:100%; }
.tabWrap ul:after { content:""; display:block; clear:both; }
.tabWrap li { float:left; width:130px; border:#bfbfbf 1px solid; margin:0 -1px -1px 0; }
.tabWrap li a {
	font-size:1.2em; display:table-cell;
	color:#333;
	height:40px;
	vertical-align:middle;
	text-align:center;
	width: inherit;
}

.tabWrap li:hover, .tabWrap li.selected {
	background:#bfbfbf;
	color:#fff;
}
.tabWrap li:hover a, .tabWrap li.selected a {
	color:#fff;
}

.searchWrap{display: none !important;}
body.eQ06 ._contentBuilder._k2__WiZaRd_basic ._obj{position:relative !important; top: 0 !important;}