@charset "utf-8";
/*body {
	font-size: 10px;
	_font-size: 62.5%;
}*/
form {
	width: 550px;
	border: solid 1px #cccccc;
	margin-left:10px;
	font-size:10px;
}
form h3 {
	color: #333333;
	background-color: #dddddd;
	text-align: center;
	margin: 5px;
	padding: 7px 0px;
	font-size: 1.4em;
}

.form_group {
	border-bottom: dotted 1px #aaaaaa;
	width: 100%;
	height: 3em;
	font-size: 1.2em;
}
.txt-label {
	display: block;
	float: left;
	width: 10em;
	margin-right: 15px;
	border-right: 2px #aaaaaa solid;
}
.even {
	background-color: #EAEAEA;
}
.bottom_group {
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.left {
	float: left;
	width: 140px;
	clear: both;
	line-height: 2.5em;
	margin: 0;
	padding: 0;
	text-align: center;
}
.right {
	float: right;
	width: 400px;
	margin: 0;
	padding: 0;
	line-height: 2.5em;
	text-align:left;
	}
.form_group2 {
	border-bottom: dotted 1px #aaaaaa;
	width: 100%;
	height: 12em;
	font-size: 1.2em;
}
.form_group2 .right textarea {
	width: 20em;
	height: 8em;
}
