/* CSS Document */

.editor_frame
{
  background-color: black;
  padding: 5px 5px 0px 5px;
  text-align: left;
  border: 1px solid white;  
}

.editor_btnBold
{
  background-image: url(btn_bold.PNG);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #c0c0c0;
  width: 24px;
  height: 24px;
}

.editor_btnItalic
{
  background-image: url(btn_italic.PNG);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #c0c0c0;
  width: 24px;
  height: 24px;
}

.editor_btnUnderline
{
  background-image: url(btn_underline.PNG);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #c0c0c0;
  width: 24px;
  height: 24px;
}

.editor_btnLink
{
  background-image: url(btn_link.PNG);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #c0c0c0;
  width: 24px;
  height: 24px;
}

.editor_btnBreak
{
  background-image: url(btn_break.PNG);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #c0c0c0;
  width: 24px;
  height: 24px;
}

.editor_btnSubmit
{  
  font-family: arial;
  font-weight: bold;
  font-size: 12px;  
}

.editor_btnSmileSmile
{
  background-image: url(btn_smileSmile.gif);
  );
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}	

.editor_btnSmileLaugth
{
  background-image: url(btn_smileLaugth.gif);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}	

.editor_btnSmileGlases
{
  background-image: url(btn_smileGlases.gif);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}	

.editor_btnSmileOneEye
{
  background-image: url(btn_smileOneEye.gif);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}	

.editor_btnSmileTongue
{
  background-image: url(btn_smileTongue.gif);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}	

.editor_btnSmileSick
{
  background-image: url(btn_smileSick.gif);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}	

.editor_btnSmileKiss
{
  background-image: url(btn_smileKiss.gif);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}	

.editor_btnSmileWow
{
  background-image: url(btn_smileWow.gif);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}	

.editor_btnSmileNeutral
{
  background-image: url(btn_smileNeutral.gif);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}	

.editor_btnSmileSilent
{
  background-image: url(btn_smileSilent.gif);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}	

.editor_btnSmileSad
{
  background-image: url(btn_smileSad.gif);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}

.editor_btnSmilePissed
{
  background-image: url(btn_smilePissed.gif);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}	

.editor_btnSmileBeer
{
  background-image: url(btn_smileBeer.gif);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}	


.editor_txtEditor
{
  background-color: #202020;
  color: white;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
}