/* CSS Document */
.textInput
{
border: 0px solid #ff0000;
background: #FFFFFF;
color: #000000;
font-size: 1.1em;
}


input.groovybutton
{
   font-size:14px;
   font-family:Arial,sans-serif;
   font-weight:bold;
   width:162px;
   height:20px;
   background-color:#B6B7B7;
   border-style:solid;
   border-width:0px;
}

input.groovybutton1
{
   font-size:12px;
   font-family:Arial,sans-serif;
   font-weight:bold;
   width:100px;
   height:20px;
   background-color:#FBFBFB;
   border-style:solid;
   border-width:1px;
   border-color:#888888;
}
