.form {
  width: 100%;
}
.form .label {
  width: 130px;
  padding-right: 12px;
  text-align: right;
  padding-bottom: 20px;
  line-height: 34px;
}
.form .field {
  padding-bottom: 20px;
}
/*************************************************************/
.round_input {
  width: 100%;
}
.round_input .round_input_left {
  width: 5px;
  font-size: 1px;
  background: transparent url('/img/forms/round_input_left.gif') left center no-repeat;
  height: 32px;
  vertical-align: middle;
  padding: 0px;
  line-height: 1px;
}
.round_input .round_input_center {
  background: transparent url('/img/forms/round_input_center.gif') left center repeat-x;
  height: 32px;
  vertical-align: middle;
  text-align: middle;
}
.round_input .round_input_right {
  width: 5px;
  font-size: 1px;
  background: transparent url('/img/forms/round_input_right.gif') right center no-repeat;
  height: 32px;
  vertical-align: middle;
  padding: 0px;
  line-height: 1px;
}
.round_input input {
  width: 100%;
  background: none;
  border: none;
  font-size: 12px;
  color: #786722;
}



.round_input2 {
  width: 100%;
}
.round_input2 .round_input_left2 {
  width: 5px;
  font-size: 1px;
  background: transparent url('/img/forms/round_input_left2.gif') left center no-repeat;
  height: 32px;
  vertical-align: middle;
  padding: 0px;
  line-height: 1px;
}
.round_input2 .round_input_center2 {
  background: transparent url('/img/forms/round_input_center2.gif') left center repeat-x;
  height: 32px;
  vertical-align: middle;
  text-align: middle;
}
.round_input2 .round_input_right2 {
  width: 5px;
  font-size: 1px;
  background: transparent url('/img/forms/round_input_right2.gif') right center no-repeat;
  height: 32px;
  vertical-align: middle;
  padding: 0px;
  line-height: 1px;
}
.round_input2 input {
  width: 100%;
  background: none;
  border: none;
  font-size: 12px;
  color: #786722;
}




.round_textarea2 {
  width: 100%;
}
.round_textarea2 .round_textarea_left2 {
  width: 5px;
  font-size: 1px;
  background: transparent url('/img/forms/round_textarea_left2.gif') left center no-repeat;
  height: 304px;
  vertical-align: middle;
  padding: 0px;
  line-height: 1px;
}
.round_textarea2 .round_textarea_center2 {
  background: transparent url('/img/forms/round_textarea_center2.gif') left center repeat-x;
  height: 304px;
  vertical-align: middle;
  text-align: middle;
}
.round_textarea2 .round_textarea_right2 {
  width: 5px;
  font-size: 1px;
  background: transparent url('/img/forms/round_textarea_right2.gif') right center no-repeat;
  height: 304px;
  vertical-align: middle;
  padding: 0px;
  line-height: 1px;
}
.round_textarea2 textarea {
  width: 100%;
  height: 290px;
  background: none;
  border: none;
  font-family:Arial,'Trebuchet MS',Arial,Verdana;
  font-size: 12px;
  color: #786722;
  line-height: 18px;
}
/*********  dropdown ********/
/* styl do dropdownow */
table.round_dropdown {
  width: 100%;
  }
table.round_dropdown a.round_dropdown table {
  }
table.round_dropdown  td {
	height: 33px;
	padding: 0px;
	text-align: left;
  }
table.round_dropdown .round_dropdown_left {
  width: 15px;
	cursor: pointer;
	background: transparent url('/img/forms/round_dropdown_left.gif') center center no-repeat;
  }
table.round_dropdown  .text {
	vertical-align: middle;
	padding: 0px 3px;
	color: #8d8d8d;
	font-size: 12px;
	height: 32px;
  }
table.round_dropdown  .text input {
  width: 100%;
  }
table.round_dropdown  td.arrow {
	width: 29px;
	height: 32px;
	cursor: pointer;
	background: transparent url('/img/forms/round_dropdown_arrow.gif') left center no-repeat;
  }
div.round_dropdown {
  margin-top: 3px;
  margin-left: 0px;
	height: 137px;
	background: #fff;
  width: 80px;
	z-index: 1;
	border: 1px solid #a5a5a5;
	}
div.round_dropdown table {
	background: transparent;
	width: 100%;
  }
div.round_dropdown td {
	cursor: pointer;
	vertical-align: middle;
	padding: 0px 5px;
	height: 26px;
	color: #786722;
  border-bottom: 1px solid #f2f2f2;
  }
div.round_dropdown td.selected {
  color: #786722;
	background: #f1f1f1;
  }
div.round_dropdown td.hover {
  color: #786722;
	background: #f1f1f1;
  }



