html{
	min-height: 100%;
	/* height: auto; */
}
body{
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	height: 100%;
	position: relative;
}

#drop_shadow{
	width: 741px;
	height: 19px;
	margin: auto;
	background: url(../images/drop_shadow.png) top center no-repeat;
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/drop_shadow.png', sizingMethod='scale');
}


#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;
}
#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%;
	display: none;
}
#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: 0px;
	overflow: auto;

}
#TB_CLOSE{
	position: absolute;
	display: none;
	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: 60px;
}

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


#TB_PHONE_CUST{
	background-image: url(../images/trans.png);
	z-index: 950;
	position: relative;
	margin: auto;
	margin-top: 100px;
	width: 600px;
	padding: 20px;
	text-align: center;
	color: #fff;
	font-size: 60px;
}

#TB_PHONE_CUST span{
	font-size: 24px;
}

#TB_PHONE_CUST span.note{
	font-size: 16px;
}
