@charset "ISO-8859-1" ;

.contact {
  clear: both ;
  margin: 0.8em 5% ;
  font-size: 80% ;
}

fieldset {
  padding: 0.6em ;
  margin: 0.4em 0 ;
  border-width: 1px ;
  border-style: solid ;
}
fieldset fieldset { border: none ; }
.contact>fieldset>legend { padding: 0.1em 0.5em ; }

legend {
  text-transform: lowercase ;
  font-weight: bolder ; 
  letter-spacing: 0.2em ;
}
fieldset fieldset legend {
  font-weight: normal ;
  letter-spacing: normal ;
}

label {
  white-space: nowrap ;
  margin-right: 1em ;
}
fieldset#info label, fieldset#period label {
  display: block ;
  float: left ;
  width: 11em ;
}

fieldset#info label, fieldset#info p { margin-left: 0.3em ; }
fieldset#info>label, fieldset#info>p { margin-left: 0.6em ; }

.contact input, textarea { margin: 0 0.2em 0.1em ; }
fieldset#period input { width: 50% ; }

* html fieldset#info input, * html fieldset#info textarea { 
  width: 90% ;
  width/* */:/**/60% ;
  width: /**/60% ;
}
.contact>fieldset#info input[type="text"], .contact>fieldset#info textarea { width: 90% ; }
* html #info #iccbox { width: 3% ; margin-right: 40% ; }
#info>#iccbox { margin-right: 10% ; }

fieldset#info div { text-align: center ; }
fieldset#info div input { width: 5em ; margin-top: 1em ; }

