


.popup22 {
     position:fixed;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
   
    height:430px;
    width:550px;
    border-radius:7px;
    border:1px solid #;
    font-family:'helvetica neue';
	
	
	background-color:#03a9f3;
	
	

-webkit-box-shadow: 0px 0px 39px 2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 39px 2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 39px 2px rgba(0,0,0,0.75);


	
}

.pms_logo
{
   top:15%;
   left:45%;
   margin-top:-25px;
   margin-left:-25px;
   position:relative;
	
}




.valid {
    height:30px;
    width:30px;
    background:#fff;
    margin:0 auto;
    margin-top:30px;
    border-radius:5px;
}


#Layer_2 {
    margin:7px;
}



.bottom-popup {
    width:100%;
    background:#;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    margin-top:32px;
    padding:30px 0 30px 0;
	
	font-family: 'Open Sans';
	
}

.bottom-popup h2 
{
	
	text-align:center;
	color:#fff;
	font-size:34px;
}
.bottom-popup p
{
	
	text-align:center;
	color:#fff;
	font-size:16px;
}

a.start {
    margin:-12px 39% 0 0;
    border-radius:40px;
    background:#FF7391;
    padding:6px 20px 6px 20px;
    font-family:'helvetica';
    color:white;
    font-weight:bold;
    text-decoration:none;
    font-size:.10em;
    float:right;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.close5
{
  top:10px;
  right: -10px;
  width: 30px;
  height: 30px;
  position:absolute;
 
	
}
.btn_pp
{
	-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
background-color:#026ec3;
font-size:13px;
font-weight:100px;
padding:5px 15px 5px 15px;
color:White;
height:50px;
}

.btn_pp:hover
{
	-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
background-color:#fff;
font-size:13px;
font-weight:100px;
color:#333;
}




.btn_pp2
{
	-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
background-color:#fff;
color:#333;
height:200px;
height:90px;
font-size:25px;
padding:5px 15px 5px 15px;
}

.btn_pp2:hover
{
	-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
background-color:#ff9700;
color:#fff
}

