div.wysiwyg {
   border-top: 1px solid #a1a1a3;
   padding: 0px;
   margin: 0px;
}
div.wysiwyg_toolbars {
   font-size: xx-small;
   font-family: sans-serif;
   margin: 15px 0px;
}

div#content div.wysiwyg_toolbars a img,
div.wysiwyg_toolbars a img {
   margin: 0px;
}

hr {
   margin: 5px auto;
}
div.wysiwyg_toolbars div.toolbar {
   overflow: auto;
   height: 1%;
   background: url('../webdragon/icons/common/icon/rtf/toolbar.png');
   padding: 0px 5px;
}
div.wysiwyg_toolbars div.group,
div.wysiwyg_toolbars div.section {
   float: left;
   white-space: nowrap;
   margin-right: 15px;
}
div.wysiwyg_toolbars div.section,
div.wysiwyg_toolbars div.htmltoggle {
   margin-top: 7px;
   margin-bottom: 9px;
}
div.wysiwyg_toolbars div.htmltoggle {
   float: right;
}
div.wysiwyg_toolbars div.group {
   height: 28px;
}
div.wysiwyg_toolbars div.group a {
   display: block;
   float: left;
   height: 18px;
   width: 18px;
   padding: 2px 0px 0px 2px;
   margin: 2px 0px 0px 0px;
   margin-right: 10px;
   cursor: default;
}
div.wysiwyg_toolbars div.section a,
div.wysiwyg_toolbars div.section a:visited,
div.wysiwyg_toolbars div.htmltoggle a,
div.wysiwyg_toolbars div.htmltoggle a:visited {
   color: #488dff;
}
div.wysiwyg_toolbars div.group a.button:hover {
   background: url('../webdragon/icons/common/icon/rtf/icon_border.png') center center no-repeat;
}
div.wysiwyg_toolbars div.group a img,
div.wysiwyg_toolbars div.section a img {
   border: none;
}

.wysiwyg_content {
   margin: 0px;
   background-color: white;
   color: black;
   width: 99%;
   height: 400px;
   border: 1px solid #ebe9ed;
   border-top: 1px solid #a1a1a3;
   border-left: 1px solid #a1a1a3;
}

div#paste_thing {
   xheight: 220px;
   width: 400px;
   background: #fff;
   border: solid 1px #6D6D6D;
   position: absolute;
   z-index: 5;
   display: none;
   font-size: xx-small;
   padding: 0px 5px 0px 10px;
   top: 50px;
   left: 200px;
}
div#paste_thing p#close {
   float: right;
   margin: 0px;
}
div#paste_thing p {
   margin: 0px;
   cursor: default;
}
div#paste_thing iframe {
   height: 180px;
   width: 390px;
}
div#paste_thing a {
   color: #000;
   float: right;
   cursor: pointer;
   margin: 10px;
}
div#paste_thing p#close a {
   margin: 0px;
   text-decoration: none;
}
div#paste_thing a:hover {
   color: red;
}
