input[type='text'],textarea,select,button {
	/*font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;*/
	color:#333;
	font-size:13px;
	padding:0 2px;
	height: 26px;
    line-height: 26px;
	border:1px solid #AAA;
	border-radius: 3px;
	/*-moz-border-radius:3px;*/
    -webkit-border-radius:3px;
    /*-o-border-radius:3px;*/
    -ms-border-radius:3px; 
	box-shadow:1px 2px 1px #ccc inset;
	/*-moz-box-shadow:0 2px 1px #ccc inset;*/
    -webkit-box-shadow:1px 2px 1px #ccc inset;
    /*-o-box-shadow:0 2px 2px #ccc inset;*/
    -ms-box-shadow:1px 2px 1px #ccc inset;
}

input[type='radio'],
input[type='checkbox']{
	vertical-align:middle!important;
}

#form{
	padding:15px;
	color:#000;
}
#form .l-01{
	/*border-bottom:1px #999 dotted;
	padding-bottom:15px;*/
	margin-bottom:10px;
}
#form .l-02{
	margin-bottom:10px;
}

#form .l-03{
	margin-bottom:0;
}

#form select{
	width:150px;
}

#form img.btnUncheck{ vertical-align:text-bottom; cursor:pointer;}

#pager-box{
	clear:both;
	color:#333;
	background:#ebebeb;
	padding:5px 10px;
	margin:10px;
	border-radius:7px;
	-moz-border-radius:7px;
    -webkit-border-radius:7px;
    -o-border-radius:7px;
    -ms-border-radius:7px; 
}
#pager-box a{
}
.skip_box a,.skip_box span {
	padding:2px 5px;
}
	

#pager-box table td{
	vertical-align:middle;
}
#pager-box table td select{
	width:110px;
}

#submit{
	width:99px;
	height:28px;
	cursor:pointer;
	text-indent:-9999px;
	border:none;
	float:right;
}

body#eng #submit{background:url(../img/common/btn_search_eng.png) left top no-repeat;}
body#chs #submit{background:url(../img/common/btn_search_chs.png) left top no-repeat;}
body#chc #submit{background:url(../img/common/btn_search_chc.png) left top no-repeat;}
body#kor #submit{background:url(../img/common/btn_search_kor.png) left top no-repeat;}

/*datepicker*/
.ui-datepicker-trigger{
	vertical-align:middle;
	margin-left:3px;
}