/* °øÅëCss -------------------------------------- */
@import url(/eng/css/global/global.css);
/* ---------------------------------------------- */

input, textarea {
	font-family:Arial ;
	font-size:12px ;
	color:#666666 ;
	line-height:15px ;
	letter-spacing:0 ;
	border:1px solid #CCDFDF ;
}

input {height:16px ;}

.headImg {
	clear:both ;
	padding:20px 0 20px 0 ;
}
.headImg img {display:block ;}

.exp01 {
	clear:both ;
	padding:0 0 20px 0 ;
	margin:0 ;
}

#questionInputForm {
	clear:both ;
	width:726px ;
	border:0 ;
}

#questionInputForm
	legend {display:none ;}

#questionInputForm
	table {
		clear:both ;
		border-top:2px solid #A3D2D2 ;
		border-bottom:1px solid #A3D2D2 ;
	}

#questionInputForm
	table caption {display:none ;}

#questionInputForm
	table
		tr th {
			background-color:#F5FBFB ;
			padding:5px 0 5px 20px ;
			text-align:left ;
			border-bottom:1px solid #DFF1F1 ;
		}

#questionInputForm
	table
		tr td {
			padding:5px 0 5px 20px ;
			text-align:left ;
			border-bottom:1px solid #DFF1F1 ;
		}

#questionInputForm
	.controlBtn {text-align:center ; margin:20px 0 0 0 ;}

