@charset "utf-8";
.login_form {
	margin-top: 5px;
}
.login_form form table tr td .name {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 10px;
	font-weight: normal;
	margin: 4px;
}
.login_form form table tr td .link {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 10px;
	font-weight: normal;
	margin: 5px;
	padding-top: 7px;
}
.login_form form table tr td .txtfield {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #66F;
	line-height: 10px;
	font-weight: bold;
	margin: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.login_form form table tr td .txtfield a link:active {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #66F;
	line-height: 10px;
	font-weight: bold;
	margin: 4px;
	text-decoration:underline;
}

