.popup {
    max-width: 44em;
    background: white;
    padding: 16px;
    border-radius: 8px;
}

.msg_close {
    margin-top: 12px;
}

#waiting {
	width: 50%;
	margin: 0 auto;
	background: url(../images/spinning.gif) no-repeat 0 0;
}

.hidden {
	display: none;
}

