.txt_label {
	font-family: Arial, Helvetica, sans-serif;
	color: #004e94;
	text-decoration: none;
	background-color: #dfdfdf;
	height: 16px;
	width: 90px;
	border: 0px none;
	text-align: center;
}
.loc_label {
	font-family: Arial, Helvetica, sans-serif;
	font-color: #004e94;
	text-decoration: none;
	background-color: #c8c8c8;
	height: 16px;
	width: 200px;
	border: 0px none;
	text-align: center;
	font-weight: bold;
}
.loc_label_light {
	font-family: Arial, Helvetica, sans-serif;
	font-color: #004e94;
	text-decoration: none;
	background-color: #dfdfdf;
	height: 16px;
	width: 200px;
	border: 0px none;
	text-align: center;
	font-weight: bold;
}
.login_txtbox {
	font-family: Arial, Helvetica, sans-serif;
	height: 14px;
	width: 190px;
	border: 1px solid #19334c;
	font-size: 10px;
}
.edit_txtbox {
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	border: 1px solid #19334c;
	font-size: 12px;
}
.edit_txtarea {
	font-family: Arial, Helvetica, sans-serif;
	height:80px;
	width: 300px;
	border: 1px solid #19334c;
	font-size: 12px;
}
