body {background:whitesmoke; font-family:"Courier New", Courier, monospace; color:336699;}
a {text-decoration:none; color:gray;}
.table1{
background:white;
border-radius:15;
box-shadow: 0 0 5px black;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
padding:5px 35px 5px 35px;}
.table2{
background:white;
border:gray dashed 1px;
border-radius:5;}
.input{width:440px; font-size:1.5em; margin-bottom:0.75em;}
input.button  {
margin: 0px;
padding: 0px;
width: 250px;
height: 35px;
font: 20px/20px arial;
font-weight: bold;
text-align: center;
border: 0px;
background: silver url(overlay.png) repeat-x;
display: inline-block;
color: whitesmoke;
text-decoration: none;
-moz-border-radius: 6px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer }
.button:active { top: 1px; }