#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: 150px;
    padding: 0;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #000;
}
/*
#modal{
	display: none;
}*/


#modal{
	padding: 5px;
	width: 250px;
	border: #ccc solid 1px;
	background-color: #000;
}

#modal{
	display: none;
}


#modal h1{
	padding: 5px 0 15px;
	color:#CCC;
}



#modal p{
	background:center no-repeat;
	background:center no-repeat;
	border-bottom:1px solid #666;
	height:40px;
	text-indent:10px;
	line-height:40px;
	color:#ccc;
	font-weight:bold;
	cursor:pointer;
	background-color: #333;
}

#modal p a:link,
#modal p a:visited,
#modal p a:active
 {
	text-decoration: none;
	color:#ccc;
}

