/*
	author: istockphp.com
*/
#wpsp_backgroundPopup {
	z-index:10000;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
}
#wpsp_toPopup {
	font-family: 'Lato', sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    /*border: 10px solid #ccc;*/
    color: #333333;
    display: none;
	  font-size: 14px;
    left: 50%;
    position: fixed;
    top: 20%;
    z-index: 1000000;
}
#wpsp_close{
  z-index: 10000000!important;
}

.wpsp_close {
    background: url("../images/closebox.png") no-repeat scroll 0 0 transparent;
    bottom: 24px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 27px;
    position: relative;
    width: 30px;
    z-index: 1000000!important;
}
span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content {
    margin: 4px 7px;
}


/*custom*/
.loading2{
	width: 43px;
	height: 11px;
	background:url(../images/ajax-loader.gif) no-repeat;
}
label .error{
  color:#FF0000;
}

/*------*/

.wpsp_txt{
    width:auto;
    margin:auto;
    text-align:center;
  }
#error5{
    width:175px;
    margin:auto;
    text-align:center;
    padding: 2px 0px;
   border: 1px solid #D8D8D8;
   border-radius: 5px;
   font-family: Arial;
   font-size: 10px;
   text-transform: uppercase;
   background-color: rgb(255, 249, 242);
   color: rgb(211, 0, 0);

  }
  #success5{
   width:175px;
   margin:auto;
   text-align:center;
   padding: 2px 0px;
   border: 1px solid #D8D8D8;
   border-radius: 5px;
   font-family: Arial;
   font-size: 9px;
   text-transform: uppercase;
   background-color: rgb(236, 255, 216);
   color: green;
  }

  .wpsp_btn{
    width:auto;
    margin:auto;
    text-align:center;
  }


  .loading_img{
    width:43px;
    margin:auto;
    padding:2px 0px;
  }
  .wpsp_con{
    width:100%;
    margin:auto;
	padding: 0 10px;
  }
  .wpsp_area{
    padding-top:10px;
  }

  /* custom styles */
  .wpsp_header {
  	padding:5px 25px;
  	background-color: #36322d;
  	min-height: 50px;
  	margin: -8px;
	text-align:center;
  }

 #wpsp_toPopup .h1,
 #wpsp_toPopup h1 {
	  margin-bottom: 10px;
	  font-weight: bold;
	  font-size: 26px;
  }

  #wpsp_toPopup .h2,
  #wpsp_toPopup h2 {
	  margin: 0 0 10px;
	  font-size: 22px;
  }

  #wpsp_toPopup .h3,
  #wpsp_toPopup h3 {
	  margin: 0 0 10px;
	  font-size: 17px;
  }

 #wpsp_toPopup .wpsp_con_3 {
	  text-align: center;
	  font-size: 16px;
  }

  #wpsp_toPopup input::placeholder {
	  font-family: 'Lora', serif;
	  font-style:italic;
	  font-size:16px;
  }
