




/*
     FILE ARCHIVED ON 17:12:41 Mar 31, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:52:14 Nov 3, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
    /*width: 260px;*/
	
	width: 100%;
    /*padding: 20px;*/
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color:#FFF;
    color: #FFF;
     /* -webkit-box-shadow: inset 0 0 5px 5px #222;
   -moz-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;*/
}
#modal { 
display: none;

}
#comment
{ padding:5px;
margin: 5px;
}

#closecomment {
width:100%;
height: 50px;
text-align: center;
color: #FFF;
background: #2e2e2e;
line-height: 50px;
font-size: 16px;
margin-top:10px;
position:absolute;
bottom:0;  
}
	   
#closecomment a{
 color: #FFF;
 line-height: 50px;
 font-size: 16px;
 margin-top:10px;
 text-align:center;
}
.second
{
text-align:center;
padding:10px
}