@charset "UTF-8";

/*@import url("../shadowbox.css");*/

div#col_MAIN { width: 676px; }

	div#col_MAIN h3 { margin-top: 10px; }
  
  form {
    float: left;
    	width: 632px;
      margin: 8px 0 20px 20px;
      border: 1px solid #EEEEEE;
      }
			
      form label { margin-right: 10px; }
      form label input { margin: 0; }
      
      form fieldset#f_basic_info { float: left; width: 250px; border-right: 1px dashed #EEEEEE; }
        
        form fieldset#f_basic_info label { float: left; }
        
					form fieldset#f_basic_info label span { white-space: nowrap; }
				
        form input#name, form input#email { width: 230px; }
        form #male, form #female { float: left; }
			
      form fieldset#f_comment_info, form fieldset#f_buttons { float: left; width: 300px; padding: 0 0 0 24px; }
      
        form #referred	{ width: 300px; }
        form #comments	{ width: 290px; }
      
      form fieldset input#submit, form input#reset {
        width: 6em;
        margin: 20px 0 0 0;
        }
        
	strong a { display: block; margin-top: 14px; }
  
    dl#contact_info					{ width: auto; margin: 0 14px; background-color: #CCCCCC; border: none; }
  	dl#contact_info dt				{ padding: 4px; margin: 1px; background-color: #EEEEEE; }
    dl#contact_info dt:hover 	{ cursor: pointer; background-color: #CCCCCC; }