.tbox {
	position: absolute;
	display: none;
	padding: 14px 17px;
	z-index: 900;
}

.tinner {
	padding: 15px;
	margin-bottom: 30px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
}

.tmask {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	z-index: 800;
}

.tclose:hover {
	background-position: 0 -30px;
}

#coloredmask {
	background: #FFC210;
}

.loginForm dt:after {
	content: ":";
}

.tbox .loginForm dd {
	margin-bottom: 15px;
	padding-top: 5px;
	padding-left: 0px;
}

.tbox .loginForm {
	font-size: 16pt;
}

.tbox .loginForm dl dd input {
	font-size: 16pt;
	width: 200px;
}

.loginForm dl {
	margin-top: 0px;
}	

.loginForm dl dt {
	float: left;
	padding-top: 3px;
}

.loginForm dl dd {
	padding-left: 45px;
}

.loginForm input[type=submit] {
	width: 78px;
	float: left;
	height: 25px;
	margin: -3px 6px 15px 0;
}

.loginForm table {
	float: left;
	margin-top: -10px;
}

.loginForm table tr td a {
	font-size: x-small;
}
1051