@import url(http://fonts.googleapis.com/css?family=Cabin:400,600,400italic);

body { padding: 0; margin: 0 }

#master {border-style:solid;border-width:1px; width:95%;margin:30 auto; border-color: blue; height: 1000px;}

#pan-pop{width:100%; background-color:#3283c6;height:100px; bottom:0px;padding: 5px 5px 10px 10px;border-top-style:solid;border-color:#dadada;z-index:+2001;}

.pop-text{width:80%;padding-left: 30%;font-family: 'Cabin', sans-serif;}

.pan-pop-left{width:65%; height:111px;}

.pan-pop-right { float:right;padding-right:2%;display:inline;height:100px;margin:0 auto;}
#inputBoxes {width:90%;margin:auto;padding-top: 2px;}
input {display:inline;height:35px; margin:0 auto;margin-right: 5px;border-radius:5%;width:45%;padding-left: 10px;}
#successKid{ background: url(../images/successKid.png) 0px 0px no-repeat !important; margin-left: 8%; height: 142px; width: 130px; position: fixed; bottom: 0px; left: 0px; z-index: +1;}
#ctrBtn {width:100%;margin:auto;padding-top:10px;}

.btn1{width:150;height:40;background:red;margin:25px;}
.btn2{width:150;height:40;background:red;margin:25px;}
.btn3{width:150;height:40;background:red;margin:25px;}

#clsbtn{float:right;cursor:pointer;}


/*Kids pop up*/
#JackRun{ background: url(../images/Jack-flip.png) 0px 0px no-repeat !important; height: 175px; width: 130px; position: fixed; bottom: 5px; left: 0px; z-index: +200;}
#kid-pop{width:100%; border-width: 3px;background-color:#3283c6;height:100px; position:fixed; bottom:0px;padding: 5px 5px 10px 10px;border-top-style:solid;border-color:#dadada;z-index:+100;}

button,
.button {
  display : inline-block;
  cursor : pointer;
  
  border-style : solid;
  border-width : 1px;
  border-radius : 50px;
  padding : 10px 18px;
  box-shadow : 0 1px 4px rgba(0,0,0,.6);
  font-size : 9.5pt;
  font-weight : bold;
  color : #fff;
  text-shadow : 0 1px 3px rgba(0,0,0,.4);
  font-family : sans-serif;
  text-decoration : none;
  margin: 10px;
}

button.blue,
.button.blue {
  border-color : #2989d8;
  background: #2989d8;
  background: -moz-linear-gradient(top, #2989d8 0%, #1e5799 100%);
  background: -webkit-gradient(linear, left top, left bottom, 
    color-stop(0%,#2989d8), color-stop(100%,#1e5799));
  background: -webkit-linear-gradient(top, #2989d8 0%,#1e5799 100%);
  background: -o-linear-gradient(top, #2989d8 0%,#1e5799 100%);
  background: -ms-linear-gradient(top, #2989d8 0%,#1e5799 100%);
  background: linear-gradient(top, #2989d8 0%,#1e5799 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( 
    startColorstr='#2989d8', endColorstr='#1e5799',GradientType=0 );
}

button.green,
.button.green {
  border-color: #8fc800;
  background: #8fc800;
  background: -moz-linear-gradient(top, #8fc800 0%, #438c00 100%);
  background: -webkit-gradient(linear, left top, left bottom, 
    color-stop(0%,#8fc800), color-stop(100%,#438c00));
  background: -webkit-linear-gradient(top, #8fc800 0%,#438c00 100%);
  background: -o-linear-gradient(top, #8fc800 0%,#438c00 100%);
  background: -ms-linear-gradient(top, #8fc800 0%,#438c00 100%);
  background: linear-gradient(top, #8fc800 0%,#438c00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( 
    startColorstr='#8fc800', endColorstr='#438c00',GradientType=0 );
}



.pop-heading{letter-spacing: -0.05em;
font-weight: bold;
margin-top: 0px;
margin-bottom: 5px;
background-color: transparent;
background-image: none;
border: 0 none;
clear: none;
font-size: 150%;
letter-spacing: 0;
line-height: 120%;
list-style: none outside none !important;
margin: 0;
outline: 0 none;
padding: 0;
text-align: left;
text-decoration: none;
text-indent: 0;
-moz-box-shadow: 0 0 0;
box-shadow: 0 0 0;
-webkit-box-shadow: 0 0 0;
box-sizing: content-box;
-webkit-box-sizing: content-box;
position: relative;
color: #FFFFFF ;
padding-bottom: 10px;

}

.pop-para {

color:#ffffff;
line-height: 23px;
background-color: transparent;
background-image: none;
border: 0 none;
clear: none;
font-size: 18px;
letter-spacing: 0;
line-height: 100%;
list-style: none outside none !important;
margin: 0;
outline: 0 none;
padding: 0;
text-align: left;
text-decoration: none;
text-indent: 0;
-moz-box-shadow: 0 0 0;
box-shadow: 0 0 0;
-webkit-box-shadow: 0 0 0;
box-sizing: content-box;
-webkit-box-sizing: content-box;
position: relative;

}





	

