
.clr {
  clear: both;
  height: 0px;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

/* --- Mitgliedsformular --- */
div#errors, div#perrors {
    background: #ffebe8; 
    border: 1px dotted #cc3333; 
    margin: 10px 0px; 
    padding: 5px; 
    color: #cc3333;
}

div#errors p, div#perrors p {
    color: #cc3333;
}

#rkregistration { margin-top: 20px; }

#rkregistration form {
    padding: 0px;
    margin: 0;
    width: 100%;
    background: transparent;
    font-size: 1.0em; 
}

#rkregistration div.bluebox {
  background-color: #e4e2d2;
  border-radius: 10px;
  padding: 20px;
}
#rkregistration div.bluebox.pin {
  width: 560px;
  margin: 0 auto;
}

/* --- inputs --- */
#rkregistration label {
    width: 180px;
    line-height: 15px;
    display: block;
    margin: 0 20px 4px 0;
    font-size: 1.0em;
    float: left; 
}
#rkregistration label.td-error { color: #cc3333; }

#rkregistration label.checkboxlabel { 
  width: auto; 
  margin: 0 0 0 8px; 
  float: left;
}

#rkregistration input.inputbox {
    width: 350px;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #848484 #c1c1c1 #e1e1e1;
    border-radius: 5px;
    height: 18px;
    padding: 3px;
    float: left;
    margin-right: 0;
}
#rkregistration input.inputbox.auto { width: 200px; }

#rkregistration input.inputbox.td-error, #rkregistration input.td-error {
	background-color: #ffebe8;
	background: #ffebe8;
	color: #000000;
	border: 1px solid #cc3333;
}

#rkregistration  input.inputbox-radio {
    width: 16px;
    height: 13px;
    float: none;
    line-height: 17px;
    vertical-align: top;
    margin: 0px;
    padding: 0;
    margin-bottom: 12px;
}

#rkregistration  input.inputbox-radio.dist {
    margin-left: 20px;
}

#rkregistration  input.inputbox-check {
    width: 16px;
    height: 13px;
    float: left;
    line-height: 17px;
    vertical-align: top;
    margin: 0px;
    padding: 0;
}

#rkregistration select.inputbox {
    width: 350px;
    float: left;
    height: auto;
    margin-bottom: 12px;
    padding: 0;
}


#rkregistration select.inputbox.td-error, #rkregistration select.td-error {
	background-color: #ffebe8;
	background: #ffebe8;
	color: #000000;
	border: 1px solid #cc3333;
}


#rkregistration textarea.inputbox {
    width: 266px;
    float: left;
    height: auto;
    margin-bottom: 12px;
    padding: 0;
	height: 100px;
}


span.conferencedesc {
  display: block;
  clear: both; 
}

span.more {
  clear: both;
  background: url('../images/more.png') no-repeat; 
  padding-left: 30px;
  line-height: 27px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 12px;
}

#rkregistration br.hidden {
    clear: both;
    visibility: hidden;
}

div#submitbutton {
  margin: 24px 0px;
  clear: both;  
}

#rkregistration input.rkbutton, #rkregistration a.rkbutton {
    background: #e95d0f;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 1em;
    margin: 0;
    outline: 0 none;
    overflow: visible;
    padding: 3px 10px;
    vertical-align: middle;
    width: auto;
    line-height: 18px;
}
#rkregistration a.rkbutton { text-decoration: none; margin-right: 6px; }

#rkregistration a.rkbutton.print span, #rkregistration a.rkbutton.pdf span {
  display: inline-block;
  background: url('../images/print-white-16.png') left center no-repeat;
  padding-left: 22px; 
}
#rkregistration a.rkbutton.pdf span { background-image: url('../images/pdf-white-16.png'); }

span.td-error {
	color: #cc3333;
}

div.td-errorbox {
	margin-bottom: 1px; 
	color: #cc3333; 
	margin-left: 0px;
	font-size: 0.9em;
}

div#captchaplayer {
  background: #fff;
  width: 160px;
  height: 30px;
  float: left;
}

label#captchacode_label, label#audiocaptchacode_label {
  height: 30px; 
  line-height: 15px; 
}

label#audiocaptchacode_label img { vertical-align: middle; }

img#captchacode {
  border-color: #999999;  
  border-radius: 5px;
  border-style: solid;
  border-width: 0px;
}

div.letterinfo {
  padding-left: 148px;
  width: 238px;
  clear: both;
}

div.letterinfo ul {
  list-style: disc;
  margin-left: 11px;  
}

div.letterinfo li { background: none; font-size: 0.8em; padding-left: 0px; }

/* ------- autocomplete ----------- */
input#td_kv { margin-bottom: 0; }

div#kv-box {
	position: relative;
}

div#td_kv_response {
	clear: both;
	/*margin-top: -8px;*/
	border: 1px solid #ccc;
	height: 80px;
	overflow: auto;
	padding: 3px;
	margin-left: 200px;
	width: 350px;
	background: #fff;
	position: absolute;
	top: 26px;
	z-index: 100;
}

ul#kv {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#kv li {
	margin: 0;
	padding: 0;
	cursor: pointer;
}

