/* CSS Document */

html{margin:0;padding:0;border:0}
body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,b,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,article,aside,dialog,figure,footer,header,hgroup,nav,section{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}


#tapic{
	position:fixed;
	width:100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index:9;
}
#tapic div.popup-box01{
	display:block;
	width: 562px;
	height:379px;
	position:absolute;
	top:48%;
	left:50%;
	margin-left:-324px;
	margin-top:-198px;
}
#tapic a img{
	display: block;
	width:562px;
	height:379px;
}
#tapic i.close-icon{
	display:block;
	width:28px;
	height:28px;
	position:absolute;
	right:10%;
	top:10%;
}