body{
font-family:helvetica,arial;
background-color:#f5ffff;
}

select{

font-size:20pt;

/*
height:30px;

line-height:30px;
*/

}

a{
color:blue;
}

#typein{}

#typein input, #typein textarea{
border:black solid 1px;
padding:0px 3px 0px 3px;
}

span.errMsg{
color:red;
display:none;
}

tr.msg{
background-color:lightgrey;
}

tr.msg2{
background-color:powderblue;
}

tr.heading{
background-color:gray;
color:white;
}
.app-button {
    text-align: center;
    background-color: powderblue;
    box-shadow: inset 0 -5px 0 0 lightgrey;
    width: 420px;
    margin: 0 20px;
    display: inline-block;
    line-height: 60px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 14px;
    color: blue;
    padding: 75px 0 0 0;
    font-size: 35pt;
    height: 140px;
}
.app-button:hover {
    background-color: #86e5f1;
    width: 420px;
    margin: 0 20px;
    display: inline-block;
    line-height: 60px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 14px;
    color: blue;
    padding: 75px 0 0 0;
    font-size: 35pt;
	height: 140px;
}
.buttondiv{
  text-align:center;
  margin-top:16%;
  margin-left:-20px;
  marin-right:-20px;
}
