/* 
    Document   : vquestions
    Created on : 2013-02-28, 13:48:26
    Author     : Rafał
    Description:
        Purpose of the stylesheet follows.
*/

h2.vquestions {
    padding: 0 0 10px 0;
    margin: 0;   
}

div.vquestions_question {
    width: 98%;
    border-bottom: solid 1px #00539A;
    margin-bottom: 20px;
    padding-bottom: 10px;
    overflow: hidden;
}

div.vquestions_question div.vquestions_field {
    padding-bottom:  3px;
}

div#vquestions_rules {
    padding-right: 10px;
}

li.vquestions_rules {
    margin-bottom: 5px;
}

ol li ul:first-child {
    margin-top: 5px;
}

input#ask[type="submit"] {
    float: left;
}

a#back {
    display: block;
    background: #1EBDEF;
    float: left;
    color: white;
    border: solid 1px #DFDFDF;
    text-align: center;
    height: 18px;
    text-decoration: none;
    cursor: default;
    padding: 4px 10px 0 10px;
}
