body
{
background-color:rgb(230,250,215);
}
::-webkit-input-placeholder {
    color: red;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
}
:-moz-placeholder {
    color: red;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
}
:-ms-input-placeholder {
    color: red;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
}
p {
 font-size: 3em;
  }
p.spacer {
 font-size: 0.3em;
  }

td.col1 { width:40%;}
td.col2 { width:60%;}
td.free {
   background:#FFFF00;
   color:#000000;
   font-family:"Courier New", Courier, monospace;
  }
td.nopark {
   background:#FF0000;
   color:#000000;
   font-family:"Courier New", Courier, monospace;
   }
td.meter {
   background:#00FF00;
   color:#000000;
   font-family:"Courier New", Courier, monospace;
   }
/* h1.right { float:right;}  */
h1 { text-align:center;}
h2 { text-align:center;}
h3 { text-align:center;}
IMG.logoscenter {
    display: block;
    margin-left: auto;
    margin-right: auto }
IMG.logosleft {
    float: left; }
form    {
background-color:rgb(73,143,20);
margin:auto;
position:relative;
font-family: Tahoma, Geneva, sans-serif;
font-size: 25px;
font-style: italic;
line-height: 25px;
font-weight: bold;
color: #FFF;
text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:10px;
border: 1px solid #999;
border: inset 1px solid #333;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

input    {
width:100%;
display:block;
border: 1px solid #999;
height: 40px;
font-size: 25px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
