﻿#loginContainer {
    position:relative;
    float:right;
    font-size:12px;
	 z-index:100;
}

/* Login Button */
#loginButton { 
    display:inline-block;
    float:right;
    background:url(Images/setting_button.png) no-repeat; width:36px; height:24px; 
    position:relative;
    z-index:30;
    cursor:pointer;
}

#loginButton span {
    color:#445058; 
    font-size:14px; 
    font-weight:bold; 
    text-shadow:1px 1px #fff; 
    padding:7px 29px 9px 10px;
    background:url(Images/loginArrow.png) no-repeat 53px 7px;
    display:block
}

#loginButton:hover {
    background:url(Images/setting_button_hover.png) no-repeat;  width:36px; height:24px; 
}

/* If the Login Button has been clicked */    
#loginButton.active {
    border-radius:3px 3px 0 0;
}

/* Login Box */
#loginBox 
{
    background:#ebf0d3;
    position:absolute;
    top:26px;
    right:0;
    display:none;
    z-index:29;
}


/* If the Login Button has been clicked */    
#loginButton.active {
    border-radius:3px 3px 0 0;
}

#loginButton.active span {
    background-position:53px -76px;
}

/* A Line added to overlap the border */
#loginButton.active em {
    position:absolute;
    width:100%;
    /*height:1px;
    background:#d2e0ea;*/
    bottom:-1px;
}

/* Login Form */
#loginForm {
    border:5px solid #4f81ac;
    width:160px; 
    margin-top:-1px;
    background:#ffffff;
    padding:2px;
}
 
#loginForm fieldset {
    margin:0 0 12px 0;
    display:block;
    border:0;
    padding:0;
}

fieldset#body {
    background:#ffffff;
    border-radius:3px;
    -moz-border-radius:3px;
    padding:10px 7px;
    margin:0;
}

 
#loginForm #checkbox {
    width:auto;
    margin:1px 9px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}

#body label {
    color:#3a454d;
    margin:9px 0 0 0;
    display:block;
    float:left;
}

#loginForm #body fieldset label {
    display:block;
    float:none;
    margin:0 0 6px 0;
}

#loginContainer2 {
    position:relative;
    float:right;
    font-size:12px;
	padding:4px 0 0 0;
	width:150px;
	 z-index:100;
}

/* Login Button */
#loginButton2 { 
	font:normal 10px verdana;
	color:#1c486d;
    display:inline-block;
    float:right;
    position:relative;
    z-index:30;
    cursor:pointer;
}

/* Login Button Text background:url(Images/arrow.png) no-repeat 80px 7px;*/
#loginButton2 span {
	background:url(Images/arrow.png) no-repeat right;
    color:#445058; 
	font-weight:normal; 
	width:6px;
}

#loginButton2:hover {
  /*  background:url(Images/arrow.png) no-repeat 80px 10px; */
}

/* Login Box */
#loginBox2 
{
    background:#ebf0d3;
    position:absolute;
    top:22px;
    right:0;
    display:none;
    z-index:29;
    width:175px;
}

/* If the Login Button has been clicked */    
#loginButton2.active {
    border-radius:3px 3px 0 0;
}

#loginButton2.active span {
    background-position:53px -76px;
}

/* A Line added to overlap the border */
#loginButton2.active em {
    position:absolute;
    width:100%;
    /*height:1px;
    background:#d2e0ea;*/
    bottom:-1px;
}

/* Login Form */
#loginForm2 {
    border:5px solid #4f81ac;
    padding:2px;
    margin-top:-1px;
    background:#ffffff;
    /*background:url(Iimages/logout_background.jpg) no-repeat; width:175px; height:40px ;*/
}

.loginuser2{width:100%; text-align:left;}

.loginuser2 ul{margin:0; padding:0;}

.loginuser2 li{font:normal 13px arial; color:#356690; text-align:left; list-style:none;}

.loginuser2 li a{font:normal 13px arial; color:#356690; text-decoration:none; line-height:24px; padding:0 0 0 10px;}

.loginuser2 li a:hover{font:normal 13px arial; color:#000000; text-decoration:none; cursor:hand; line-height:24px;}


.home2 {width:34px; height:23px; background:url(Images/home_button.png) no-repeat top center; cursor:hand;}
.home2 a {width:34px; height:23px;  display:block;}
.home2 a:hover {width:34px; height:23px; background:url(Images/home_button_hover.png) no-repeat top center;}