﻿html {
    background-color: #28353b;
}

body {
    background: url('../images/background.jpg') repeat-x;
    background-color: #28353b
}

form {
    border: 1px solid #c51162;
}

#password-forgot {
    margin: 4rem auto 2rem;
}

.subscriptionIndex form label, .passwordForgot form label, .passwordConfirm form label {
    color: #fff;
}

.live-help-text {
    color: #fff;
}
.live-help {
	background-color: #c51162;
}

.subscriptionUpdate form legend {
    color: #c51162;
    border-bottom: 1px solid #c51162;
}

form button, .play-now {
    -moz-box-shadow: inset 2px 2px 5px #040505;
    -webkit-box-shadow: inset 2px 2px 5px #040505;
    box-shadow: inset 2px 2px 5px #040505;
    background: #c51162;
    color: #fff;
}

    .play-now a {
        color: #000;
    }

.validation-error {
    color: #fff;
}

#deluxepop {
    border: 1px solid #92ad20
}


.icons {
    background: url('../images/footerlogos.png') no-repeat;
    display: block;
}

.icon1 {
    width: 100px;
    height: 35px;
    background-position: 0 0;
}

.icon2 {
    background-position: -115px 0;
    width: 160px;
    height: 35px;
}

.icon3 {
    background-position: -275px 0%;
    width: 150px;
    height: 35px;
}

.icon4 {
    background-position: -430px 0;
    width: 130px;
    height: 35px;
}