/*******************************
* DIVS
********************************/

/* Override our button control style to allow ig_buttons look correctly */
button,
input[type="button"],
input[type="submit"]
{
    padding: 0px;
}

.igspell_Wrapper {
	position:relative;
	width: 700px;
	height: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin: 0px;
	background-color: #D7DCE4;
	background-repeat: no-repeat;
}

.igspell_documentTextPanel 
{
	border: 1px solid #CCCCCC;
	position: absolute;
	height: 435px;
	width: 680px;
	left: 10px;
	top: 10px;
	overflow:auto;
	background-color:White;
}

/**********************************
 * Button Styles
 **********************************/
.igspell_button { 	
 	width: 95px;
	height: 21px;
	position: absolute;
	left: 600px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor: pointer;
}

.igspell_button:hover {
	cursor: pointer;
}
 
.igspell_ignoreButton {
	top: 455px;
	left: 500px;
}

.igspell_ignoreAllButton {
	top: 455px;
	left: 600px;
}

.igspell_changeButton {
	top: 527px;
	left: 500px;
}

.igspell_changeAllButton {
	top: 527px;
	left: 600px;
}

.igspell_finishButton 
{
	top: 675px;
}

.igspell_addButton {
	top: 128px;
}


/**************************
 Text Boxes
 **************************/

.igspell_changeToBox {
	position: absolute;
	left: 10px;
	top: 497px;
	width: 680px;
	height: 20px;
	border: 1px solid #CCCCCC;
}

/**************************
 Select Boxes
 **************************/

.igspell_suggestions {
	position: absolute;
	left: 10px;
	top: 562px;
	width: 680px;
	height: 111px;
	border: 1px solid #CCCCCC;
}

/**************************
 Labels
 **************************/
.igspell_label {
	font-weight: bold;
	font-size: xx-small;
	margin-bottom: 2px;
	position: absolute;
	left: 10px;
	color: #151C55;
}

.igspell_changeToLabel {
	top: 480px;
}

.igspell_suggestionsLabel {
	top: 546px;
}

.igspell_notFoundLabel {
	top: 10px;
}

/*************************
Other
**************************/
.igspell_BadWord
{
	BORDER-BOTTOM: red 1px solid;
	background-color:Yellow;	
}
