/* ------------ content ------------ */
.content {
	padding: 10px;
	text-align: left;
}

.content a,
.content a:active,
.content a:visited {
	color: #975300;
}
.content a:hover {
	color: #FF8D00;
}

h3 {
	font-size: 21px;
	color: #DA7900;
	text-align: left;
	padding: 7px;
	border-bottom: solid 2px #DA7900;
	margin-bottom: 10px;
}

/* ------------ table.form --------- */
.content table.form {
	width: 100%;
}
.content table.form th {
	width: 30%;
	padding: 3px;
	padding-right: 5px;
	text-align: right;
	background: #FFC982;
	color: #FFFFFF;
}
.content table.form td {
	width: 70%;
	padding: 3px;
	text-align: left;
	background: #FEF5EA;
}
.content table.form.nosize td {
	width: auto;
}
.content table.form.nosize th {
	width: auto;
}
.content table.form thead th {
	width: auto;
	padding: 3px;
	text-align: center;
	background: #FFC982;
	color: #FFFFFF;
}
.content table.form thead td {
	width: auto;
	padding: 3px;
	text-align: left;
}

.content table.form td input[type=text],
.content table.form td input[type=password],
.content table.form td textarea,
.content table.form td select {
	width: 100%;
}
.content table.form td input[type=text].nosize,
.content table.form td input[type=password].nosize,
.content table.form td textarea.nosize,
.content table.form td select.nosize {
	width: auto;
}


.get_code {
	text-align: center;
}