@charset "utf-8";

.reg-info {
	background: #f2f2f2;
	border: 1px #0091d2 dotted;
	border-width: 1px 0;
	padding: 15px 10px;
	color: #000;
}

#reg-container #content-container .regTitle {
	padding: 10px 0 0 10px;	
}
#reg-container #content-container .regTitle div {
	border-bottom: 1px #0091d2 dotted;
}
#reg-container #content-container .regTitle label {
	float: right;
}
#reg-container #content-container .regTitle h2 {
	background: none;
	color: #0091d2;
	font-size: 16px;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

#npiContainer {
	background: url(../images/bg-npi.gif) no-repeat left top;
	width: 505px;
	padding: 10px 0 0 0;
	margin-left: 9px;
}
.npiCont {
	background: url(../images/bg-npi.gif) no-repeat left bottom;
	padding: 0 5px 10px 0;
	overflow: hidden;
	zoom: 1;
}
#npiContainer.error, #npiContainer.error .npiCont {
	background-image: none;
	background: #FEF7D0;
	margin-left: 0;
}

.npiInput {
	float: left;
	/*width: 240px;*/
}
.npiInfo {
	float: right;
	width: 235px;
	font-size:10px;
	line-height:12px;
	color: #676767;
	padding: 0;
	margin: 8px 0 0 0;
	position:absolute;
	right:255px;
}
.npiInfo span {
	display: block;
	margin: 0;
	padding: 3px 0 0 0;
	font-size: 10px;
	color: #676767;
}
#centercol .npiInfo a {
	background: url(../images/ico-arrow-npi.gif) no-repeat left center;
	color: #0091d2;
	margin-left:5px;
	padding-left:12px;
}

#reg-container .npiCont .input {
	width: 220px;
}
#npiNumber {display:block}
.regPopup {
	display: none;
	width: 414px;
}
.regPopup .popupTop {
	background: url(../images/bg-reg-popup-npi-t.gif) no-repeat left top;
	height: 9px;
	overflow: hidden;
}
.regPopup .popupBottom {
	background: url(../images/bg-reg-popup-npi-b.gif) no-repeat left top;
	height: 24px;
	overflow: hidden;
}
.regPopup .popupCont {
	border: 3px #0091d2 solid;
	border-width: 0 2px;
	background: #FFF;
	padding: 0 10px;
	text-align: left;
	font-size: 11px;
}
#password-pop {
	width: 307px;
}
#password-pop .popupTop {
	background: url(../images/bg-reg-popup-password-t.gif) no-repeat left top;
}
#password-pop .popupBottom {
	background: url(../images/bg-reg-popup-password-b.gif) no-repeat left top;
}
#e-mail-pop {
	width: 281px;
}
#e-mail-pop .popupTop {
	background: url(../images/bg-reg-popup-email-t.gif) no-repeat left top;
}
#e-mail-pop .popupBottom {
	background: url(../images/bg-reg-popup-email-b.gif) no-repeat left top;
}

#reg-container #content-container td .showRegPopup {
	color: #0091d2;
	font-weight: bold;
}
#reg-container #content-container td .showRegPopup span {
	font-weight: normal;
}

#reg-container #content-container p.reg-msg {
	color:#676767;
}

#reg-container #content-container .shortRegMsg {
	padding: 8px 10px;
}



