﻿#my-account {
    background: #e9e8e8 url(my-account.gif) no-repeat bottom center;
    position: absolute;
    width:374px;
    right: 0;
    top: 0;

}

    #my-account #login {
        background: #5d4575 url(login.gif) no-repeat bottom center;
        padding: 20px 20px 15px 100px;
        margin:0;
    }
    
        #login label {
            position: absolute;
            top: 22px;
            left: 15px;
            color: #fff;
            font-size: 11px;
            font-style: italic;
        }
    
        #login .text {
            float:left;
            height:20px;
            border:1px solid #333;
            font-size:11px;
            width:95px;
            font-style:italic;
            padding-left:5px;
            line-height:20px;
            margin:0 0 0 5px;
            color:#4B3E29;
            
            /* -moz-box-shadow: 0px 1px 0px #9181a1;
            -webkit-box-shadow: 0px 1px 0px #9181a1;
            box-shadow: 0px 1px 0px #9181a1;*/

        
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
        }
        
        #login .watermark {
            color:#aaa;
        }
    
        #login .submit {
            background:#000;
            height:20px;
            width:auto;
            border:none;
            float:left;
            cursor:pointer;
            padding: 0 5px;
            margin:1px 0 0 5px;
            color:#fff;
            font-size:10px;
            font-style:italic;
            line-height:20px;
        
        
        
            -moz-box-shadow: 0px 1px 0px #4f3b64;
            -webkit-box-shadow: 0px 1px 0px #4f3b64;
            box-shadow: 0px 1px 0px #4f3b64;
        
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
        
        } #login .submit:hover {background-color: #e6ebf1;color:#000000}
        
    #my-account #member-options {
        margin:10px 15px;
    }
    
        #member-options a {
            font-size:12px;
            color:#4b3e29;
            font-style:italic;
            line-height:12px;
            
        }
        
   .login-error 
   {
       padding: 1em 0 0;
       clear: both;
       color: #fff;
       display: block;
       font-style: italic;
   }
