StyleForm.css 649 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. body
  2. {
  3. font-size: 75%;
  4. font-family: Verdana, Tahoma, Arial, "Helvetica Neue" , Helvetica, Sans-Serif;
  5. color: #232323;
  6. }
  7. .separatorline
  8. {
  9. clear: both;
  10. z-index: 1;
  11. overflow: auto;
  12. }
  13. .gobal-from
  14. {
  15. margin: 5px;
  16. word-break:break-all;
  17. }
  18. .gobal-from table
  19. {
  20. border: 0px;
  21. background-color: #D6D6D6;
  22. width: 100%;
  23. }
  24. .gobal-from th
  25. {
  26. font-size: 12px;
  27. background-color: #F0F0F0;
  28. font-weight: normal;
  29. text-align: right;
  30. padding-right: 10px;
  31. line-height: 15px;
  32. }
  33. .gobal-from td
  34. {
  35. font-size: 12px;
  36. background-color: #fff;
  37. padding: 2px;
  38. line-height: 15px;
  39. height: 22px;
  40. }