Guest User

Untitled

a guest
Jul 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. @charset "utf-8";
  2.  
  3. .fr{float:right;}
  4. *form#quote{width:450px;}
  5. small {font-family:Arial, Helvetica, sans-serif; color:#FFF; font-size:10px;}
  6.  
  7. input
  8. {
  9. padding: 6px 5px;
  10. border: 1px solid #CCCCCC;
  11. float:left;
  12. width:320px;
  13. margin-bottom:20px;
  14. -moz-border-radius:3px;
  15. -webkit-border-radius:3px;
  16. }
  17.  
  18. button#submit{
  19. display:block;
  20. padding:5px;
  21. text-align:center;
  22. border:none;
  23. cursor:pointer;
  24. margin-top:20px;
  25. margin-right:50px;
  26. background:#0c2037;
  27. font-variant:small-caps;
  28. font-weight:bold;
  29. color:#fff;
  30. -moz-border-radius:3px;
  31. -webkit-border-radius:3px;
  32. position:absolute;
  33. margin-left:392px;
  34.  
  35. }
  36.  
  37. button#submit:hover{background-color:#142946;}
  38.  
  39.  
  40. label { font-weight: normal;
  41. clear:both;
  42. float:left;
  43. width:105px;
  44. font-weight:bold;
  45. }
  46.  
  47. label small{width:100%; display:block; font-weight:400}
  48.  
  49. span.req{color:red;
  50. font-weight:bold;
  51. font-size:11px;
  52. }
  53.  
  54.  
  55. textarea
  56. {
  57. padding: 6px 5px;
  58. height: 145px;
  59. width: 320px;
  60. -moz-border-radius:3px;
  61. -webkit-border-radius:3px;
  62. }
Add Comment
Please, Sign In to add comment