<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul, ol { margin:10px 0 10px 40px; }

ul li.margin {margin: 10px 0;}

div.askquestion
{
    float: right;
    position: relative;
    top: -20px;
}

div.askquestion.top { top: -20px; }
div.askquestion.bottom { top: 20px; margin-bottom: 50px; }

    div.askquestion a
    {
        font: italic 13px Arial;
        text-decoration: none;
        border-bottom: 1px dashed;
        cursor: pointer;
    }


/* блок с формой создания вопроса */
.jqmAskform
{
    width: 400px;
    height: 335px;
    margin-left:-210px;

    background: #FFF;

    position: fixed;
    top: 17%;
    left: 50%;

    z-index: 99999;
    border: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    display: none;   
}

    .jqmAskform div.header
    {
        border-radius: 6px 6px 0 0;
        height: 35px;
        width: 400px;
        background: #EFEFEF;
        border-bottom: 1px solid #D3D3D3;
        margin: 0;
    }

    .jqmAskform .header div.jqmClose
    {
        cursor: pointer;
        float: right;
        width: 22px;
        height: 22px;
        position: relative;
        top: 7px;
    }

    .jqmAskform .content { padding: 5px 0 0 20px; }

    .jqmAskform .content .leftpart
    {
        float: left;
        width: 80px;
    }

    .jqmAskform .content .rightpart
    {
        float: left;
        width: 320px;
    }

    .jqmAskform input[type=text]
    {
        height: 20px;
        width: 280px;
        font: normal 14px Verdana;
        color: #343232;
        padding: 3px 0 3px 5px;
        display: block;
        outline: none;
        border: 1px solid #D3D0D0;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
    }

    .jqmAskform textarea
    {
        display: block;
        width: 279px;
        font: normal 12px Verdana;
        color: #343232;
        padding: 3px 0 3px 5px;
        border: 1px solid #D3D0D0;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        resize: none;
        outline: none;
    }

    .jqmAskform div.error
    {
        display: block;
        text-align: left;
        font: italic 11px Verdana;
        width: 100%;
        padding: 0;
        color: #DD0303;
        height: 14px;
        padding: 1px 0 1px;
    }

    .jqmAskform div.formclose
    {
        display: inline-block;
        margin: 0 15px 0 15px;
    }

/* форма с изображением "как выглядит виджет" */
div.viewcode
{
    border:1px solid whitesmoke;
    padding:25px;
    margin:15px 0;
}

div.viewcode div.view
{
    margin:15px 0;
}

div.viewcode div.view .ui
{
    background: url(/content/img/subscription_sprite.gif) no-repeat;
    width: 241px;
    height: 190px;
    float: left;
    background-size: 725px;
}

div.viewcode div.view .descr
{
    float:left;
    height:190px;
    line-height:190px;
    margin-left:15px; 
}



</pre></body></html>