.Checkbox {background:url('http://213.206.91.21/fileadmin/template/main/images/CheckboxUnChecked.gif') no-repeat center center;display:block;height:20px;}
a.Checkbox, a.CheckboxChecked {display:block;width:20px;height:20px;cursor:pointer;cursor:hand;}
a.Checkbox {background:url('http://213.206.91.21/fileadmin/template/main/images/CheckboxUnChecked.gif') no-repeat center center;}
a.CheckboxChecked {background:url('http://213.206.91.21/fileadmin/template/main/images/CheckboxChecked.gif') no-repeat center center;}	

.Radiobox {background:url('http://213.206.91.21/fileadmin/template/main/images/RadioboxUnChecked.gif') no-repeat center center;display:block; height:20px;}
a.Radiobox, a.RadioboxChecked {display:block;width: 20px; height:20px; cursor:pointer;cursor:hand;}
a.Radiobox {background:url('http://213.206.91.21/fileadmin/template/main/images/RadioboxUnChecked.gif') no-repeat center center;}
a.RadioboxChecked {background:url('http://213.206.91.21/fileadmin/template/main/images/RadioboxChecked.gif') no-repeat center center;}
.star {
  color: #FF0000;
  font-size: 10px;
  padding-left: 3px;
}
.textbox {
  border-style: solid; 
  border-width: 1px; 
  font-size: 9px; 
  color: #003399;
  height: 14px; 
  background: http://213.206.91.21/fileadmin/template/main/images/pixel.gif; 
  border-color: #003399;
}
.textarea {
  border-style: solid; 
  border-width: 1px; 
  font-size: 12px; 
  background: http://213.206.91.21/fileadmin/template/main/images/pixel.gif; 
  border-color: #003399
}

.InputHidden {display:none;}


select {
 display: block;
 width: 300px;
}
select.replaced {
 display: none;
}
ul.selectReplacement {
  background: url(http://213.206.91.21/fileadmin/template/main/images/DropDown.gif) top left no-repeat;
  list-style-image: none;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 16px;
  width: 218px;
}
ul.selectReplacement li {
  color: #000000;
  cursor: pointer;
  padding: 0px 12px;
  display: none;
  font-size: 11px;
  line-height: 16px;
  margin: 0;
  width: 218px;
}
ul.selectOpen li {
  background: url(http://213.206.91.21/fileadmin/template/main/images/DropDown_Down.gif) bottom left no-repeat;
  display: block;
  color: #000000;
  width: 218px;
}
ul.selectReplacement li.selected {
  /*background: url(http://213.206.91.21/fileadmin/template/main/images/DropDown.gif) bottom left no-repeat;*/
  color: #003399;
  display: block;
}
ul.selectOpen li.selected {
  background: url(http://213.206.91.21/fileadmin/template/main/images/DropDown_Down_Selected.gif) bottom left no-repeat;
  color: #FFFFFF;
  display: block;
}
ul.selectOpen li:hover,
ul.selectOpen li.hover,
ul.selectOpen li.selected:hover {
  background: url(http://213.206.91.21/fileadmin/template/main/images/DropDown_Down_Selected.gif) bottom left no-repeat;
  color: #FFFFFF;
}
