.book {
     border-collapse: collapse; /*background: #CCC;*/
}


.bookarea{
   position:absolute;
   width:auto;
   height:auto;
   z-index:300;
   font-size: 9px;
}

.check {
        font: normal 10px Verdana, sans-serif;
	padding-left:5px;
	padding-right:5px;
	border: 1px solid #36C;
	background-color:#FFF;
        cursor:default;
		cursor:pointer; 
		cursor:hand;
}

small.blue { 
	font-size: 9px;
	color:#33C;
}

.processing {
  color:black;
  font-weight:bold;
}

.blueButton, .redButton {
    font: normal 10px Verdana, sans-serif;
	color: white;
	font-weight:bold;
	cursor:hand;
	cursor:pointer;
}
.blueButton { background-color: #36C;}

.redButton { background-color:#900; }

.blueButton:hover, .blueButton:active, .redButton:hover, .redButton:active { color: #FC0; }