html { width:100%; }
body { background:#fafafa; margin:0; padding:0; width:100%; font:80%/150%, 'Lucida Grande', Arial }
pre, input, td { font:12px/18px 'Lucida Grande', Arial; }
#gamenotes { font-size:95%; padding:10px; background-color:#fafafa; position:absolute; top:8px; left:808px; color:#333; }

#dealerbutton { position:absolute; top:0; left:460px;}
#dealerbutton.botbutton { top:188px; }
#dealerbutton.playerbutton { top:364px; }

.card { width: 50px; height:70px; background:url('cards.png') top left no-repeat }

input[type=text] { font-weight:bold; padding:3px; border:solid 2px #ccc; margin-right:20px }
input[type=submit] { padding:3px 8px; font-weight:bold; border-width:0; color:#fff; cursor:pointer; background-color:#333;  }
input[type=submit]:hover { background-color:#555 }

#button_bet_or_raise { width:100px } 
#button_check_or_call { width:80px } 
#raisetobuttons { margin-left:90px; margin-top:5px  }
#raisetobuttons input { font-weight:bold; border-width:0; margin: 0 5px 0 0; color:#fff; cursor:pointer; background-color:transparent; padding:0;  }
#raisetobuttons input:hover { background-color:#333 }

