newtest

jlspr

body {
height:100%;
margin:0;
padding:0;
}
.entry-content ul > li {
list-style: none outside none !important;
}
#overlay {
visibility: hidden;
position: absolute;
left: 0px;
top: 0px;
width:100%;
height:100%;
text-align:center;
z-index: 1000;
background-image: url(‘https://jlspartnerconnection.com/wp-content/uploads/sites/4/2014/03/80percentBlack.png’)/*url(‘https://jlspartnerconnection.com/wp-content/uploads/sites/4/2014/03/crossHatch.png’)*/;
}
#overlay #inner {
background-color: #FFFFFF;
border: 1px solid #000000;
border-radius: 16px 16px 16px 16px;
margin: 80px auto;
padding: 15px;
text-align: center;
width: 300px;
}
#searchsubmit {
background: none repeat scroll 0 0 transparent;
border: medium none;
bottom: 6px;
box-shadow: none;
display: block;
font-family: “elusive”;
font-size: 17px;
height: 42px;
position: absolute;
right: 0;
transition: all 0.2s ease-in-out 0s;
vertical-align: middle;
}
#closeIcon {
bottom: 60px;
float: right;
position: relative;
right: -20px;
}
#closeLink {
text-align:right;
padding-right:20px;
}
/*#signupForm {
float: right;
margin-left: 20px;
width: 320px;
}*/

Apologies, but the page you requested could not be found. Perhaps searching will help.

Subscribe

function overlay() {
el = document.getElementById(‘overlay’);
el.style.visibility = (el.style.visibility == “visible”) ? “hidden” : “visible”;
}