
 #email {
 background-color: #ffffcc;
}
#msg {
  color: blue;
  font-size: 0.8em;
  border: 0;
  //background-color: white;
}


.ip, #notes,#sel,#ta
{
color: #000;
/*background: #ffa20f;*/
border: 2px outset #d7b9c9
}
.button {
  border: 1px solid #006;
  background-color: #ccf;
 }
 .button:hover {
   border: 1px solid #f00;
   background-color: #eef;
 }
 ul
 {
 list-style-type: none;
}
#faqform {
  border-top: 6px double #a9a9a9;
  //border-left: 6px double #a9a9a9;
  //border-right: 6px double #a9a9a9;
}
#send,#itd {
  border-left: 6px double #a9a9a9;
  border-right: 6px double #a9a9a9;
}
#emailform {
  border-bottom: 6px double #a9a9a9;
  border-left: 6px double #a9a9a9;
  border-right: 6px double #a9a9a9;
}
#itd {
  text-align:center;
  background-image: url('../rudysbg.jpg');
}
#itdp {
 text-align:center;background-color:#000099;color: #ffffff;
}