/*
   New Perspectives on HTML and XHTML 5th Edition
   Tutorial 6
   Tutorial Case

   Web Form Style Sheet
   Author: HELEN PETER
   Date:   9/30/09

   Filename:         forms.css
   Supporting Files: none

*/
fieldset    {margin-bottom:10px; padding:10px; background-color: rgb(237,233,233)}
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 }


#expmonth {position:absolute; left:150px}


#expyear {position:absolute; left:280px}

#donationForm span{color:red}