form {
  margin: 0px;
  padding: 0px;
  }
input {
  border: none;
  background: none;
  display: block;
  font: 10px/14px Trebuchet, Arial, Verdana, Tahoma;
  }
#myzonecontest_form input {
	display: inline;
}
textarea {
  border: none;
  background: none;
  overflow: hidden;
  font: 10px/14px Trebuchet, Arial, Verdana, Tahoma;
  }
.form {
  display: block;
  }
.w391 {
  width: 391px;
  }
.w399 {
  width: 399px;
  }
.w462 {
  width: 462px;
  }
.w630 {
  width: 630px;
  }
* html .max_height_400 { 
   height: expression( this.scrollHeight > 400 ? "400px" : "auto" ); /* sets max-height for IE */
}
.max_height_400 {
   overflow: auto;
   max-height: 400px; /* sets max-height value for all standards-compliant browsers */
   
}
.form td {
  vertical-align: middle;
  padding: 0px 2px;
  height: 20px;
  }
.label {
  text-align: right;
  }
.desc {
  text-align: justify; 
  line-height: 14px;
  }
  .errorlabel {
  color:#ff0000;
  }
/* białe inputy */
.input_white td.bg_left {
  width: 5px;
  padding: 0px;
  background: transparent url('/static/img/forms/inputs/bg_input_white_left.gif') center left no-repeat;
  }
.input_white td.bg_center {
  background: transparent url('/static/img/forms/inputs/bg_input_white_center.gif') center left repeat-x;
  }
.input_white td.bg_right {
  width: 5px;
  padding: 0px;
  background: transparent url('/static/img/forms/inputs/bg_input_white_right.gif') center right no-repeat;
  }
  
/* purpurowe inputy - formularz logowania na górze */
.input_purple_small td {
  height: 16px;
  line-height: 16px;
  }
.input_purple_small td.bg_left {
  width: 5px;
  padding: 0px;
  background: transparent url('/static/img/forms/inputs/bg_input_purple_small_left.gif') center right no-repeat;
  }
.input_purple_small td.bg_center {
  background: transparent url('/static/img/forms/inputs/bg_input_purple_small_center.gif') center left repeat-x;
  }
.input_purple_small td.bg_right {
  width: 5px;
  padding: 0px;
  background: transparent url('/static/img/forms/inputs/bg_input_purple_small_right.gif') center left no-repeat;
  }

  
.input_purple td {
  height: 20px;
  line-height: 20px;
  }
.input_purple td.bg_left {
  width: 5px;
  padding: 0px;
  background: transparent url('/static/img/forms/inputs/bg_input_purple_left.gif') center right no-repeat;
  }
.input_purple td.bg_center {
  background: transparent url('/static/img/forms/inputs/bg_input_purple_center.gif') center left repeat-x;
  }
.input_purple td.bg_right {
  width: 5px;
  padding: 0px;
  background: transparent url('/static/img/forms/inputs/bg_input_purple_right.gif') center left no-repeat;
  }

/* ciemno-purpurowe inputy */
.input_dark_purple td {
  height: 20px;
  line-height: 20px;
  }
.input_dark_purple td.bg_left {
  width: 5px;
  padding: 0px;
  background: transparent url('/static/img/forms/inputs/bg_input_dark_purple_left.gif') center right no-repeat;
  }
.input_dark_purple td.bg_center {
  background: transparent url('/static/img/forms/inputs/bg_input_dark_purple_center.gif') center left repeat-x;
  }
.input_dark_purple td.bg_right {
  width: 5px;
  padding: 0px;
  background: transparent url('/static/img/forms/inputs/bg_input_dark_purple_right.gif') center left no-repeat;
  }
  
  
input.very_short {
  width: 22px;
  }
input.short {
  width: 54px;
  }
input.middle_less {
  width: 90px;
  }
input.middle {
  width: 122px;
  }
input.long {
  width: 146px;
  }
input.longer {
  width: 160px;
  }
input.more_longer {
  width: 250px;
  }
input.more_bigger {
  width: 281px;
  }
div.addnamecalc input.more_longer {
  width:220px;
  }
input.very_long {
  width: 290px;
  }
  
/* textareas */
.textarea_dark_purple td {
  height: 110px;
  line-height: 110px;
  }
.textarea_dark_purple td textarea {
  height: 100px;
  width: 290px;
  }
.textarea_dark_purple td.bg_left {
  background: transparent url('/static/img/forms/textareas/bg_textarea_dark_purple_left.gif') center right no-repeat;
  }
.textarea_dark_purple td.bg_center {
  background: transparent url('/static/img/forms/textareas/bg_textarea_dark_purple_center.gif') center left repeat-x;
  }
.textarea_dark_purple td.bg_right {
  background: transparent url('/static/img/forms/textareas/bg_textarea_dark_purple_right.gif') center left no-repeat;
  }

/* dropdown */
.dropdown_white a.dropdown {
  }
.dropdown_white a.dropdown table {
  }
.dropdown_white a.dropdown td {
	height: 20px;
  }
.dropdown_white a.dropdown td.text {
	color: #873abc;
	width: 120px;
	padding: 0px 5px;
  background: transparent url('/static/img/forms/dropdowns/dropdown_white_text.gif') center left no-repeat;
  }
.dropdown_white a.dropdown td.drop {
	cursor: pointer;
	padding: 0;
  width: 20px;
  background: transparent url('/static/img/forms/dropdowns/dropdown_white_arrow.gif') center left no-repeat;
  }
