/* global?
---------------------------------------------------- */

#content label span.help,
#content h3 span.help {
	font-weight: normal;
	font-size: 0.8em;
	text-transform: none;
}

#content h3 span.help {
	font-size: 0.7em;
}

img.userIcon {
	border: 1px #B9E0F6 solid;
}

/* Registration Page Styles
---------------------------------------------------- */

#content p {
	color: #A02222;
}

#content #standardColumn a:link,
#content #standardColumn a:visited {
	color: #A02222;
}

#content #standardColumn a:hover,
#content #standardColumn a:active {
	color: #ED1F24;
}

#content form {
	font-size: 0.9em;
}

#content form span.fixedValue {
	font-weight: bold;
	font-size: 1.4em;
	padding: 0 0 3px 6px;
}

#content form img.userIcon {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}

#content ul.netServices {
	margin-left: 5px;
}

#content ul.netServices li {
	list-style: none;
	margin-bottom: 3px;
}

#content ul.netServices li label {
	position: relative;
	display: inline;
	top: 4px;
	padding: 0 3px 0 0;
	width: 16px;
	height: 16px;
}

#content ul.netServices li input.text {
	width: 418px;
}

#content ol li {
	margin-bottom: 3px;
	position: relative;
	color: #A02222;
	font-weight: bold;
}

#content ol li input.text {
	width: 394px;
	font-weight: normal;
}

#content form div.privacy {
	position: absolute;
	top: 0px;
	right: 16px;
	font-size: 0.9em;
	white-space: nowrap;
}

#content form div.privacy label {
	position: relative;
	top: -4px;
	display: inline;
	padding: 0;
	font-weight: normal;
}

#content form div.privacy span {
	font-size: 1.2em;
	color: #A02222;
}

#content form input.submit {
	position: relative;
	top: -2px;
	float: left;
	margin-right: 15px;
	font-size: 1.2em;
}

#content form p.terms {
	display: inline;
	font-size: 1.2em;
	padding: 0 0 3px 0;
}

#content form p.terms label {
	font-weight: normal;
	display: inline;
	font-size: 1em;
}


