.igspell_CAESWrapper
{
	background-repeat:no-repeat;
	background-image: url(images/spellchecker.jpg);
	font-size:x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:5px;
	position: relative;
	width: 100%;
	height: 100%;
}


.igspell_CAESDocumentTextPanel
{
	background-color:White;
	background-position:bottom ;
	background-image:none;
	border:solid 1px #969696;
	position: absolute;
	height: 85px;
	width: 230px;
	left: 10px;
	top: 76px;
	overflow: auto;
}


.igspell_CAESButton
{
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image: url(images/button_bg.jpg);
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width:0px;
	width: 95px;
	height: 21px;
	position: absolute;
	left: 250px;
	cursor:hand;
}


.igspell_CAESChangeToBox
{
	background-position:bottom ;
	background-image:none;
	border:solid 1px #CCCCCC;
	position: absolute;
	left: 10px;
	top: 197px;
	width: 230px;
	height: 25px;
}


.igspell_CAESSuggestions
{
	background-color:Transparent;
	background-position:bottom ;
	background-image:none;
	border:solid 1px #CCCCCC;
	position: absolute;
	left: 10px;
	top: 262px;
	width: 340px;
	height: 109px;
}


.igspell_CAESLabel
{
	font-weight:bold;
	font-size:xx-small;
	margin-bottom:2px;
	position: absolute;
	left: 10px;
	color:#151C55;
}


.igspell_CAESBadWord
{
	border-bottom:solid 1px Red;
}


.igspell_CAESIgnoreButton
{
	top: 76px;
}


.igspell_CAESIgnoreAllButton
{
	top: 102px;
}


.igspell_CAESChangeButton
{
	top: 197px;
}


.igspell_CAESChangeAllButton
{
	top: 223px;
}


.igspell_CAESFinishButton
{
	top: 374px;
}


.igspell_CAESAddButton
{
	top: 128px;
}


.igspell_CAESChangeToLabel
{
	top: 180px;
}


.igspell_CAESSuggestionsLabel
{
	top: 246px;
}


.igspell_CAESNotFoundLabel
{
	top: 10px;
}



