* {
    font-size:12px;
    font-family:Arial, Verdana, Georga;
}
body {
    text-align:center;
}
h1 {
    font-size:16px;
    color:#0F4469;
}
h2 {
    font-size:13px;
    color:#0F4469;
}
table {
    border:solid 2px #f0f0ff;
}
img {
    border:solid 1px #f0f0ff;
}
thead * {
    font-weight:bold;
    background-color:#EDEEEF;
}
th {
    font-weight:bold;
    text-align:left;
    padding-left:10px;
}
div.main {
    width:1000;
}
div.leftcolumn {
    float:left;
}
div.rightcolumn {
    float:right;
}
div.gamedetails {
    border:solid 2px #f0f0ff;
    background-color:#F8F8F8;
    text-align:center;
/*     height:475px; */
}
div.gamedetails table.table {
    width:400px;
}
div.leftcolumn  table td{
    background-color:#EDEEF0;
    background-image:url(../images/games/memory/hidden.jpg);
}

form {
    margin:0px;
    padding:0px;
    padding-bottom:15px;
}
input, select, textarea {
    border:solid 1px #C5D6E2;
    width:150px;
}
.submit {
    width:66px;
}
input.data {
}
input.data-hover {
    border:solid 1px #C5D6E2;
    background-color:#FFE8BB;
}
input.data-empty {
    border:solid 1px red;
}

div#gameresults {
    border:solid 1px #EFD8AB;
    background-color:#FFE8BB;
    color:orange;
    font-weight:bold;
    font-size:14px;
    margin:10px;
    padding:10px;
    height:20px;
}
div#gameresults.result-error {
    color:red;
    border:solid 1px red;
}
div#gameresults.result-end {
    color:#488239;
    background-color:#A5D299;
    border:solid 1px #488239;
}

#currenttime {
    border:none;
    background-color:#F8F8F8;
    color:#0F4469;
    font-size:14px;
    font-weight:bold;
    font-family: Verdana;
}
