
#frequency-decoder
        {
        margin:0 auto 1.4em auto;
        padding:0;
        display:block;
        height: 33px;
        width: 260px;
        z-index:110;
        border:0;
        }
#frequency-decoder a
        {
        display: block;
        height: 33px;
        width: 260px;
        background: transparent url(/media/fdlogo-sprite.gif) -2px -4px no-repeat;
        text-decoration: none;
        font-size: 14px;
        margin:0;
        outline:none;
        }
#frequency-decoder a:hover
        {
        background-position:-2px -45px;
        }
#frequency-decoder a:active
        {
        outline:none;
        }
#frequency-decoder a span
        {
        display:none;
        }
#article-wrapper
        {
        border-top:3px solid #97BC45;
        background:#fff url(/media/gradient-e5e5e5-ffffff.gif) repeat-x 0 0;
        padding:70px 0;
        text-align:center;
        }
#container
        {
        width:260px;
        margin:0 auto;
        text-align:left;
        padding-bottom:1.2em;
        }

/* Main class for sticky in note form */
.yellow_sticky, .yellow_sticky img, .yellow_sticky_content, .yellow_sticky_resize, .yellow_sticky_dragbar, .yellow_sticky_remove, .yellow_sticky_form
{
    display: none;
    position: absolute;
    background-color: #ffffcc;
    border-right: gray 1px groove;
    border-top: gray 1px groove;
    border-left: gray 1px groove;
    border-bottom: gray 1px groove;
}
.yellow_sticky img
        {
        z-index:1;
        top:0;
        left:0;
        }
.yellow_sticky
        {
        text-align:left;
        }
.yellow_sticky_content
        {
        left:5%;
        top:6%;
        width:87%;
        height:90%;
        color:#555;
        /* Internet Explorer requires the background color ffff59 */
        background:transparent;
        font:10px/1.2em 'Lucida grande', 'trebuchet MS', verdana, helvetica, arial, sans-serif;
        z-index:2;
        overflow:hidden;
        }
.yellow_sticky_content ul,
.yellow_sticky_content ol
        {
        text-align:left;
        margin-left:0;
        padding-left:1.8em;
        }
.yellow_sticky .yellow_sticky_resize
        {
        right:4%;
        bottom:4%;
        width:9%;
        height:9%;
        z-index:4;
        cursor:se-resize;
        }
.yellow_sticky_dragbar
        {
        left:2%;
        top:2%;
        width:94%;
        height:5%;
        background:transparent;
        z-index:3;
        cursor:move;
        overflow:hidden;
        }
.yellow_sticky_resize
        {
        background:transparent;
        }
.yellow_sticky_remove
        {
        top:1%;
        right:4%;
        width:5%;
        height:5%;
        display:block;
        z-index:6;
        cursor:hand;
        font-size:1em;
        line-height:1em;
        text-decoration:none;
        color:#000;
        }
.yellow_sticky_remove:link,
.yellow_sticky_remove:visited
        {
        color:#000;
        }
.yellow_sticky_remove:hover
        {
        font-weight:normal;
        color:#f00;
        text-decoration:none;
        }
.yellow_sticky_form
        {
        display:block;
        left:5%;
        top:6%;
        width:86%;
        height:88%;
        padding:0;
        margin:0;
        background:transparent;
        z-index:5;
        }
.yellow_sticky_form textarea
        {
        display:block;
        width:100%;
        height:100%;
        border:0;
        background:transparent;
        font:10px/1em 'Lucida grande', 'trebuchet MS', verdana, helvetica, arial, sans-serif;
        color:#000;
        text-align:center;
        padding:0;
        margin:0;
        }
.yellow_sticky_textv
        {
        display:inline;
        }
.yellow_sticky_textv div
        {
        display:none;
        }
.yellow_sticky_textv .yellow_sticky_content
        {
        display:block;
        position:relative;
        top:0 !important;
        left:0 !important;
        clear:both;
        height:auto !important;
        width:260px !important;
        text-align:left;
        font:normal 1em/1.2em georgia, Trebuchet MS, lucida grande, lucida sans unicode, Tahoma, verdana, arial, sans-serif !important;
        margin:1.2em auto 0 auto;
        border-bottom:3px double #eee;
        padding-bottom:1em;
        background:transparent;
        }
.yellow_sticky_textv img,
.yellow_sticky_textv form,
.yellow_sticky_textv .yellow_sticky_resize,
.yellow_sticky_textv .yellow_sticky_dragbar,
.yellow_sticky_textv .yellow_sticky_remove
        {
        display:none;
        }
#sticky_submit
        {
        background-color:yellow;
        padding:2em;
        }

