#popup {
	/*margin:0 0 0 -500px;*/
	height: auto;
	width: 335px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: url(../img/common/popup/popup_bg.png);
	color: #fff;
	padding: 20px;
	box-shadow: 0px 0px 30px #888;
}

#popup .popup-close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

#popup p.title {
	margin-bottom:20px;
}

#popup h2 {
	font-weight:bold;
	font-size:20px;
	margin:20px 0 0;
}

#popup p{
	font-size:20px;
/*	width: 280px;
	margin: 0 auto;*/
}
#popup .popup-btn{
	background: #41d17a; /* Old browsers */
	background: -moz-linear-gradient(top,  #41d17a 0%, #3ec875 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41d17a), color-stop(100%,#3ec875)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #41d17a 0%,#3ec875 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  #41d17a 0%,#3ec875 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #41d17a 0%,#3ec875 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41d17a', endColorstr='#3ec875',GradientType=0 ); /* IE6-9 */
	border: 1px solid #fff;
	margin: 5px auto 15px;
	width: 333px;
}
#popup .popup-btn a{
	color: #fff;
	font-size: 16px;
	padding: 10px 20px 8px 0;
	display: block;
	background-image: url(../img/common/popup/popup_btn_arrow.png);
	background-repeat: no-repeat;
	background-position: 85% 50%;
	text-align: center;
}
#popup .popup-btn:hover{
	background: #41d17a;
}

#popup .popup-btn.green{
	background: #a4e060;
	background: -moz-linear-gradient(top,  #a4e060 0%, #92c755 100%);
	background: -webkit-linear-gradient(top,  #a4e060 0%,#92c755 100%);
	background: linear-gradient(to bottom,  #a4e060 0%,#92c755 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4e060', endColorstr='#92c755',GradientType=0 );
	border: 1px solid #fff;
	margin: 5px auto 15px;
	width: 333px;
}
#popup .popup-btn.green:hover{
	background: #a4e060;
}

#popup .popup-btn.orange{
	background: #ffa959;
	background: -moz-linear-gradient(top,  #ffa959 0%, #ff8d23 100%);
	background: -webkit-linear-gradient(top,  #ffa959 0%,#ff8d23 100%);
	background: linear-gradient(to bottom,  #ffa959 0%,#ff8d23 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa959', endColorstr='#ff8d23',GradientType=0 );
	border: 1px solid #fff;
	margin: 5px auto 15px;
	width: 333px;
}
#popup .popup-btn.orange:hover{
	background: #ffa959;
}

#relocation-btn{
	display: none;
	background: url(../img/common/popup/popup_bg.png);
	border: 2px solid #fff;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 9990;
}
#relocation-btn a{
	display: block;
	padding: 19px 59px 13px 34px;
	font-size: 18px;
	color: #fff;
	background: url(../img/common/popup/popup_btn_arrow.png);
	background-repeat: no-repeat;
	background-position: 92% 50%;
}