#pageslide {
    	/* These styles MUST be included. Do not change. */
	    display: none;
	    position: absolute;
	    position: absolute;
	    top: 0;
	    height: 100%;
	    z-index: 999999;
	    
	    /* Specify the width of your pageslide here */
	    width: 270px;
	    padding: 0 0;
	    
	    /* These styles are optional, and describe how the pageslide will look */
	    background-color: #030303;
	    color: #FFF;
	    -webkit-box-shadow: inset 0 0 5px 5px #000;
	    -moz-shadow: inset 0 0 5px 5px #000;
	    box-shadow: inset 0 0 5px 5px #000;
	    
	    border-left: 1px solid #333;
	    border-right: 1px solid #333;
	}
	
	#modal { display: none; text-align: left; }
        #modal p { width: auto; margin: 0 10px 20px 10px; }
        #modal h2 { margin-top: 20px; margin-left: 10px; }

/* Button */
#secondButton {
  border-top: 1px solid #de6f7c;
  background: #b01c2e;
  background: -webkit-gradient(linear, left top, left bottom, from(#e22d42), to(#b01c2e));
  background: -webkit-linear-gradient(top, #e22d42, #b01c2e);
  background: -moz-linear-gradient(top, #e22d42, #b01c2e);
  background: -ms-linear-gradient(top, #e22d42, #b01c2e);
  background: -o-linear-gradient(top, #e22d42, #b01c2e);
  padding: 3.5px 7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
  -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
  box-shadow: rgba(0,0,0,1) 0 1px 0;
  text-shadow: rgba(0,0,0,.4) 0 1px 0;
  color: #000000;
  font-size: 12px;
  font-family: Helvetica, Arial, Sans-Serif;
  text-decoration: none;
  vertical-align: middle;
}
#secondButton:hover {
  border-top-color: #e22d42;
  background: #e22d42;
  color: #000000;
}
#secondButton:active {
  border-top-color: #fafafa;
  background: #fafafa;
}