/*
    Document   : subscribe
    Created on : 18.10.2012, 21:16:51
    Author     : Alexander Lebedev <lebedev.a@list.ru>
    Description:
        Purpose of the stylesheet follows.
*/

.subscribe-form .control-group .checkbox {
    border-bottom:1px dashed #D5D4D5;
    padding-left:0px;
    color:#0091D1;
    padding-bottom:2px;
}

#subscribe-modal-form .control-group{
    margin-left:15px;
    margin-right:15px;
    border-top:1px dotted #CCCCCC;
    padding-top:5px;
}
#subscribe-modal-form .control-group:first-child{border-top:none;}
#subscribe-modal-form .control-group:last-child{border-top:none;}