div .loginBoxHolder
{
    margin: 0px auto;
    width:228px;
	padding-left:0px;
	padding-top:24px;
	padding-bottom: 26px;
	background-image: url(/images/img_shadow4.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

div .loginBox
{}

.loginBox .tabsBox 
{
    padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0.2em;
	padding-top:5px;
	margin: 0px 0px 0px 0px; 
	border-bottom: 2px solid #8CCE18; 
	list-style-type: none; 
	text-align: left;
}
.loginBox .tabsBox LI 
{
    display: inline;
	padding-left:0px;
    list-style-type:none;
}
.loginBox .tabsBox A
{

	padding-left: 1px; 
	padding-right:14px;
	padding-bottom: 0.2em; 
	padding-top:5px;
	margin: 0 0 0 0; 
	text-decoration: none;
	background-color:#ffffff;
}
.loginBox .tabsBox .tabheader A
{   
    border-bottom: 2px solid #8CCE18; 
	background: transparent url(/images/login_tab.jpg) no-repeat top left;
}
.loginBox .tabsBox .headertext
{
   	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
}
.loginBox .Body
{
    width:215px;
    text-align: center;
	border-bottom:2px solid #8CCE18;
	border-left:2px solid #8CCE18;
	border-right:2px solid #8CCE18;
	background-color:#ffffff;
	padding-top:20px;
	padding-left:9px;
	padding-bottom:50px;
}
.ltd
{
    text-align: right;
    font-weight: bold;
    font-size: 12px;
    padding-right: 20px;
}
input
{
    height:16px;
	width:100px;
	padding: 0px 0px 0px 3px;
	color:#20715b;
	font-size:11px;
	border:solid 1px #20715b;
	background: transparent url(/images/input_bg.jpg);
	background-position:top;
	float:left;
}

.logbutton
{
  margin-left: 70px;
  text-align: center;
  width: 70px;
  height: 20px;
  padding-bottom: 2px;
  font-weight: bold;
  border: none;
  color: black;
  font-size: 10px;
  background: transparent url(/images/ico_login.gif) no-repeat top left;
}
.logbutton:hover
{
  width: 70px;
  height: 20px;
  padding-bottom: 2px;
  font-weight: bold;
  border: none;
  color: #bdbdbd;
  font-size: 10px;
  background: transparent url(/images/ico_login2.jpg) no-repeat top left;
}