@charset "UTF-8";
form {
	width: auto;
	margin: 0 auto;
}
#frmLogin {
	width: 375px;
}
fieldset {
	margin: 0;
	padding: 0 0 1.2em 0;
	border-style: none;
	border-top: 1px dotted #ccc;
	background: #f1f1f1;
	position: relative;
	float: left;
	clear: left;
	width: 100%;
}
fieldset.alt {
	background: #ccc;
}
legend {
	margin-left: 1em;
	color: #111;
	padding: 0;
}
legend span {
	position: absolute;
	margin-top: 0.74em;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #069;
	left: 0.74em;
	top: 0;
}
fieldset ol {
	padding: 4.5em 1em 0 1em;
	list-style: none;
}
fieldset li {
	padding: 0 0 1em 0;
	float: left;
	clear: left;
	width: 100%;
}
fieldset.submit {
	padding: 0 0 0 1em;
	background-color: #eee;
	padding-top: 1.5em;
	float: none;
	width: auto
}
label {
	display: block;
	font-weight: bold;
	font-size: 10px;
	line-height: 11px;
	text-transform: uppercase;
	padding-bottom: 1px;
	color: #00746b;
	float: left;
	width: 85px;
	margin-right: 1em;
	margin-top: 7px;
	text-align: right;
}
.text {
	width: 68%;
	border: 1px solid #ccc;
	border-bottom: 3px solid #ccc;
	outline: none;
	background: #fff;
	color: #333;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}
.select {
	padding: 4px;
	font-size: 1em;
	font-weight: bold;
	color: #333;
}
input.submit {
	border: 3px solid #ccc;
	background: #fff;
	padding: 7px 10px 5px 10px;
	font-size: 10px;
	line-height: 1em;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #00746b;
	cursor: pointer;
}
input.submit:hover {
	background: #069;
	color: #fff;
}
