@charset "iso-8859-1";
#forminteract  {
  color : #555555;
}
#forminteract input {
  font-size : 12px;
  color : #242F43; 
}
#forminteract input[type=checkbox] {
  width : 15px;
  background-color : #D7E3F2;
  padding : 2px;
  border : 0px solid #555555;
}
#forminteract textarea {
  font-size : 12px;
  color : #242F43; 
}
#forminteract select {
  font-size : 12px;
  color : #242F43;
}