html{
	min-height: 100%;
	/* height: auto; */
}
body{
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	height: 100%;
	position: relative;
}
#TB_OVERLAY{
	width: 100%;
	height: 100%;
	background-image: url(../images/trans.png);
	position: fixed;
	
	top: 0px;
	left: 0px;
	z-index: 900;
	display: none;
	text-align: center;
	/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='trans.png', sizingMethod='scale');  */
}
#TB_WINDOW{
	border: 4px solid #444;
	z-index: 950;
	position: relative;
	margin: auto;
	margin-top: 50px;
	/* width: 500px; */
	background-color: #fff;
	text-align: left;
}
#TB_WINDOWBAR{
	height: 30px;
	text-align: right;
	background-color: #dedede;
	width: 100%;
}
#TB_WINDOWBAR a:link, #TB_WINDOWBAR a:visited, #TB_WINDOWBAR a:active{
	font-size: 20px;
	color: #333;
	text-decoration: none;
	margin: 5px;
	font-weight: bold;
}
#TB_WINDOWBAR a:hover{
	color: #911;
}
#TB_CONTENT{
	/* padding: 10px; */
	overflow: auto;
	line-height: 16px;
}
#TB_CLOSE{
	position: absolute;
	z-index: 920;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

#TB_PHONE{
	/* border: 4px solid #444; */
	background-image: url(../images/trans.png);
	z-index: 950;
	position: relative;
	margin: auto;
	margin-top: 100px;
	width: 500px;
	padding: 20px;
	text-align: center;
	color: #fff;
	font-size: 70px;
}

#TB_PHONE span{
	font-size: 30px;
}
