#loign {
	width: 95%;
	margin: 0;
	padding: 0;
}
#loign h1 {
	font-size: large;
	font-weight: normal;
}
#loign h2 {
	font-size: medium;
	font-weight: normal;
}
.loginmsg {
	font-size: x-small;
}
fieldset {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	font-size: x-small;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-style: none;
/*	border-top: 1px solid #BFBAB0; */
	background-color: #E1E1B4;
}
legend {
	font-size: small;
	font-weight: bold;
}
legend span {
	position: absolute;
	width: 11em;
	left: 0.1em;
	top:0;
	padding: 0.1em 0 0.1em 0.4em;
	margin-top: 0.5em;
/*	font-size: 125%; */
	color: #FFFFFF;
	background-color: #7F92A4;
}
fieldset ol {
	padding: 3em 0.1em 0 0.1em;
	list-style: none;
}
fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 0.4em;
}
fieldset li span.error {
	color: red;
/*	font-size: 75%; */
}
label {
	position: relative;
	float: left;
	width: 8em;
	text-align: left;
	margin-right: 0.3em;
	padding: 0.2em 0em 0.2em 0.4em;
	background-color: transparent;
}
label em {
	position: absolute;
	left: 11em;
	top: 0.7em;
}
label em img {
	position: relative;
	top: -3px;
}
label strong {
	position: absolute;
	left: 12em;
	top:0.2em;
	width: 19em;
	color: #C00;
/*	font-size: 75%; */
	font-weight: normal;
	text-transform: uppercase;
}
label strong img {
	position: absolute;
	left: -23.8em;
	top: 1px;
}
fieldset fieldset {
	margin-bottom: -2.5em;
	width: auto;
	border-style: none;
	background-color: transparent;
	background-image: none;
}
fieldset fieldset legend {
	width: 0em;
	margin-left: 0;
	font-weight: normal;
	padding: 0;
	background-color: #EFEFEF;
}
fieldset fieldset ol {
	top: -1.5em;
	margin: 0 0 0 0;
	padding: 0;
}
fieldset fieldset label {
	float: none;
	width: auto;
	margin-right: auto;
	background-color: transparent;
}
fieldset.submit {
	padding-top: 0.5em;;
	padding: 1em 0em 0 0.1em;
	background-color: transparent;
	margin: 0 0em 1em 0;
}
fieldset fieldset span {
	position: relative;
	float: right;
	height: 1.5em;
/*	top: -2.5em; */
}
fieldset fieldset span.link1 {
	clear: none;
	padding-left: 1em;
}
fieldset fieldset span.link2 {
	clear: right;
	margin-top: -1em;
}
input.text, input.password {
	width: 9em;
	height: 1em;
}
