home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web15 / CIS31 / forms.css < prev    next >
Cascading Style Sheet File  |  2011-04-16  |  772b  |  34 lines

  1. /*
  2.    Project
  3.    Author: Amber White Jowers
  4.    Date:   March 27, 2011
  5.  
  6.    Filename:         forms.css
  7.    Supporting Files: none
  8.  
  9. */
  10.  
  11. fieldset        {margin-bottom: 10px; padding: 10px;                     background-color: rgb(237, 233, 223)}
  12.  
  13. label.blockLabel    {display: block; position: relative;                     margin: 12px 0px}
  14.  
  15. label.blockLabel input {position: absolute; left: 190px}
  16.  
  17. #orderForm span    {color: red}
  18.  
  19. label.indentLabel    {margin-left: 190px}
  20.  
  21. #firstName, #lastName, #street    {width: 25em}
  22. #phone, #city            {width: 10em}
  23. #state                {width: 3em}
  24. #zip                {width: 7em}
  25.  
  26. #addressOptions        {width: 210px; margin-left: 190px}
  27.  
  28. #creditCard        {position:absolute; left: 190px}
  29.  
  30. #expmonth        {position:absolute; left: 190px}
  31.  
  32. #expyear        {position:absolute; left: 300px}
  33.  
  34.