form {
  margin: 0;
  padding: 0;
  display: inline;
}
#votingbar {
  width: 510px;
  margin: 0;
  padding: 0;
  background: url(http://www.sexy-voten.de/sexy-pics/skin/bg_votingbar.gif) repeat-y;
}
#votingbar label {
  display: inline;
  width: 45px;
  font-weight: bold;
  margin: auto 2px;
  float: left;
}



form br { clear: both; }

fieldset { border: 0; }
label {
  display: block;
  width: 240px;
  cursor: pointer;
  float: left;
}
label.textpflicht { font-weight: bold; }

label.checkboxerror { border: 1px solid #CC0000; }


table.vb label {
  display: inline;
  width: 45px;
  font-weight: bold;
  margin: auto 2px;

  float: left;
}

/* inputs */
input, select, textarea { margin: 5px auto; }
input.text, input.texterror, input.password, input.passworderror, textarea, div.hint { width: 390px; }
textarea { height: 250px; }


input.submit {
  clear: both;
  width: 150px;
  height: 23px;
  background: url(http://www.sexy-voten.de/sexy-pics/skin/bg_btnlnk.gif) no-repeat;
  font-weight: bold;
  color: #EEEEEE;
  border: 0;
  cursor: pointer;
  margin: 20px auto auto 240px;
}
input.submit:hover { color: #FFFFFF; }


div.hint {
  margin: 1px auto 2px 260px;
  font-size: 0.625em;
  text-indent: 20px;
  background:url(http://www.sexy-voten.de/sexy-pics/skin/icn_info.gif) 0px 0px no-repeat;
  min-height: 18px;
  height: auto !important;
}




input.number, input.numbererror, input.info { width: 280px; }
input.number, input.numbererror { 
  width: 40px;
  text-align: right; }
input.texterror, input.passworderror, select.selecterror, input.numbererror, textarea.textareaerror {
  color: #FFFFFF;
  background: #F47578; }
input.texterror:focus, input.passworderror:focus, select.selecterror:focus, input.numbererror:focus, textarea.textareaerror:focus {
  color: #000000;
  background: #FFFFFF; }
input.dspl {
  width: 20px;
  text-align: right; }

input.checkbox {
  float:left;
  margin-left: 115px;
  margin-right: 10px; }
input.linkcode {
  font-size: 11px;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  background-color: #f5e1d5;
  width: 230px;
  border: solid 1px #ed813b;
}

/* textareas */
textarea.wysiwyg {
/*  clear: both; */
  width: 600px;
  height: 250px; }




/*
input.submit, input.submit:hover { 
  margin: 10px auto 10px 200px;
  color: #4f4f4f;
  background: #282828;
  border: 1px solid #000000;
  cursor: pointer; }
input.submit:hover { color: #f4f4f4; }
div.left_col input.submit { margin-left: 65px; }
input.dspl {
  width: 20px;
  text-align: right; }




*/
p.info { text-align: left; }
