textarea {
background-color : #cccccc;
border : 1px #000000 solid;
font-family : "Courier New", Courier, mono;
font-size : 12px;
}
/*Apply this class to a table tag to create a thin border.*/
.outline{
border: 1px #000000 solid;
}
input { 
background-color : #CCCCCC;
border : 1px #000000 solid;
font-family : "Courier New", Courier, mono;
font-size : 12px;
 } 
 select {  font-family: "Courier New", Courier, mono; font-size: 12px; background-color: #CCCCCC; border: #000000; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
