.rightBox {
width:400px;
height:400px;
clear:both;
text-align:center;
position:fixed;
padding-left: 4px ;
padding-bottom: 4px  ;
right: 0px;
top:260px;
float: right;
z-index: 1250;
padding-right:2px;
background-color:rgba(0, 150, 224, 1);
color:white ;
box-shadow: -3px 3px 20px black
font-size:22px;
display: none;
cursor: pointer; 
cursor: hand;
opacity: 0.85;
filter: alpha(opacity=85); /* For IE8 and earlier */

}

.closeIcon{
display:block;
position:absolute;
right:5px;
top:5px;
font-size: 20px;
width:100%;
text-align: right;
height:10%;

}

.innerBox{
width:400px;
height:50px;
clear:both;
text-align:center;
position:fixed;	
float: right;
padding-left: 4px ;
padding-bottom: 4px  ;
right: 0px;
top:260px;
z-index: 1250;
color:white ;
background-color: #626a6e;
font-size: 2em;
opacity: 1;
padding-top: 2px;
padding-bottom: 2px;
filter: alpha(opacity=100); /* For IE8 and earlier */

}

.innertxt{

width:100%;
height:100%;
margin-top:38px;
padding-bottom:30px;
padding-left:10px;
padding-right:20px;
text-align: center;
font-size: 2.5em;
cursor: hand;
/*font:Lato;*/
position:absolute;
font-style: oblique;
}