.popup	{
  margin:0;
  padding:0;
  background-color: #fff; 
}
.popup h3,
.popup .checkbox,
.popup #checkbox_1,
.popup #forgotpsswd
{
	display:none;
}
.popup fieldset	{
	border:0;
	float:left;
	padding:0;
	width:150px;
}
.popup fieldset table	{
	margin:25px 0 0 40px;
}
.popup label	{
	font-family:SceneStd, "Lucida Grande", "Lucida Sans", Arial;
	font-size:11px;
	text-transform:uppercase;
	color:#1e2b36;
	float:left;
	width:150px;
	margin-top:10px;
}
.popup #username,
.popup #password	{
	width:150px;
	border:1px solid #4B5D66;
	background:transparent url(../img/bg_login-input.gif) repeat-x 0 0;
	padding:3px 2px;
	margin-top:2px;
}
.popup .button {
	float:left;
	border-width:0;
	margin-top:15px;
	background:transparent url(../img/btn_login-popup.gif) no-repeat 0 0;
	width:45px;
	height:21px;
	text-indent:9999px;
	font-size:0.00px;
	line-height:0.00px;
}
.popup form	{
	width:200px;
}
 

