/*palettes*/

.bodypalette {  position: fixed;  left: 10px;  top: 25px;  background: #808080;  color: white;  border-color: black;  border-style: solid;  border-width: 24px 2px 2px 2px; width: 630px; height: 400px;}
.bodypalette .CMSContent {  text-align: center;  overflow: visible;  width: 100%;  height: 100%; }
.bodypalette .CMSClose {  position: absolute;  right: 4px;  top: -20px;  width: 35px;  height: 16px;  background: red url(/admin/images/paletteclose.png); cursor:pointer; }
.bodypalette .CMSCaption {  position: absolute;  left: 4px;  top: -20px;  color: white;  font-weight: bold;  }
.bodypalette .CMSContent iframe {  background: white; width: 100%; height: 100%; border: 0; }

