﻿/*CSS para o componente tinymce*/

/*img:not(#moji){
   vertical-align: middle;
   width:20px;
   height:20px;
}*/

#tinymce > img{
    vertical-align: middle;
    width:20px;
    height:20px;
}
#conversaEnvioTextBox_ifr{
    width: 100%;
    height: 35px;
    max-height: 35px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fbfbfb;
    color: #4D5656;
    border-radius: 4px;
    -moz-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
} 
#mceu_0:focus{
    border: solid 1px #87CEFA;
    border-radius: 1px;
    -moz-radius: 1px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
}
/*#mceu_1{
    border:0;
}*/




