/* wrapper for pages */
div#library, div.spr_bdr { position:relative; width:1240px; }
div#library { margin:0 auto; }
/* content/pages */
#content { position: relative; min-height: 100%; }
.spr_bdr { background-color:#FFFFFF; height: 790px; width: 1224px; }
div.page, div.ibr, div.numbering, div.image { position:absolute; }
div.text p { margin:0; }
div.container div.authorinfo { margin:0 0 0 40px; }
div.ibr { text-align:justify; }
/* generic ajax popup styles */
.ajax_modal_bay { max-height:600px; width:612px; background: #ccc;}
.ajax_modal	{ max-height:600px; width:612px; background: #fff; border: 1px solid #ccc; overflow-y: auto scroll;   }
.ajax_modal .inner {margin-left: 4px; border-bottom: 1px solid #ccc; padding: 0px 10px 0px 5px;}
/* comment slug styles */
.comment h3 {color: #333; font-size: 13px; font-weight: normal; padding-bottom: 0px; margin-bottom: 0px;}
.add_comment textarea {width: 540px;}
