input.error {
background: url(../img/error-input.png) no-repeat right center #ffffff !important;
border: 1px solid #ff0000 !important;
}
input.valid {
background: url(../img/tick-input.png) no-repeat right center #ffffff !important;
border: 1px solid #93DC69 !important;
}
select.error {
background: url(../img/error-input.png) no-repeat right center #ffffff !important;
border: 1px solid #ff0000 !important;
}
select.valid {
background: url(../img/tick-input.png) no-repeat right center #ffffff !important;
border: 1px solid #93DC69 !important;
}
select.error {
border: 1px solid #ff0000;
}
#LoadingDiv{
  margin:0px 0px 0px 0px;
  position:fixed;
  height: 100%;
  z-index:9999;
  width:100%;
  clear:none;
  background:url(../img/trans.png);
  text-align:center;

  }
/*IE will need an 'adjustment'*/
* html #LoadingDiv{
     position: absolute;
     height: expression(document.body.scrollHeight &gt; document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
  }
img.displayed {
  display:block;
  margin-left:auto;
  margin-right:auto;
   left: 50%;
  position: fixed;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);

}
#popup2_overlay {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #000;
opacity:0.85;
z-index: 9999;
}
#popup2 {
			position: fixed;
  left: 50%;
  top: 50%;
    transform: translate(-50%, -50%);
  z-index: 9999;
}
div#securecontain {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 11;
}
.inner-wrap {
width: 1000px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
        text-align: center;
}
#footer a{
	text-decoration: none;
	color: #000;
	cursor:pointer;
}

#footer{
	margin: auto;
	
	margin-top:20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;	
	font-size: 13pt;	
	padding: 20px;
	line-height: 25px;
}
#footer_1{
	margin: auto;
	margin-top:30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13pt;	
	
}
.footerlink{
  cursor: pointer;
}
#rd5{
  color: #000;
  text-decoration: underline;
}
.termsnew {
    font-weight: normal;
    font-style: oblique;
    color: #808080;
    letter-spacing: 1pt;
    word-spacing: 1pt;
    font-size: 10px;
    text-align: left;
    font-family: helvetica, sans-serif;
    line-height: 11px;
    margin-top: -34px;
    padding: 0px 11px 0 4px;
}
.term-txt {
    font-weight: normal;
    font-style: oblique;
    color: #808080;
    letter-spacing: 1pt;
    word-spacing: 1pt;
    font-size: 10px;
    text-align: left;
    font-family: helvetica, sans-serif;
    line-height: 12px;
    margin: 0;
        padding: 10px 0px 0px 0px;
	float: left;
}
#footer1 {
    margin: auto;
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 13pt;
    line-height: 25px;
    
}
#footer1 a {
    text-decoration: none;
    color: black;
    cursor: pointer;
}
.style12white_1 {
    font-size: 16px;
    border: 1px solid #000000;
    color: #000000;
    background-color: #ffffff;
    line-height: 18px;
    font-family: Arial,Helvetica,sans-serif;
    text-align: left;
    position: relative;
    top: 15px;
    padding: 5px;
}
#footer_1 {
    margin: auto;
    margin-top: 12px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 13pt;
    padding: 20px;
    line-height: 25px;
}
div#securecontain {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 11;
}
#popover {

background: #fff ;

display: none;

height: 100%;

left: 0;

position: fixed;

top: 0;

width: 100%;

z-index: 100;

}

#pop-box {

background-color: #fff;

font-size: 24px;

margin: 60px auto;

opacity: 0;

position: relative;

text-align: center;

top: 100px;

transition-delay: 0.75s;

transition-duration: 1s, 1s;

transition-property: opacity, top;

transition-timing-function: ease, ease;

width: 765px;

z-index: 2;

}

.pop-new {

margin: 0 !important;

width: 100% !important;

}

.text_style {

display: block;

text-align: center;

width: 500px;

margin: 30px auto 0;

font-size: 12px;

color: #909193;

line-height: 15px;

    font-family: 'Open Sans', sans-serif;

}

.no_thanks {

display: block;

text-align: center;

width: 500px;

margin: 30px auto 0;

font-size: 12px;

color: #909193;

line-height: 15px;

    font-family: 'Open Sans', sans-serif;

        outline: none;

    text-decoration: underline;

}
/*
==============================================
pulse
==============================================
*/

.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.7;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.9);
		opacity: 0.7;	
	}			
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;		
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;	
	}			
}



/*
==============================================
pulseb
==============================================
*/