.help {
	position:absolute;
	border: 1px solid rgb(127, 102, 170);
	right: 0px;
	top: 0px;
	width: 182px;
	height: 160px;
	background: white;
	z-index:  1000;
}
.helpUL {
	padding:0;
	margin:7px;
	list-style-position: inside;
}
.helpUL li {
	margin:5px;
}
.closeLink {
	float:right;
	margin-right: 3px;
	display:block;
	text-decoration:none;
}
.regNav {
	position:absolute;
	/*border: 1px solid rgb(127, 102, 170);*/
	/*left: 260px;*/
	right: 0px;
	top: 0px;
	width: 133px;
	height: 160px;
	background: white;
}
.regNavHead {
	background-image: url('../img/regSmallHead.png');
	width: 133px;
	height: 24px;
}
.regNavBottom {
	background-image: url('../img/regSmallBottom.png');
	width: 133px;
	height: 16px;
}
.regNavBody {
	border-left: 1px solid #dad2ec;
	border-right: 1px solid #dad2ec;
}

