/* Overall Style */
#facebox input, #facebox select, #facebox textarea { background:#222; color:#ddd; }
#facebox input { width:100% }
#facebox textarea { height:250px; width:100%; border:0px; }
#facebox .scbutton { width:60px; }
#facebox .body, #facebox .body table { width:500px; background:#333; color:#ddd; }
#facebox .footer { display:none !important; }
#facebox .errBox { color: #f00; }
#facebox .title { font-size:120%; font-weight:bold; font-variant:small-caps; }
#facebox .dim { opacity:.5; filter:alpha(opacity=50); }
#facebox .exampleText { color:#999; }

/* Media Player Style*/
#facebox .colorlegend { border:#444 1px solid; padding:2px; }
#facebox .colorwell { border:2px solid #444; width:6em !important; text-align:center; cursor:pointer;}
#facebox .colorwell-selected { border:2px solid #ddd; font-weight:bold; }
#facebox .colortable td { vertical-align:top; line-height:22px; }

/* Color Selector Style - Don't change any of this unless you know what you are doing */
.farbtastic { position: relative; }
.farbtastic * { position: absolute; cursor: crosshair; }
.farbtastic, .farbtastic .wheel { width: 195px; height: 195px; }
.farbtastic .color, .farbtastic .overlay { top: 47px; left: 47px; width: 101px; height: 101px; }
.farbtastic .wheel { background: url(http://www.guildportal.com/Cms/addins/farbtastic/wheel.png) no-repeat; width: 195px; height: 195px; top: 0px; left: 0px; }
.farbtastic .overlay { background: url(http://www.guildportal.com/Cms/addins/farbtastic/mask.png) no-repeat; }
.farbtastic .marker { width: 17px; height: 17px; margin: -8px 0 0 -8px; overflow: hidden; background: url(http://www.guildportal.com/Cms/addins/farbtastic/marker.png) no-repeat; }
