﻿#continueWithoutLoginLayer .layerBackground, #registerUserLayer .layerBackground, #registerCustomerLayer .layerBackground, #thankyouLayer .layerBackground, #loaderLayer .layerBackground
{
    background: #3c8c1e url(//media.redcatsnordic.com/laredoute/images/generic/graphics/bgLayerUser.gif) repeat-x bottom left;
}

#continueWithoutLoginLayer .layerCloseButton, #registerUserLayer .layerCloseButton, #registerCustomerLayer .layerCloseButton, #thankyouLayer .layerCloseButton
{
    background: url(//media.redcatsnordic.com/laredoute/images/generic/graphics/btnLayerCloseUser.png) no-repeat top left;
}

.registerForm
{
    display: block;
    margin-top: 4px;
    line-height: 18px;
}

/* REGISTER LAYER */
.registerForm .horizontalFormTable ul
{
    width: 100%;
    margin-top: 0px;
    clear: both;
    float: none;
    overflow: auto;
}

.registerForm .horizontalFormTable li
{
    float: none;
    margin-bottom: 8px;
}

.registerForm .horizontalFormTable .label
{
    width: 165px;
    float: left;
    line-height: 20px;
}
.registerForm .horizontalFormTable .newsletter
{
    float: left;
}

.horizontalFormTable .newsletter a
{
    display: inline;
    color: White;
    font-family: Arial;
    text-decoration: underline;
}

.registerForm .horizontalFormTable .newsletter label
{
    display: inline;
}

.registerForm .horizontalFormTable h2
{
    margin-top: 0px;
    font-weight: bold;
}

.registerForm .horizontalFormTable .paragraph
{
    line-height: normal;
}

.registerForm .txtInput
{
    width: 145px;
}

.registerForm .txtSocialSecurityNumber
{
    width: 100px;
}

.registerForm .horizontalFormTable .getAddress
{
    margin-bottom: 15px;
}

.loginIntroText
{
    margin-bottom: 10px;
    line-height: 12px;
    }