.frm {	
	font-size: 16px;
	line-height: 20px;
}
.frm table td {
	vertical-align: top;
}
.frm table td.td_r {
	padding: 0 5px 0 0;
	text-align: right;
}
.frm table td span {
	color: #c30000;
	font-size: 24px;
	line-height: 24px;
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.frm input, .frm select {
	margin: 0 0 12px 0;
}
.frm input[type="text"] {
	height: 24px;
	width: 200px;
}
.frm_button {
	border: solid #eee 2px;
	background-color: #F35913;
	color: #eee;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	height: 32px;
	letter-spacing: 3px;
	margin: 10px 0 0 0;
	padding: 0 15px 8px 15px;
}