@charset "utf-8";
/* CSS Document */

legend{
	font-size: 22px;
	font-weight: normal;
	line-height: 26px;
	color: #78a22f;
}

fieldset{
	border: 0px;
	margin: 10px 0px 15px 0px;
}

label {
	display: block;
	float: left;
	width: 100px;
}

label.chkbox{
	float: none;
	display: inline;
}

form div{
	padding-bottom: 6px;
	clear:both;
}

form div.chkbox{
	padding-left: 0px;
}

form{
	padding-bottom: 10px;
}


input.txt{
	width: 250px;
}

input.chkbox{
	vertical-align: middle;	
	margin-right: 5px;
}

textarea{
	width: 250px;
	height: 100px;
}

#buttonDiv{
	padding-left: 100px;
	padding-top: 15px;
}

button, input.btn{
	height: 30px;
	padding: 0px 20px;
	font-size: 14px;
	text-align: center;
	margin-right: 10px;
}

button, input.btn2{
	height: 15px;
	padding: 0px 20px;
	font-size: 14px;
	text-align: center;
	margin-right: 10px;
}

