@charset "utf-8";



.hide { display: none; }


#fullscreen {
    display: none;
    background-image: url(/popup/screen-shadow.png); behavior: url("iepngfix.htc");
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
	}

#largepopup {
	visibility: hidden;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 317px;
	border: 0;
	border-collapse: collapse;
	z-index: 100;
	}

.largepopup-content {
	width: 317px;
	margin: 0 auto;
	background: url(/popup/floater-top.png) no-repeat;
	behavior: url("iepngfix.htc");
}

.login-wrap {
	padding:0px 33px 4px 20px;
	color:#343333;
		font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
	.login-wrap P {
		margin-top:5px;
	}
		.login-wrap P .put-box {
	border:#7f7f7f 1px solid;
	background:#FFFFFF;
	padding:2px 4px;
	width:225px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
		}
	.login-wrap P.forgot {
		margin-top:7px;
		font-size:11px;
		text-align:right;
	}
	
.largepopup-footer {
	background: url(/popup/floater-bottom.png) bottom no-repeat;
	behavior: url("iepngfix.htc");
	height:16px;
	margin:0px;
}




.b-remove {
		border: #dcdcdc 1px solid;
		font: normal normal normal 11px/normal Arial, Tahoma, Verdana; color: #404040; line-height: 15px;
		padding: 3px; width:55px;
	}
