#WordPrompter {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	display: none;
}
#WordPrompterCloseBtn {
	position: absolute;
	bottom: 8px;
	right: -12px;
	width: 26px;
	height: 26px;
	border: #999999 2px solid;
	border-radius: 13px;
	color: #ffffff;
	background: #000000;
	text-align: center;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	cursor: pointer;
	z-index: 2002;
}
#WordPrompterCloseBtn:hover {
	color: #000000;
	background: #ffffff;
}
.WordPrompterContent {
	position: relative;
	margin-bottom: 20px;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	background: #ffffff;
	z-index: 2001;
}
.WordPrompterOptionOff {
	padding: 0 5px 0 5px;
	color: #000000;
	background: #ffffff;
	font-size: 12px;
	cursor: pointer;
}
.WordPrompterOptionOn {
	padding: 0 5px 0 5px;
	color: #ffffff;
	background: #611a2d;
	font-size: 12px;
	cursor: pointer;
}
