div#icons a#login_popup {
  position: absolute;
  font-weight: bold;
  background: url("../images/ico_login.png") no-repeat top left;
  padding: 5px 0 1px 23px;
  margin: 0 0 0 894px;
}

div#icons div#login_popup {
  font-weight: normal;
  background: url("../images/ico_login.png") no-repeat center left;
  padding: 5px 0 1px 23px;
  margin: -10px 0 0 844px;
  float: none;
  position: absolute;
}

div#icons div#login_popup a {
  position: relative;
  display: inline;
  float: none;
}

div#icons div#login_popup a:hover {
  text-decoration: underline;
}

#loginbox_container {
  position: absolute; 
  z-index: 99999; 
  top: 49px;
  left: 712px;
	padding: 708px\9;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: #7aa0d4;
	padding: 5px;
	width: 404px;

}

#loginbox_holder {
	background: #7aa0d4;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;

}

#loginbox_close {
  float: right;
  display: block;
  width: 16px;
  height: 16px; 
  background: url("../images/loginbox_close.png") no-repeat;
  margin: 5px 5px 0 0;
  cursor: pointer;
  text-decoration: none;
  border: 0;
}

#loginbox_close:hover {
  background-position: -16px 0;
  text-decoration: none;
}

#loginbox_title {
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	line-height: 1.75em;
	color: #FFFFFF;
	padding: 0em;
	padding-left: 8px;
	display: block;
	/*
	background: #CCC url(../img/alert/title.gif) top repeat-x;
  border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	*/
	cursor: default;
	margin: 0 0 -2px 0;
}

#loginbox_content {
	font-family: Arial;
  background: 16px 16px no-repeat url(../img/alert/info.gif);
	padding: 4px 4px 4px 8px;
	margin: 0em;
	text-align: left;
}

#loginbox_content p{
  margin-bottom: 7px;
}

#loginbox_content table {
  margin: 0 -4px;
}

#loginbox_content table td {
  padding: 4px; 
}

#loginbox_content table td input.loginbox {
  width: 174px;
  height: 16px;
  background: url("../images/loginbox_input.png") no-repeat 0 0;
  text-align: left;
  padding: 4px 8px;
  border: 0;
}


#loginbox_content table td input.btn_loginbox {
  float: right;
  display: block;
  width: 59px;
  height: 21px; 
  background: url("../images/loginbox_submit.png") no-repeat;
  padding: 0;
  margin: -2px 0 0 0;
  cursor: pointer;
  text-decoration: none;
  border: 0;
}

#loginbox_content table td input.btn_loginbox:hover {
  background-position: 0 0;
  text-decoration: none;
}

#loginbox_content table td a {
  color: #FFFFFF;
  text-decoration: underline;
  margin-right: 12px;
  font-size: 11px;
}

#loginbox_content table td a:hover {
  text-decoration: none;
}
