#kontakt.error{
	color: red;
}

input.error{
	border: 1px dotted red;
}

textarea.error{
	border: 1px dotted red;
}
#myselectbox_input.error{
	border: 0px dotted red;
	color: red;
}


#kontakt .loadingOverlay{
	background-color: #000000;
	opacity: 0.7;
	position: absolute; 
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	z-index: 1000;
	display: none;
}

#kontakt table{
	margin-top: 10px;
	margin-bottom: 10px;
}

#kontakt .table_wrapping_inputfield input{
	margin: 0px;
}
#kontakt .table_wrapping_inputfield{
	margin: 0px;
}



.sint_contact_textfeld{
	border: 0px solid red;
	background-image: url(../img/kontakt/sint_contact_inputfeld_durchgehend.jpg);
	background-position: left -2px;
	background-repeat: repeat-x;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 7px;
	width: 351px;
	height: 24px;
}

.sint_contact_textarea{
	border: 1px dotted white;
	background-image: url(../img/kontakt/sint_contact_textfeld_durchgehend.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 7px;
	width: 350px;
	height: 167px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-left: none;
}
select {
	border: none;
}
/*
.sint_contact_select {
	width: 343px;
	height: 25px;
	border: 2px dotted white;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 4px;
	margin-right: 4px;
}
.sint_contact_select_td{
	background-image: url(../img/kontakt/sint_contact_inputfeld.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	
	width: 351px;
	height: 34px;
}
*/

div.selectbox-wrapper {
  position:absolute;
  z-index: 1000;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  
  margin:0px;
  margin-top: -10px;
  padding:0px;
  
  font-size:0.8em;
  text-align:left;
  max-height:200px;
  overflow:auto;
  border: 1px solid silver;
}

div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
  margin-left: 0px;
  padding-left: 0px;
  background: none;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px; 
}

label {
    display: block;
}

.selectbox /* look&fell of  select box*/
{
  /*margin: 0px 5px 10px 0px;*/
  padding-left:2px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  display : inline;
  text-align:left; 
  cursor: pointer;
  border: 0px solid #D1E4F6;
  color:#333;
  width: 100%;
  background: none;
}


#sint_contact_select_td {
	background-repeat: no-repeat;
	width : 351px; 
  	height: 34px;
  	/* padding-top: 7px; */
  	padding-left: 10px;
  	vertical-align:center;
}

#sint_contact_select_td ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#sint_contact_select_td ul  li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
	margin-left: 0px;
	padding-left: 5px;
	background: none;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; 
}

#sint_contact_select_td ul  li.selected { 
  background-color: #EAF2FB;
}


#myselectbox  option{
	border: none;
}
#myselectbox {
	width: 100%;
	height: 25px;
	margin-left: -5px;
	border: 3px solid #e7e7e7;
	border-top: 2px solid #e7e7e7;
}

.td_background_image {
	background-image: url(../img/kontakt/select_bg_arrow.jpg);
}
