.xMenu{
	padding: 5px 0px;
	box-shadow: 0px 0px 10px #000;
	position: absolute;
	background: #fff;
	border-radius: 3px;
	display: none;
}
.xMenuInner{
	padding:5px 10px 5px 30px;
	margin: 2px 0px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	cursor: pointer;
	display: none;
}
.xMenuInner:hover{
	background: #cbe3f8;
	text-decoration: underline;
}
#abv{
	background: url(timages/insertAbove.png) center left no-repeat;
}
#blw{
	background: url(timages/insertBelow.png) center left no-repeat;
}
.loginCont{
	width:100%;
	float:left;
	margin-top:5px;
}
.pResetCont{
	width:100%;
	float:left;
	display:none;
}