/*[[[[[[[[[[[[[[[[[[[[[[[Exit popup Starts here]]]]]]]]]]]]]]]]]*/

.exitPopupWrap {
 height: 220px;
 background-color: #fff;
 width: 410px;
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 margin: auto;
 /* border: 3px solid #004054; */
 box-shadow: 0px 0px 0px 2px #fff;
}

.exit {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 50px;
}

.mob_exit {
  display: none;
}

.exitInsTxt{
	position: relative;
	left: 0px;
	top: 24px;
	/* color: #014052; */
	font-size: 20px;
	width: 100%;
	text-align: center;
}




/* .exit li:hover {
 background: url(../images/exit_popup_button_over.png) no-repeat;
} */

.exit li {
   /* background: url(../images/exit_popup_button_normal.png) no-repeat; */
  color: #fff;
    display: inline-block;
    padding: 12px 0px 0px;
    width: 102px;
    cursor: pointer;
    width: 114px;
    height: 30px;
    top: 30px;
    position: relative;
    left: 0px;
    font-size: 18px;
    border: 1px solid black;
	color: #000;
}
#shell_e_ppopup {
  display: none;
}

#shell_e_ppopup  .pop_wrapper{
	width: 100%;
	height: 150px;
	position: absolute;
	margin: auto;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

/* line 1, ../scss/base/_reset.scss */
* {
  padding: 0;
  margin: 0;
}

/* line 6, ../scss/base/_reset.scss */
ul, li {
  list-style: none;
}

/* line 5, ../scss/exitPopup.scss */
.popup_button {
  background-image: url("../images/green/exit_popup_button_normal.png");
}

/* line 8, ../scss/exitPopup.scss */
.popup_button:hover {
  background-image: url("../images/green/exit_popup_button_over.png");
}
