/*----------------------------------------------------------------------------\
|                      Copyright (c) 2005 Emil A Eklund                       |
|- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -|
| This program is  free software;  you can redistribute  it and/or  modify it |
| under the terms of the MIT License.                                         |
|-----------------------------------------------------------------------------|
| Refer to the source file for complete license terms and further information |
\----------------------------------------------------------------------------*/


iframe {
	border: 1px solid #0066CC;
}

.webfx-spellchecker-menu {
	border: 1px solid;
	border-color: threedlightshadow threeddarkshadow threeddarkshadow threedlightshadow;
	position: absolute;
}

.webfx-spellchecker-menu .inner {
	border: 1px solid;
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
	background: threedface;
	padding: 2px;
}

.webfx-spellchecker-menu a {
	display: block;
	font: menu;
	color: menutext;
	padding: 1px 5ex 1px 3ex;
	text-decoration: none;
}

.webfx-spellchecker-menu a:hover {
	background: highlight;
	color: highlighttext;
    padding: 1px 5ex 1px 3ex; 
    text-decoration: none;       
}

.webfx-spellchecker-menu .separator {
	border-top: 1px solid threedshadow;
	border-bottom: 1px solid threedhighlight;
	overflow: hidden;
	margin: 2px;
}

span#msg {  
    width:370px;
    display:none;
    z-index: 10;
    position:relative;
    background-color:#0088CC;          
    border: 1px solid #ffffff;
    padding:4px;
    color:#ffffff;
    font-size:10px;
    font-weight:normal;
    text-decoration:none;    
    text-align:center;
    float:right;
}

h1#inputs 
{
    font-size:14px;
    font-weight:bold;
}

div.alert {
    color:#0066CC;      
}

