div.common-popup div.inner div:first-child {
	margin: 0px auto;
}
div.common-popup div.inner {
	display: block;
	margin-top: 2%;
}
div.common-popup {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
	overflow-x: auto;
	overflow-y: scroll;
}
