@charset "utf-8";
#popupBody{
    width: 50%;
    padding: 2%;
    border-radius: 15px;
    box-shadow: 0 0 5px #CCC;
    background: #FFF;
    position: fixed;
    transition: all 5s ease-in-out;
	margin-left:25%;
	margin-right:25%;
	margin-top:30px;
	z-index:99999; 

}
