﻿body {
}
.login
{
    position:relative; 
    width:970px; 
    clear:both;
}
.login .imageSplat1
{
    position:relative; 
    width:802px; 
    height:101px; 
    background-image:url(/images/splats/LOGIN_1.jpg); 
    left: 100px; 
    z-index: 0;
}
.login .imageSplat2
{
    position: relative;
    width: 802px;
    height: 108px;
    background-image: url(/images/splats/LOGIN_2.jpg);
    left: 100px;
    z-index: 9;
}
.login .imageSplat3
{
    position:relative; 
    width:802px; 
    height:474px; 
    background-image:url(/images/splats/LOGIN_3.jpg); 
    left: 100px; 
    z-index: 0;
}
.login .usernameDiv
{
    position: absolute; 
    left: 220px; 
    top: 18px; 
    width: 204px; 
    height: 30px;
}
.login .usernameBox
{
    border: 0px none ; 
    background: transparent none repeat scroll 0% 0%; 
    color: rgb(255, 204, 0); 
    font-size: 16px; 
    -moz-background-clip: -moz-initial; 
    -moz-background-origin: -moz-initial; 
    -moz-background-inline-policy: -moz-initial; 
    width: 200px; 
    height: 29px; 
    text-align: right;
}
.login .passwordDiv
{
    position: absolute; 
    left: 315px; 
    top: 70px; 
    width: 204px; 
    height: 30px;
}
.login .passwordBox
{
   border: 0px none ; 
   background: transparent none repeat scroll 0% 0%; 
   color: rgb(255, 102, 0); 
   font-size: 16px; 
   -moz-background-clip: -moz-initial; 
   -moz-background-origin: -moz-initial; 
   -moz-background-inline-policy: -moz-initial; 
   width: 200px; 
   height: 29px; 
   text-align: left; 
}
.login .loginButtonDiv
{
  position: absolute; 
  left: 315px; 
  top: 110px;  
}
.login .loginButton
{   position:absolute; 
    left:0px; 
    top:50px;
    width: 85px;
    height: 58px;
    padding: 60px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(/images/splats/login_button.png) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */    
    cursor: hand; /* for IE 5.x */
}
.login .errorMessage
{
    padding: 10px; 
    position: absolute; 
    width: 300px; 
    height: 60px; 
    background-color: rgb(255, 0, 0); 
    color: rgb(255, 255, 255); 
    top:5px;
    right: 100px;
}
.login .rememberMe
{
    position: absolute; 
    left: 315px; 
    top: 140px; 
    font-size: 12px;
    font-weight:bold;
}
.login .notMember
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-image:url('/images/notamember.png');
    background-repeat:no-repeat;
    top: 192px; 
    left: 235px; 
    position: absolute; 
    height: 104px; 
    width: 112px; 
    z-index: 10;
}
.login forgotPw
{
    position:absolute; 
    left:305px; 
    top:110px; 
    width:300px; 
    font-size:11px;
}
.login .notMember img
{
    border: none; 
}
.registration
{
}
.registration .initialSurveyDiv
{
}
.registration .question
{
}


.changetitle
{
 color:#FFFFFF;
}
