#book_container {
    width: 500px;
    z-index: 100;
    border: 10px solid #d9d9d9;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px #666666;
    -moz-box-shadow: 1px 1px 2px #666666;
    -o-box-shadow: 1px 1px 2px #666666;
    padding: 20px;
    background-color: white;
    opacity: 0;
    filter: alpha(opacity=0);
}
#book_container h1 {
    text-align: center;
}
#book_container p {
    text-align: justify;
}
#book_container h3 {
    text-align: center;
}
#book_container fieldset {
    width: 100%;
    padding: 0;
}
#book_container legend {
    margin-left: 10px;
}
#book_container .book_grid {
    width: 100%;
}
#book_container .book_grid td {
    width: 33%;
    padding: 5px;
}
#book_container .book_text {
    border: 1px solid gray;
    padding: 3px;
    width: 100%;
}
#book_container .book_button {
    width: 100%;
    padding: 5px;
}
#book_container .book_error {
    text-align:center;
    color:#8b0000;
    font-weight:bold;    
}
#book_result {
    display: none;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

