#beta-popup
{
	width: 600px;
	height: 300px;
	font-family: Arial;
	color: white;
	margin: 0 auto;
	position: relative;
}

#beta-popup form 
{
	text-align: center;
}

#beta-popup form input
{
	display: block;
}


#popup-close
{
	background: none;
	border: none;
	outline: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
	cursor: pointer;
}

#popup-close img
{
	width: 100%;
}


