.formfields {
	width: 100%;
	height: auto;
	min-height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 0px solid #e6e6e6;
	display: block;
}

.formfields:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

label
	{
	font-size: .75em;
	font-weight: bold;
	color:#333333;
	}
#topnav li.textsizer label
{
	font-weight: normal;
	font-size: 1em;
	color:0066cc;
}
.submit-match {
	height: auto;
	min-height: 20px;
	padding: 15px 30px 15px 15px;
	margin: 15px 0px 15px 0px;
	border-top: 2px solid #FFCC00;
	display: block;
	background-color: #fff;
	clear:both;
}
.submit-match p {margin-bottom: 10px;}
.submit-match .option {color:#F60; font-weight:bold; font-size:1.2em;}

.submit-match:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.submit-match input{
	
	}

#alternativeid
	{
	text-align: left;
	}

.width7em {
	width: 7em;
	}
.width75 {
	width: 75%;
	}


.access {
	height: auto;
	min-height: 20px;
	padding: 3px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #e6e6e6;
	display: block;
	background-color: #edeff3;
	font-size: 1em;
	}
.resultrow 	{
	width: 99%;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCC;
	min-height: 10px;
	background-color:#FFFFFF;
	margin-bottom: 10px;
	height:auto;
	}
.result {
	width: 70%;
	padding: 0 0 0 10px;
	margin-bottom: 0px;
	background-color: transparent;
	font-weight: bold;
	height:auto;
	}
.registrationhelp {
	border: 1px solid #ccc;
	padding: 5px 5px 5px 10px;
	background-color:#FFFFCC;
	margin-top:10px;
}
.registrationhelp h3{
	padding: 0px 0px 0px 18px;
	background-image: url(../images/icon_forgottenusername.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.registrationhelp p{
	line-height: 1.4em;
	padding-bottom: .5em;
}


	
