/*external components outside RadSpell wrapper*/

/*common*/


.RadSpell_MMS_Ext   
{   
    border: none 1px #191919;   
    display: block;   
    float: left;   
    padding: 0 5px;   
    text-align: center;   
    font: bold 12px Arial, Verdana, Sans-serif;   
    line-height: 21px;   
    text-decoration: none;   
    color: #dedede;   
    background: url('Spell/SpellCheck.gif') repeat-x;   
}   
       
.RadSpell_MMS_Ext.spButton
{
    display:block;
    /* Change these dimensions to be the same as Img/SpellCheck.jpg, or the image of your choice. */
    width:33px;
    height:33px;
    line-height:22px;
}

.RadSpell_MMS_Ext.spLink
{
    color:#000;
}

.RadSpell_MMS_Ext.spLinkImg
{
    display:block;
    text-align:center;
    text-decoration:none;
    background:url(Spell/SpellCheck.gif) 0 0 no-repeat;  /* Changed to custom image */ 

    width:20px;  /* Set to size of image */
    height:20px;
    line-height:20px;
    color:#45b731;
} 



/*button*/
.RadSpell_MMS_Ext.spButton
{
    border:0;
    text-align:center;
    color:#000;
    cursor:pointer;
    background:url(Img/spellButtonCombined.gif) 0 0 no-repeat;
}


/*select*/
.RadSpell_MMS_Ext.spSelect
{
    width:99px; /*the same as background images' width*/
    border:1px solid #ccc;
    font-size:0.8em;
}
