.yui-skin-sam .yui-panel {
	border: 0;
}
#registerWait .hd {
	width: 32px !important;
	height: auto;
}
#registerWait .bd {
	margin: 0;
	padding: 0;
}

.yui-skin-sam .yui-panel .hd{
	background-color: transparent !important;
}

.screennameValidationPassed .snLabel {
	color: #66cc00;
	padding-left: 20px;
	background: url(/Community/media/hd/hd_login/assets/skins/hd/check_circle.gif) top left no-repeat;
	line-height: 16px;
}

.hdwcValidationError .snLabel {
	padding-left: 20px;
	background: url(/Community/media/hd/hd_login/assets/skins/hd/x_circle.gif) top left no-repeat;
	line-height: 16px;
}

.hdForm {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
}

.hdForm .hdLabel {
	color: white;
	font-weight: bold;
}

/*
.hdForm input {
	border: 1px solid transparent;
}
*/

/*
.hdForm input:focus {
	border: 1px solid #ff6600;
}
*/

.hdForm .hdButton {
	border: 1px solid #666666;
	background-color: #999966;
	color: white;
}

.hdCaptchaImage {
	height: 50px;
	padding: 5px 0px;
	width: 200px;
}

.hdForm td {
	padding: 2px 10px;
	vertical-align: top;
}

.hdFormLoading .hdButton {
	display: none;
}

.hdFormLoading .hdLoadingIndicator {
	display: block !important;
}

.hdLoadingIndicator {
	display: none;
	width: 20px;
	height: 20px;
	background-image: url(/Community/media/hd/hd_login/assets/skins/hd/img_loader_white.gif);
}

#hdwcLrgScrollErrorSml{
	overflow-y:scroll;
	overflow-x:hidden;
	height:280px;
	width:556px;
}


#hdwcLrgScrollErrorLrg{
	overflow-y:scroll;
	overflow-x:hidden;
	height:400px;
	width:556px;
}

#hdwcErrorOverlaySmall {
  width:100%;
  color:#bd2026;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 4px;
	text-transform: uppercase;
	position: relative;
	top: 2px;
}

#hdwcScreenNamePassedOverlaySmall {
  width:100%;
  color:#FFFFFF;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 4px;
	text-transform: uppercase;
	position: relative;
  top: 2px;
}
