﻿/* this is for pop up */
#wrappopup1 {
	display: none;
	position: relative;
	left:0px;
	top:-430px;
	z-index:100;
	width:400px;
}

#popup1 {
    left:510px;
	position: absolute;
}