
.popup [type="checkbox"]:not(:checked),
.popup [type="checkbox"]:checked{
	position:relative; 
	width:15px;
	height:10px;
	opacity:1;
	margin:10px 5px 5px 0px;
}

.popup{
	display:inline-block;
	position:absolute;
	border:1px solid #666;
	max-width:550px;
}
.popup img{ 
	 width:100%;
}
.popup_title{
	display:inline-block;
	float:left;
}

.popup_close{
	display:inline-block;
	float:right;
	cursor:pointer;
	margin:3px 20px 0px 0px;
}

.popup_top{
	width:100%;
	height:25px;
	color:white;
	line-height:25px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	font-size:14px;
}
.popup_bottom{
	vertical-align:top;
	width:100%;
	height:25px;
	color:white;
	line-height:25px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	font-size:14px;
}
