form {
  margin: 0;
  padding: 0;
  display: inline;
}
form br { clear: both; }
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
#collinks fieldset { 
  width: 159px;
  background: #003278;
  border-right: 1px solid #FFFFFF;
}
label {
  display: block;
  cursor: pointer;
  margin: 5px 0px 0px 0px;
}
label.textpflicht { font-weight: bold; }
label.radio {
  width: 250px;
  float: left;
}
label.radioleft {
  width: 100px;
  text-align: right;
  float: left;
}
label.radioright {
  width: 100px;
  text-align: left;
  float: left;
}
#collinks label { color: #FFFFFF; }
#votingbar {
  width: 510px;
  background: url(http://www.xxl-voten.de/pics/skin/xxlvoten/bg_votingbar.gif) repeat-y;
}
#votingbar label {
  display: inline;
  font-weight: bold;
  color: #000000;
  margin-left: 6px;
  margin-right: 6px;
}
input.text, input.texterror, input.password, input.passworderror, div.hint, textarea.textarea, textarea.textareaerror, textarea.wysiwyg,
input.readonly {
  width: 540px;
}
#collinks input.text, #collinks input.password { width: 150px; }
input.number, input.numbererror { 
  width: 120px;
  text-align: right;
  margin-right: 5px;
}
input.texterror, input.passworderror, select.selecterror, input.numbererror, textarea.textareaerror {
  border: 1px solid #CC0000;
  color: #FFFFFF;
  background: #F47578;
}
input.readonly {
  background-color: #f5e1d5;
  border: solid 1px #ed813b;
  color: #000000;
}
input.submit { margin: 10px 0; }
input.ok {
  color: #00CC00;
  font-weight: bold;
}
input.no {
  color: #CC0000;
  font-weight: bold;
}
input.dspl {
  width: 20px;
  text-align: right;
}
input.linkcode {
  font-size: 11px;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  background-color: #f5e1d5;
  width: 230px;
  border: solid 1px #ed813b;
}
textarea.textarea { height: 150px; }
textarea.wysiwyg { height: 250px; }
div.hint { 
  font-size: 10px;
}
iframe.sgnp {
  width: 540px;
  height: 150px;
  margin: 10px 0px;
}
p.info { color: #FF0000; }