/*
   Tutorial 6
   Second part
   
   The Credit Card Payment Form Style Sheet
   Author: Richard Crohan
   Date:   11-1-2009
   
   Filename:         credit.css
   Supporting Files: none
      
*/

#inner1                  {margin-left: 225px; padding-left: 10px}
#outer1                  {width: 1260px}
#hdr                     {width: 1260px}
#title                   {text-align: center}

fieldset                 {margin-bottom: 10px; padding: 10px; background-color: #C0C0C0}

label.blocklabel         {display: block; position: relative; margin: 12px 0px}

label.blocklabel input   {position: absolute; left: 150px}

label.indentlabel        {margin-left: 150px}



#firstname, #lastname, #street         {width: 25em}
#phone, #city                          {width: 10em}
#state                                 {width: 3em}
#zip                                   {width: 7em}
 

#addressoptions           {width: 180px; margin-left: 150px}

#creditcard               {position: absolute; left: 150px}

#cardholder, #cardnumber  {width:25em}

#expmonth                 {position: absolute; left: 150px}
#expyear                  {position: absolute; left: 280px}            

#paymentform  span        {color: red}

#rightcolumn              {width: 980px}

#rightcolumn h2           {text-align: center; background-color: #808080; border-bottom: 0.5em double black }
#rightcolumn h3           {text-align: right; background-color: #808080; border-bottom: 0.5em double black}
#rightcolumn h3 span      {color: red}
