body {
    background-color: #FFF;
    background-image: none;
}
#loginHeader {
    background: #f3f3f3;
    border-top: 5px solid #000;
    border-bottom: 3px solid #FFF;
    box-shadow: 0px 0px 10px #888888;
    height:55px;
}
#loginHeader h1 {
    background: none;
}
#loginHeader h2 {
    background: none;
}
#verticalContainer {
    background-color: #FFF;
    height: 580px;
    width: 850px;
    padding: 50px;
    margin: 20px auto;
}
#horizontalContainer {
    margin: 0;
}
#frpWebsite {
    background: url(login/Website.png) no-repeat;
    height: 53px;
    width: 139px;
}
#frpWebsite:hover {
    background: url(login/Website.png) no-repeat;
    height: 53px;
    width: 139px;
}
#contactUs {
    background: url(login/ContactUs.png) no-repeat;
    height: 53px;
    width: 139px;
}
#contactUs:hover {
    background: url(login/ContactUs.png) no-repeat;
}
#successCoachContainer {
    font-size: 1.2em;
}
#successCoachContainer #successCoachContainerHeader {
    color: #ec9746;
}
#successCoachContainer a {
    color: #ec9746;
}
#successCoachContainer a:hover{
    text-decoration: underline;
}
#imsLoginForm #imsSubmit {
    background: url(login/LoginButton.jpg) no-repeat;
    height: 40px;
    width: 122px;
    float:left;
    margin-left: 40px;
    border: none;
}
#forgotPassword {
    float: left;
    width: 12.5em;
}
#contactUsSlider {
    right: 326px;
    top: 59px;
    background-color: #f1f1f1;
    background-image: none;
    border-right: 1px solid #9f9f9f;
    border-bottom: 1px solid #9f9f9f;
    border-left: 1px solid #9f9f9f;
    box-shadow: 0px 0px 10px #888888;
}
#websiteSlider {
    right: 326px;
    top: 59px;
    background-color: #f1f1f1;
    background: url (login/website-ad.png) no-repeat !important;
    border-right: 1px solid #9f9f9f;
    border-bottom: 1px solid #9f9f9f;
    border-left: 1px solid #9f9f9f;
    box-shadow: 0px 0px 10px #888888;
}
#contactUsSlider form {
    color: #393939;
}
#contactUsSlider label {
    color: #000;
}
#col1Options, #col2Options {
    color: #393939;
}
#seperator {
    background: url(login/sep.png) no-repeat;
    padding-right: 60px;
}
#column2 {
    width: 150px;
    margin-left: 0px;
    text-align: inherit;
    top: -20px;
}
#loginError {
    padding: 20px;
}
#contactUsSubmit {
    background: url(login/Submit.jpg) no-repeat;
    border:none;
}
#websiteSliderSubmit {
    background: url(v4/frp-website-ad-button.png) no-repeat;
}
::selection {
  background: #f5c79a; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #f5c79a; /* Gecko Browsers */
}
#websiteSlider {
cursor: default;
background: #f1f1f1 url(login/frp-website-ad.png) no-repeat;
background-color:#fff;
}
