﻿body.EnR #search.logged-out
{
    background: url(../../images/EnR/search-left-green.png);
}

body.EnR #search.logged-in
{
    background: url(../../images/EnR/search-top-green.png) left top no-repeat;
}

body.EnR header a.register
{
    background: url(../../images/EnR/register-bg_green.jpg) left top repeat-x;
}
body.EnR header a.register:hover
{
    background: url(../../images/EnR/register-bg_green-hover.jpg) left top repeat-x;
}

body.EnR #search input[type=submit]
{
    background: url(../../images/EnR/search-button-green.png) left top no-repeat;
}
body.EnR #search input[type=submit]:hover
{
    background: url(../../images/EnR/search-button-green-hover.png) left top no-repeat;
}

body.EnR .welcome-screen .start-here a
{
    background: url(../../images/EnR/btn-wide-green.png) left top no-repeat;
}
body.EnR .welcome-screen .start-here a:hover
{
    background: url(../../images/EnR/btn-wide-green-hover.png) left top no-repeat;
}


body.EnR #registration-landing p.register a { background: url(../../images/EnR/activity-launch.png) left top no-repeat; }