/*
   New Perspectives on HTML and XHTML 5th Edition
   Tutorial 6
   Review Assignment

   Volunteer Form Style Sheet
   Author: 
   Date:   

   Filename:         forms.css
   Supporting Files: none

*/

fieldset  {margin-bottom:10px;  padding:10px; background-color:rgb(237,233,223)}
#volunteerform span {color:red}


label.blocklabel     {display:block; position:relative; top:12px; margin-bottom:12px; left:0px;margin-right:0px;width:450px}
label.blocklabel   input{position:absolute;left:140px}

#fname,#lname         {width:250px}
#street1,  #street2 {width:350px}
#city1,#phone{width:150px}

#state {width:40px}
#zip     {width:80px}

#interestFields{position:relative; width:450px; height:120px;padding:5px}

#experience{width:450px; padding:5px}

#interest1,#interest2,#interest3,#interest4,#interest5,#interest6,#interest7,#interest8,#interest9{position:absolute}
#interest1,#interest2,#interest3{top:20px}
#interest4,#interest5,#interest6{top:50px}
#interest7,#interest8,#interest9{top:80px}
#interest1,#interest4,#interest7{left:0px}
#interest2,#interest5,#interest8{left:140px}
#interest3,#interest6,#interest9{left:280px}









