/* ------------ content ------------ */
.content {
	padding: 10px;
	text-align: left;
}

.content a,
.content a:active,
.content a:visited {
	color: #000000;
}
.content a:hover {
	color: #333333;
}

h3 {
	font-size: 21px;
	color: #4a3289;
	text-align: left;
	padding: 7px;
	border-bottom: solid 2px #4a3289;
	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: #4a3289;
	color: #FFFFFF;
}
.content table.form td {
	width: 70%;
	padding: 3px;
	text-align: left;
	background: #feba44;
}
.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: #4a3289;
	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;
}
.item {
	color:#fff;
}