#login_wrapper {
	height: 600px;
	background-color: #BCD8C5;
	color: black;
	margin: 0px 100px 0px 100px;
	padding: 0px;
	border: 2px solid #000000;
}
.info_message {
	font-family: Verdana;
	font-style: normal;
	color: #000000;
	font-weight: 900;
	font-size: 8pt;
	text-decoration: none;
}
#login_box {
	width: 60%;
	background-color: #DCDCDC;
	border: 1px dashed Gray;
	padding: 10px;
	margin: 10px;
}
#userid_label {
	background: #8CB58C;
	border-top: 2px #4A7B52;
	border-top-style: inset;
	border-bottom: 2px #4A7B52;
	border-bottom-style: inset;
	border-right: 2px #4A7B52;
	border-right-style: inset;
	border-left: 2px #4A7B52;
	border-left-style: inset;
	padding: 3px;
	text-align: right;
}
#userid_textbox {
	background: #8CB58C;
	border-top: 2px #4A7B52;
	border-top-style: inset;
	border-bottom: 2px #4A7B52;
	border-bottom-style: inset;
	border-right: 2px #4A7B52;
	border-right-style: inset;
	padding: 5px;
}
#pw_label {
	background: #8CB58C;
	border-bottom: 2px #4A7B52;
	border-bottom-style: inset;
	border-right: 2px #4A7B52;
	border-right-style: inset;
	border-left: 2px #4A7B52;
	border-left-style: inset;
	padding: 2px;
	text-align: right;
}
#pw_textbox {
	background: #8CB58C;
	border-right: 2px #4A7B52;
	border-right-style: inset;
	border-bottom: 2px #4A7B52;
	border-bottom-style: inset;
	padding: 5px;
}
.label{
	font-family: Arial;
	font-size: 12px;
	font-weight: bolder;
}
.textbox{
	background: #DDEDE2;
	border: inset;
	border-color: #5FA55F;
	font-size: 12px;
}
.button_row{
	padding: 4px 4px 4px 0px;
	position: relative;
	margin-top: 25px;
}
