* {font-size: 100.01%;}

body#popup{
	padding:25px;
	margin:0;
	font-family: Arial, sans-serif; 
	font-size: 0.85em;
	background-color:white;
	height:auto;
}

div#logo{
	width:151px;
	height:140px;
	background:white url('logo-inner.png') no-repeat 100% 100%;
	//background-image:none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/1/logo-inner.png',sizingMethod='crop');
	margin-bottom:0px;
}

table#popup-header{
	margin-top:41px;
	height:51px;
	width:100%;
}

table#popup-header td{
	background-color:#EFEFEF;
}


table#popup-header td.corner{
	width:14px;
	height:14px;
}


table#popup-header td.corner div{
	width:14px;
	height:14px;
	font-size:0;
}

table#popup-header td.tl div{background:url('/f/1/popup-header-tl.gif') no-repeat;}
table#popup-header td.tr div{background:url('/f/1/popup-header-tr.gif') no-repeat;}
table#popup-header td.br div{background:url('/f/1/popup-header-br.gif') no-repeat;}

table#popup-header td.text{
	padding-top:6px;
	padding-left:16px;
}

body#popup div#content{
	margin-top:0px;
	width:100%;
	text-align:center;
	height:auto;
}
