#letterscontainer{
    overflow: auto;
}

#letters{    
    width:25px;
    float:left;
}

.letterbox{
    display: inline-block;
    width:18px;
    height:25px;
    padding: 0px 0px 0px 7px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #777777;
    border-bottom: none;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    color:#091783;
}

.letterbox:last-child{
    kborder-bottom: 1px solid #777777;
}

.letterbox:hover{
    color:#029feb; 
}

.letterboxselected{
    background-color: #fff;
    border-right: none;
}

#addbookcontent{
    float:left;
    width:658px;
    height: 674px;
    overflow: auto;
    border-top: 1px solid #777777;
    background-color: #fff;
    padding: 0px 10px 0px 10px;
}

#page table.addbooktable td
{
	font-size: 12px;
	padding: 2px 20px 2px 0px;
	height:15px;
}