/* CSS Document */
form{
border-width:1px;
border-color:#000033;
}

input{
background-color:#FFFFFF;
color:#000033;
font-weight:bold;
border-color:#000033;
border-style:groove;
border-width:2px;
font-size:16px;
}
input:focus {
background-color:#FFFFFF;
color:#000033;
font-weight:bold;
border-color:#000033;
border-style:groove;
border-width:2px;
}

button{
border-width:1px;
border-style:outset;
}

bottom:focus{
border-width:2px;
border-style:inset;
}

.formButton{
margin:3px;
background-color:#CCCCCC;
}

