@import url("normalize.css");	
@import url("grid.css");	
@import url("buttons.css");	
@import url("table.css");	
@import url("style.css");	
@import url("recruit.css");	

html { scroll-behavior: smooth;}

#formWrap {
  width:100%;
  max-width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto 12px;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
	text-align:left;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
}
