﻿#loginHelpContainer {
    width: 100%;   
    float: left;
    margin-bottom: 12px;
}

#loginContainer {
    float: right;
    width: 300px;
    padding-top:7px;
    margin-left: 1px;
    padding-right: 5px;
}

#loginContainer p {
    margin-top: 4px;
   	line-height: 14px;
    font-size: 1.0em;   
    color: #666666; 
}

#loginContainer h3 {
    font-size: 1.3em;
    color:#49535D;
   	margin: 0px;  
}

#userHeaderContainer {
    width: 300px;    
    float: left;
}

#existingUserContainer {
    width: 300px;    
    float: left;
}

.inputText {
    float: left;
    width: 95px;
    padding-top: 4px;
}

.inputContainer  {
    width: 300px;    
    float: left;
}

.inputContainer input  {
    float: left;
    font-size: 12px;
    padding: 1px;
}

#loginHelpContainer h1 {
    font-size: 1.1em;
}

#testCookies {
    width:100%;
    border-top: 1px;    
    border-bottom: 1px;    
    border-left: 0px;    
    border-right: 0px;
    border-color: #e6e6e6;
    float: left;
    margin-left: 1px;
    background-image: url(../../images/backgrounds/productRangeGradientBG.gif); 
    background-repeat: repeat-y; 
    background-position: top right; 
    border-style: solid;
    margin: 6px 0px 6px 0px;
}

#testCookies h3 {
    font-size: 1.2em;    
    color: #cc372c;
    padding: 9px 0px 0px 0px;
}

#testCookies p {
    padding: 0px 0px 0px 0px;
}

#testCookies ul {
    font-size: 1.0em;
    line-height: 14px;
    padding: 0px 0px 0px 14px;
}

#testFormSubmissions {   
    margin-top: 12px;
    margin-bottom: 14px;
    float: left;
}

#testFormSubmissions h1 {   
    font-size: 1.3em;
}

#testMessage {
    margin: 12px 0px 12px 0px; 
}

#testForms {
    visibility:hidden;    
    width:618px;    
    float: left;
    border: 1px;
    background-image: url(../../images/backgrounds/productRangeGradientBG.gif); 
    background-repeat: repeat-y; 
    background-position: top right; 
    border-color: #cccccc;
    border-style: solid;
    height:70px;
    margin: 8px 0px 0px 0px;
}

#testForms p, #testForms h1 {
    padding: 0px;
}

#testFormsSuccess {
    color: #333333;
    padding-left: 6px;
}

#testFormsSuccess h1 {
    color: #333333;
    font-size: 1.2em;
    padding-top: 10px;
}

