body, td, default_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #fcf9f0;
	color: #7f7e84;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #7f7e84;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #4F2683;
}

.title_txt {
	color: #4F2683;
	font-weight: bold;
}

.subtitle_txt {
	padding-bottom: 10px;
}

.note_txt {
	font-size: 10px;
	padding-left: 300px;
}

.sub_txt {
	font-size: 10px;
}

input {
	border: solid 1px #dbd8d3;
	background: #fffcf5;
	width: 112px;
	height: 18px;
}

.short_input {
	width: 48px;
	}

td {
	height: 27px;
}

textarea {
	border: solid 1px #dbd8d3;
	background: #fffcf5;
	width: 280px;
	height: 100px;
}

.submit_btn {
	border: none;
	background: #fcf9f0;
}


