.passportleftcol {
	width: 50px;
	text-align: right;
	color: #444;
	padding-top: expression('3px');
}
.passportrightcol {
	width: 252px;
	color: #444;
}
.pasporttopbot {
	background: #4C4C4A;
	margin: 0 1px;
}
.pasportzag {
	border-left: 1px solid #4C4C4A;
	border-right: 1px solid #4C4C4A;
	background: url('//i.bigmir.net/hp/img/pasportbgzag.gif') #5D5B5E repeat-x bottom left;
}
.pasportedit {
	width: 233px;
	border-style: solid;
	border-width: 1px;
	border-color: #4C4C4A;
	padding-left: 3px;
}
#auth_type {
	vertical-align: middle;
}
/* overlay opacity layer */
.TB_overlay {
	position: absolute;
	z-index: 100;
	background-color: #000;
	filter: alpha(opacity=10);
	moz-opacity: 0.1;
	opacity: 0.1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.TB_window {
	position: absolute;
	z-index: 102;
	top: 50%;
	left: 50%;
	margin-top: -113px;
	margin-left: -160px;
	filter: alpha(opacity=100);
	moz-opacity: 1;
	opacity: 1;
	width: 320px;
	text-align: left;
}
.TB_content {
	background: #fff;
	overflow: auto;
}
/* end overlay opacity layer */