.on-cookies {
	position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #000000b8;
    padding: 12px 40px;
    max-width: 800px;
    margin: 0 auto;
}
.on-cookies span {
	color: #fff;
    line-height: 26px;
    font-size: 15px;
    float: left;
}
.on-cookies span a {
    color: #8a8a8a;
    cursor: pointer;
    text-decoration: none;
    margin-left: 4px;
    user-select: none;
    -moz-user-select: none;
}
.on-cookies a.ok {
	float: right;
    background: red;
    font-size: 13px;
    color: white;
    padding: 6px 12px;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    text-decoration: none;
}
.form-custom,
.error {
    max-width: 463px;
}
.form-custom input[type="submit"],
.form-custom input[type="button"] {
    margin-top: 12px;
}
.notice-error, div.error2 {
    border-left-color: gray;
}
.error2 {
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    padding: 1px 12px;
    float: left;
    width: 100%;
    max-width: 439px;
    margin-top: 4px;
}
.error2 p {
    margin: 4px;
}