body
{
background-color:rgb(230,250,215);
}
::-webkit-input-placeholder {
    color: red;
    font-weight: bold;
    font-size: 20px;
}
:-moz-placeholder {
    color: red;
    font-weight: bold;
    font-size: 20px;
}
:-ms-input-placeholder {
    color: red;
    font-weight: bold;
    font-size: 20px;
}
td.col1 { width:40%;}
td.col2 { width:60%;}
h2 { text-align:center;}
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;
-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);
}
