/* CSS Document */
#google_menu {
	display:none;
}
#format_bar {
	line-height: 30px;
	widows: 350px;
	height: 30px;
	width: 350px;
	background-image: url(locked_images/format_bar.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
}
#format_bar h1 {
	height: 28px;
	width: 10px;
	background-image: url(locked_images/format_bar_end.gif);
	background-repeat: no-repeat;
	margin: 0px;
	line-height: 0;
	float: left;
}
.miss_spelt {
	position: absolute;
	visibility: hidden;
	z-index: 2;
}
.old_word {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}
.new_word {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}
.spell_check {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 450px;
	border: 1px solid #8587BC;
	overflow: auto;
	height: 300px;
}
.auto_complete{
	z-index: 2;
	position: absolute;
}
