﻿epresto-page {
    background-color: #e52322;
    background-image: url("pix/custom/background.jpg?v=1.2");
}

h1, h2 {
    color: #e52322;
}

p, label {
    color: #000000;
}

epresto-page button {

    background-image: url(Pix/Custom/Button.svg);
}

epresto-page button.flick.backward {
    background-image: url(Pix/Custom/FlickButtonBackward.svg);
}

epresto-page button.flick.forward {
    background-image: url(Pix/Custom/FlickButtonForward.svg);
}

epresto-ajaxsendcontrol button.send {
    background-image: url("Pix/Custom/SendButton.svg");
    color: #ffffff;
}

epresto-ajaxsendcontrol div.failureSign {
    background-image: url("Pix/Custom/FailureSign.svg");
}

input[type=radio] + label::before {
    background-image: url('Pix/Custom/RadioButton.svg');
}

input[type=radio]:checked + label::before {
    background-image: url('Pix/Custom/RadioButtonEnabled.svg');
}

input[type=text], input[type=number], textarea {
    border: 2px solid #565655;
}

epresto-fivestars .star {
    background-image: url('Pix/Custom/StarButton.svg');
}

epresto-fivestars .star.enabled {
    background-image: url('Pix/Custom/StarButtonEnabled.svg');
}

epresto-ajaxsendcontrol div.sandglass {
    background-image: url("Pix/Custom/SandglassBottom.png");
}

epresto-ajaxsendcontrol div.sandglass::before {
    background-image: url("Pix/Custom/SandglassMiddle.png");
}


epresto-ajaxsendcontrol div.sandglass::after {
    background-image: url("Pix/Custom/SandglassTop.png");
}