﻿
table {
border-collapse:separate;
border-spacing:0pt;
}
blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}
a{
cursor: pointer;
text-decoration:none;
}
.clear{
clear:both;
}
#button{
text-align:center;
margin:50px 50px 150px 50px;
}
#restart{
display:none;
text-align:center;
}
#loadingZone{
margin:0 auto;
width:410px;
text-align:center;
}
#loadingBar{
border:1px solid #c2c2c2;
height:3px;
text-align:left;
line-height:0;
margin:0;
padding:0;
overflow:hidden; /*fix for IE 6*/
}
#progressBar{
height:3px;
line-height:0;
margin:0;
padding:0;
background:#b3f83d;
width:0%;
}
#loadingSms{
color:#6ea1fa;
float:left;
padding:10px 2px;
font-size: 11px;
}
#infoProgress{
color:#6ea1fa;
float:right;
padding:10px 2px;
font-size: 11px;
}
#infoLoading{
padding:10px;
color:#b9b9b9;
font-size:10px;
}
#infoLoading{
padding:10px;
color:#b9b9b9;
font-size:10px;
}

.Notes
{
 border: thin outset #808080; 
 background-color: #FFFF99; 
 font-size:12px; 
}
.playGame
{
 position:fixed;
 left: 50%;
 bottom:0;
 width:728px; 
 margin: 0 0 0 -365px;   
 }