@charset "utf-8";
/* CSS Document */
	.text_form {
		-moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
		-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
		box-shadow: inner 0 0 2px rgba(0, 0, 0, 0.2);
	}
	.btn{
		margin-bottom: 2px;
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.8);
	}
	h4{
		font-size: 24px;
		font-weight: bold;
		color: #FF337F;
		line-height: 24px;
	}
	h3{
		padding: 5px;
		font-size: 18px;
		font-weight: bold;
		line-height: 18px;
	}
	#contenner2 {
	width: 1100px;
	background-color: #FFF;
	margin: 0 auto;
	}
#formWrap {
	width:850px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
	text-align: left;
	line-height: 23px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
	p{
		font-size: 13px;
		line-height: 1.5em;
		padding: 10px;
		text-align: left;
	}
		strong{
			font-weight: bold;
		}
#testcase_area{
	width: 780px;
	text-align: left;
	margin: 20px auto;
	border:#F99 solid 2px;
}#testcase p{
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
}
	#check1 {
  background-color: #FFA8A8;
}
	#check2a,#check2b,#check2c,#check2d {
  background-color: #FFA8A8;
}
	#check3a,#check3b {
  background-color: #FFA8A8;
}
