@charset "utf-8";
/* CSS Document
 Signup Form Style Sheet
   Author: Arathi Alungoor
   Date: 07/22/2010  

   Filename:         page4.css
   Supporting Files: 
 */
fieldset {background-color: #FFFF99; padding:10px; margin-bottom:12px; margin-left:14px; margin-right:14px}
#header {margin: 0px 16px 2px 0px; padding: 0px; text-align: right;}
span {color:red}
label.blockLabel {display:block; position:relative; width:700px; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px}
label.blockLabel input {position:absolute; left:140px}
#firstName, #lastName {width:250px}
#street {width:350px}
#city {width:150px}
#state {width:100px}
#zip {width:80px}
#country {width:180px}
#phone {width:170px}
#email {width:200px}
#subscriptions {{width:450px; padding:5px;}
#interestFields {position:relative; width:450px; height:120px; padding:5px;}
#interest1 {position:absolute; top:20px; left:0px}
#interest2 {position:absolute; top:20px; left:140px}
#interest3 {position:absolute; top:20px; left:280px}
#interest4 {position:absolute; top:50px; left:0px}

