.inputtxt {
background-color: #EBF1FA;
color: #000000;
font-size: 10pt;
width: 450px;
padding: 5px;
font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
border: 1px solid #000000;
}

.inputtxtsmall {
background-color: #EBF1FA;
color: #000000;
font-size: 10pt;
width: 200px;
font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
border: 1px solid #000000;
}

input:focus.inputtxt, textarea:focus.inputtxt, input:focus.inputtxtsmall {
background-color: #ffffff;
}

input.submitbtn {
background-color: #FF6633;
color: #FFFFFF;
font-weight: bold;
font-size: 10pt;
border: 1px solid #000000;
}
