#lytic_accept {
    background: none repeat scroll 0 0 #58B931;
    color: #FFFFFF;
    font-size: 12px;
    padding: 3px 20px;
    position: absolute;
    right: 15px;
    text-decoration: none;
    bottom: 11px;
    cursor: pointer;
}
#lytic_accept:hover {
    background: none repeat scroll 0 0 #78D951;
}
#lytic_layer {
/*    background: none repeat scroll 0 0 #111;
    height: 100%;
    width: 100%;
*/
    z-index: 9999;
    position: fixed;
    bottom: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

#lytic_askbox {
    background: none repeat scroll 0 0 #fff;
    color: #818181;
    bottom: 0;
    font-size: 16px;
    line-height: 22px;
    left: 0;
    padding: 15px 150px 15px 15px;
    position: fixed;
    right: 0;
    z-index: 10000;
    display: none;
    /*width: 801px;*/
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
}

#lytic_askbox a {
    color: #818181;
}
