/*DO NOT EDIT*/
div.cookiesbythebook{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    z-index:9999;
}


/*YOU CAN EDIT THIS:*/

/*This provides a rought template for editing the style of the popup, any css can technically be added in like font-weight:bold etc*/

div.cookiesbythebook{
    background-color: #999;
	border-bottom:2px solid #FFFFFF;
	background-image:url(../../images/footerbg.png);
	background-repeat:repeat-x;	
}
	
/*main popup*/
div.cookiesbythebook div{
    /*Background color of the popup*/
    background-color: #999;
	background-image:url(../../images/footerbg.png);
	background-repeat:repeat-x;		
    
    /*Font face*/
    font-family:Arial, Helvetica, sans-serif;
    
    /*Font size*/
    font-size: 14px;
    
    /*Font color*/
    color:#fff;
    
    /*Padding*/
	padding:20px 0px 20px 0px;
	
    margin:auto;
    
	width:955px;
	text-align:left;
    
}


/*link style in popup*/
div.cookiesbythebook div a{
    
    /*Font color*/
    color:#fff; 
    
}

/*accept button style (comment these out for normal style link)*/
#cbtbok{
    
    /*Background color of the link*/
    background-color: #00937F;
    background-image:url(../../images/navbg.png);
    /*Padding*/
    padding:3px 10px 3px 10px; 
    
    /*Font color*/
    color:#fff; 
    
    /*border*/
    border: 1px solid #ffffff;
}
