#wsVotingForm {
		margin: 0.4167em 0.4167em 0.4167em 0.8333em;
		font-size: 100%;
	}

* html #wsVotingForm div { margin: 0; padding: 0; height: 0; }

/* Styles fuer das Voting */
fieldset {
  font-size: 100%; line-height: 1.5;
  padding: 0;
  margin: 0;
  border-width: 0; 
  border-style: solid; /* um den border im Opera loßzuwerden... */
}

fieldset legend {
  display: none;
}

#wsVotingForm input {
  clear: left; float: left;
  display: block;
  margin: 0.3333em 0;
}
#wsVotingForm label {
  display: block;
  float: left;
  margin: 0.1667em 0 0 0.4167em;
  width: 80%;
}


* html #wsVotingForm input { margin-top: 0; }

#wsVotingSubmit {
  border: 0.09em solid; width: 8.5em;
  margin: 0.18em 0 0.36em 0;
  cursor: pointer; font-weight: bold;
}

/* Ergebnisse */
#wsPoll { font-size: 75%; height: 100%; }

#wsPoll table { padding: 0; margin: 0.8333em 0 0.8333em 0.8333em; border-collapse: collapse; }
#wsPoll td, #wsPoll th { text-align: left; font-weight: normal; border: 0.1667em solid; }
#wsPoll td { text-align: right; padding: 0.1667em; }
#wsPoll th div { float: left; width: 12.0em; padding: 0.1667em; border-right: 0.25em solid; }
#wsPoll .wsPollCol { width: 10.5em; border-right: 0 solid; border: none; }
#wsPoll .wsPollCol span {
   display: block; height: 0.8333em; line-height: 0.8;
   margin: 0.25em;
   }
   
#wsPoll p.wsPollHeader {
   text-align: left; font-size: 100%;
   padding: 0.1667em 0.8333em;
   }
#wsPoll h1 {
   text-align: left; font-size: 100%;
   margin: 0.8333em 0.8333em 0.25em; width: 30em;
   }
     
#wsPoll .wsPollClose { margin: 0 0 0 0.8333em; }
#wsPoll .wsPollClose a { font-size: 93%; }
