	.popin {
		color:#000000;
		text-align:justify;
		text-indent:5px;
		background:#FFF;
		/*-moz-border-radius:10px 10px 10px 10px;*/
	}

	.popin_box {
	   background: #ffffff;
	}
	.popin_top div {
	   background: url(tl.png) no-repeat top left;
	}
	.popin_top {
	   background: url(tr.png) no-repeat top right;
	}
	.popin_bottom div {
	   background: url(bl.png) no-repeat bottom left;
	}
	.popin_bottom {
	   background: url(br.png) no-repeat bottom right;
	}

	.popin_top div, .popin_top, 
	.popin_bottom div, .popin_bottom {
	   width: 100%;
	   height: 30px;
	   font-size: 1px;
	}
	.popin-content { margin: 0 30px; }
