.popup_agree {width:500px;max-width:90%;background:#ffffff;border-radius:4px; text-align: center;}
#popup-agree {border-radius: 4px;overflow: hidden;font-size:14px;border: 5px solid #fbd8d5;}
#popup-agree .agree-header {padding:15px; background:#0fc5f2;}
#popup-agree .agree-header h1{color:#ffffff; font-size:18px;margin:0px;}
#popup-agree .agree-header i{font-size:18px;}
#popup-agree .agree-content {padding:15px; background:#ffffff;}
#popup-agree .agree-footer {padding:15px; background:#F8F8F8;}
#popup-agree .description_agree{
	text-align: center;
}
#popup-agree .description_agree img {
  max-width: 100%;
}
#popup-agree .title-agree {
  font-size: 18px;
  padding:0px 5px 5px 0px;
  margin-bottom:10px;
  border-bottom:1px solid #d9d9d9;
}
#popup-agree .btn-agree-disagree {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
#popup-agree .btn-agree {
  color: #000;
  text-shadow: none;
  background-color: #fbd8d5;
  background-image: none;
  background-repeat: repeat-x;
  border-color: #fbd8d5;
  border-width: 2px;
  border-radius: 0px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 30px;
}
#popup-agree .btn-agree:hover {
	background-color: #fff!important;
	background-image: none!important;
	color: #000;
	border-color: #fbd8d5;
}
#popup-agree .btn-disagree {
  background-color: #fff;
  color: #333;
}
#popup-agree .btn-disagree:hover {
  font-weight:600;
  text-decoration: underline;
}
#loading_agree {
	position: fixed;
	width: 400px;
	line-height: 40px;
	margin-top: -25px;
	margin-left: -200px;
	left: 50%;
	top: 50%;
	padding-left: 0px;
	display: none;
	text-align: center;
	z-index: 10001;
}

.close {
position: absolute;
right: 20px;
top: 10px;
width: 22px;
height: 22px;
opacity: 0.3;
}
.close:hover {
opacity: 1;
}
.close:before, .close:after {
position: absolute;
left: 15px;
content: ' ';
height: 22px;
width: 2px;
background-color: #333;
}
.close:before {
transform: rotate(45deg);
}
.close:after {
transform: rotate(-45deg);
}
