
#mypopup{
	position: absolute;
	width: 298px;
	height: 300px;
	left: 100px;
	top: 150px;
	display: table-cell;
	background: url() no-repeat ;
	line-height: 1.2em;
}

#closebutton{
	float: middle;
	width: 50px;
	height: 50px;
	margin-top: 10px;
}

a img{
	border: none;
}
.popstring{
	margin: 50px 20px 30px 50px;
	font-size: 1.2em;
	color: red;
	position: right;
	line-height: 1.1em;
	
}

popup{
	color: black;
	margin: 50px 20px 30px 50px;
	margin-bottom: 50px;
	margin-left: 20px;
	margin-right: 30px;
	margin-top: 50px;
}
	
#mypopup1 { display: none; position: absolute; top: 0; left: 0; float: left; background: #fff; text-align: center; opacity: 0.66; filter: alpha(opacity=66); -moz-opacity: 0.66; }
