#pop{
	margin-right:400px;
	border:solid green 1px;
	min-height:400px;
	position:relative;
}
#pop:before{
	content:"";
	display:block;
	width:400px;
	height:358px;
	position:absolute;
	right:-401px;
	top:0px;
	background:url(pic/p1.png) no-repeat;
}
#userText{
	display:block;
	width:calc(100% - 400px);
	box-sizing:border-box;
	padding:7px;
	margin-top:5px;
	font-size:120%;
}
.popText{
	color:green;
	width:70%;
	background:rgba(0,128,0,0.2);
	padding:5px;
	margin-bottom:7px;
	border-radius:0 6px 6px 0;
}
.userText{
	color:blue;
	width:70%;
	margin-left:auto;
	background:rgba(0,0,128,0.2);
	padding:5px;
	margin-bottom:7px;
	border-radius:6pz 0 0 6pz;
}
