@charset "utf-8";

/* checkFrm */

.box {
	}

/* basic textbox setting */

.box input, .boxTrue input, .boxFalse input {
	border: solid 1px #888e93;
	padding: 1px 0 1px 4px;
	height: 18px;
	line-height: 18px;
	color: white;
	}

/* basic textarea setting */

.box textarea, .boxTrue textarea, .boxFalse textarea {
	border: solid 1px #888e93;
	padding: 1px 0 1px 4px;
	height: 60px;
	line-height: 18px;
	color: white;
	font-size: 100%;
	}

/* color setting */

.box input, .box textarea { background: #343739; } 
.boxTrue input, .boxTrue textarea { background: #343759; }
.boxFalse input, .boxFalse textarea { background: #6d2f32; }

/* Icon setting */

.boxTrue {
	background: url(check.gif) no-repeat right top;
	}


/* comment setting */

.box span, .boxTrue span, .boxFalse span {
	color: #c1c1c1;
	font-size: 92%;
	height: 30px;
	dispaly: block;
	}

/* option */

.w130 { width: 130px; }
