body {
 font-family:sans;
}
#smile,#new {
 text-align:center;
}
#new-game {
 margin:10px auto;
}
#prompt {
 border:1px solid #000;
 background:#fff;
 width:298px;
 height:198px;
 position:absolute;
 left:50%;
 margin-top:75px;
 margin-left:-150px;
 display:none;
}
#prompt-inner {
 margin:-1px;
}
#size {
 float:left;
 width:40%;
 text-align:left;
 padding-top:40px;
 padding-left:5%;
 height:130px;
 background:url(http://media.codefisher.org/images/games/c1.png) no-repeat bottom left;
}
#options {
 float:right;
 text-align:right;
 width:50%;
 padding-top:40px;
 height:130px;
 padding-right:5%;
 background:url(http://media.codefisher.org/images/games/c2.png) no-repeat bottom right;
}
#prompt label {
 display:block;
}
#prompt h3 {
 height:30px;
 font-size:1.2em;
 margin:0;
 padding:0;
 line-height:30px;
 background:#75ac03 url(http://media.codefisher.org/images/games/prompt.png);
 text-align:center;
 color:#000;
}
#ok {
 margin:10px 0;
}
#board table {
 border-collapse:collapse;
 margin:0 auto;
 margin-top:20px;
 cursor:pointer;
 width:auto;
}
#board td {
 width:25px;
 height:26px;
 font-weight:bold;
 text-align:center;
 border:1px solid #eee;
 text-align:center;
 background:#fff url(http://media.codefisher.org/images/games/cell.png) center center;
 padding:0;
}
#board td img {
    margin-top:2px;
}
#board td.cleared {
 background-image:none;
}
#board td.mouse-down {
 background-image:url(http://media.codefisher.org/images/games/cell-press.png);
}
#board td.explode {
 background-image:url(http://media.codefisher.org/images/games/mine-explode.png);
 background-repeat:no-repeat;
}
#clock, #mine-count {
 padding:10px 30px;
 font-size:1.5em;
}