.dropdown_white div.dropdown {
	background-color: #fbf2e1;
	border: 1px solid #1e0040;
	padding: 2px;
	float: left;
	height: 150px;
	overflow: hidden;
	width: 144px;
	margin-top: 2px;
	z-index:1000;
  }
.dropdown_white div.dropdownh3 {
	height:60px;
  }
.dropdown_white div.dropdownh2 {
	height:40px;
  }
.dropdown_white div.dropdown table {
  width: 100%;
  }
.dropdown_white div.dropdown table td {
	background-repeat: repeat-x;
	background-position: center;
	color: #48196e;
	border-top: 1px solid #fbf2e1;
  }
.dropdown_white div.dropdown td.selected {
	background-color: #e2d5bd;
	color: #873abc;
	text-decoration: underline;
	cursor: pointer;
  }
.dropdown_white div.dropdown td.hover {
	background-color: #e2d5bd;
	color: #873abc;
	text-decoration: underline;
	cursor: pointer;
  }
/*----------------------------*/
.dropdown_dark_purple {
  }
.dropdown_dark_purple a.dropdown {
  }
.dropdown_dark_purple a.dropdown table {
  }
.dropdown_dark_purple a.dropdown td {
	height: 26px;
	font-size: 10px;
  }
.dropdown_dark_purple a.dropdown td.text {
	color: #fbf2e1;
	width: 158px;
	padding: 0px 10px;
  background: transparent url('/static/img/forms/dropdowns/dropdown_dark_purple_text.gif') center left no-repeat;
  }
.dropdown_dark_purple a.dropdown264 td.text {
  width:230px;
  }
.dropdown_dark_purple a.dropdown td.drop {
	padding: 0;
  width: 20px;
  background: transparent url('/static/img/forms/dropdowns/dropdown_dark_purple_arrow.gif') center left no-repeat;
  }
.dropdown_dark_purple div.dropdown {
	background-color: #47186d;
	border: 1px solid #1e0040;
	padding: 0px;
	float: left;
	height: 150px;
	overflow: hidden;
	width: 196px;
	margin-top: -3px;
	z-index:1000;
  }
.dropdown_dark_purple div.dropdown264 {
  width:264px;
  }
.dropdown_dark_purple div.dropdown table {
  width: 100%;
  }
.dropdown_dark_purple div.dropdown table td {
	background-repeat: repeat-x;
	background-position: center;
	color: #fff0b6;
	border-top: 1px solid #47186d;
	padding: 0px 5px;
	font-size: 10px;
  }
.dropdown_dark_purple div.dropdown td.selected {
	background-color: #873cb8;
	color: #fff0b6;
	text-decoration: underline;
	cursor: pointer;
  }
.dropdown_dark_purple div.dropdown td.hover {
	background-color: #873cb8;
	color: #fff0b6;
	text-decoration: underline;
	cursor: pointer;
  }
/*Autocomplete*/
.input_dark_purple div.autocomplete {
	background-color: #47186d;
	border: 1px solid #1e0040;
	padding: 0px;
	float: left;
	height: 150px;
	overflow: hidden;
	width: 196px;
	margin-top: 4px;
	margin-left: -6px;
	position:absolute;
	z-index:1000;
  }
.input_dark_purple div.autocomplete table {
	width:100%;
  }
.input_dark_purple div.autocomplete td {
	background-repeat: repeat-x;
	background-position: center;
	color: #fff0b6;
	border-top: 1px solid #47186d;
	padding: 0px 5px;
	font-size: 10px;
  }
.input_dark_purple div.autocomplete td.selected {
	background-color: #873cb8;
	color: #fff0b6;
	text-decoration: underline;
	cursor: pointer;
  }
.input_dark_purple div.autocomplete td.hover {
	background-color: #873cb8;
	color: #fff0b6;
	text-decoration: underline;
	cursor: pointer;
  }
/* newsletter */
span.errornewsletter {
  color:#ff0000;
  }
/* button */
.button {
  margin: auto;
  display: block;
  width: 20px;
  height: 20px;
  }
.small_button {
  margin: auto;
  display: block;
  width: 11px;
  height: 11px;
  }
.btn_gold {
  background: transparent url('/static/img/icons/ikona_gold1.gif') center center no-repeat;
  }
.btn_purple {
  background: transparent url('/static/img/icons/ikona_purple2.gif') center center no-repeat;
  }
.btn_purple1 {
  background: transparent url('/static/img/icons/ikona_purple1.gif') center center no-repeat;
  }

.submit {
  background: url('/static/img/icons/submit.gif') right center no-repeat;
  padding:0px 22px 0px 0px;
  margin:0px;
  text-align:right;
  height: 20px;
  color: #873ABC;
  font-family: Trebuchet,Arial,Verdana,Tahoma;
  font-size: 12px;
  cursor: pointer;
  }
 
#galleryadd input.textinput {
	width:170px;
	border:1px solid #000000;
	float:left;
	margin-right:1px;
}
#galleryadd input.filebutton {
	border:1px solid #000000;
	width:20px;
	float:left;
}
h2.purple_text span.steep {
	color:#7D794E;
	font-size:12px;
	font-weight:normal;
}
h2.purple_text span.steep b {
	color:#873ABC;
	font-weight:bold;
	font-size:14px;
}
div.radioinvoite {
	width:148px;
	float:left;
	height:25px;
}
div.radioinvoite span.label {
	line-height:20px;
	text-align:left;
	display:block;
	width:125px;
	height:25px;
	line-height:24px;
	float:right;
}
div.invoiteformclear {
	font-size:0px;
	height:0px;
	clear:both;
}
iframe.invouteviewer {
	width:625px;
	height:260px;
	border:none;
	margin:0px;
	padding:0px;
}

