@charset "utf-8";
/* CSS Document */
.tdlabel {
	font-weight: bold;
	text-align: right;
	font-size: 11px;
}
.submit_btn {
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 95%;
	padding: 8px;
	margin-top: 5px;
	background-color: #000099;
	cursor: pointer;
	border: thin solid;
}
.submit_btn:hover {
	border-top-color: #CC3366;
	border-right-color: #CC3366;
	border-bottom-color: #7E0530;
	border-left-color: #7E0530;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 95%;
	padding: 8px;
	margin-top: 5px;
	cursor: pointer;
	background-color: #A81B4F;
	border: thin solid;
}

