form {
  margin: 0px;
  padding: 0px;
  }

input {
  border: none;
  background: none;
  display: block;
  margin: 0px;
  padding: 0px;
}

textarea {
  border: none;
  overflow: hidden;
  font: 10px/14px Trebuchet, Arial, Verdana, Tahoma;
}

.button_najczesciej_ogladane {
  background: url('/graphics/backgrounds/button_najczesciej_ogladane.gif') no-repeat;
  width:609px;
  height:56px;
  display:block;
}
.button_najczesciej_ogladane:hover {
  text-decoration:none;
  cursor:pointer;
}

span.submit {
  cursor: pointer;
  display: block;
  text-align: center;
}

input.submit {
  cursor: pointer;
  display: block;
  text-align: center;
}


span.red {
  background: url('/graphics/backgrounds/button_ok.gif') no-repeat;
  width: 48px;
  height: 27px;
  padding-top: 6px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1px;
  color: #ffffff;
}

span.more {
  background: url('/graphics/backgrounds/button_more.gif') no-repeat;
  width: 118px;
  height: 25px;
  padding-top: 5px;
  padding-left: 3px;
  font-size: 11px;
  color: #453d30;
  margin: auto;
}

a span {
	text-decoration: none;
}

span.more a {
	text-decoration: none;
}

span.more a:hover {
	text-decoration: none;
}

div.dsend {
  margin-right: 10px;
  margin-top: 5px;
}

div.dclear {
  width: 91px;
  height: 30px;
  float: right;
  display: inline;
}

span.clear {
  background: url('/graphics/backgrounds/button_clear_91_30.gif') no-repeat;
  width: 91px;
  height: 25px;
  padding-top: 5px;
  font-size: 11px;
  color: #453d30;
  
  text-align: center;
}

input.clear {
  background: url('/graphics/backgrounds/button_clear_91_30.gif') no-repeat;
  width: 91px;
  height: 27px;
  padding-bottom: 2px;
  padding-top: 0px;
  font-size: 11px;
  color: #453d30;
  text-align: center;
}


span.clear a {
  color: #160030;
}

span.clear a:hover {
	text-decoration: none;
}

div.dbigbutton {
  width: 151px;
  height: 30px;
  float: left;
  margin-left: 3px;
  display: inline;
}

span.bigbutton {
  background: url('/graphics/backgrounds/button_big.gif') no-repeat;
  width: 151px;
  height: 25px;
  padding-top: 5px;
  text-align: center;
  font-size: 11px;
  color: #453d30;
}

span.bigbutton a {
  color: #160030;
}

span.bigbutton a:hover {
	text-decoration: none;
}

input.text_top {
  height: 16px;
  border-top: 1px solid #9c9b89;
  border-left: 1px solid #c6c1bb;
  background-color: #fffffb;
  padding-top: 2px;
}

input.default {
  height: 15px;
  border: 1px solid #85765c;
  background-color: #ffffff;
  padding-top: 1px;
  margin: 0px;
}

input.w50 {
  width: 50px;
}

input.w59 {
  width: 55px;
}

table.w59 {
  width: 59px;
}

td.w59 {
	width: 55px;
}

/* w200 */
table.w200 {
	width: 200px;
}

td.w200 {
	width: 196px;
}

input.w200 {
  width: 196px;
}

input.error {
	border-color: #cb4646;	
}

/* w189 */

input.w189 {
  width: 185px;
}

div.dprevbutton {
  width: 91px;
  height: 30px;
  float: left;
  display: inline;
}

span.prevbutton {
  background: url('/graphics/backgrounds/button_prev.gif') no-repeat;
  width: 91px;
  height: 25px;
  padding-top: 5px;
  text-align: center;
  font-size: 11px;
  color: #453d30;
}

span.prevbutton a {
  color: #160030;
}

span.prevbutton a:hover {
	text-decoration: none;
}

div.dnextbutton {
  width: 91px;
  height: 30px;
  float: right;
  display: inline;
}

span.nextbutton {
  background: url('/graphics/backgrounds/button_next.gif') no-repeat;
  width: 91px;
  height: 25px;
  padding-top: 5px;
  text-align: center;
  font-size: 11px;
  color: #453d30;
}

span.nextbutton a {
  color: #160030;
}

span.nextbutton a:hover {
	text-decoration: none;
}

input.question {
  width: 187px;
  height: 18px;
  border: 1px solid #85765c;
  background-color: #ffffff;
}

input.questionerror {
	border-color: #cb4646;	
	border-width:2px;
}

textarea.question {
  width: 187px;
  height: 88px;
  border: 1px solid #85765c;
  background-color: #ffffff;
}
textarea.questionerror {
	border-color: #cb4646;	
	border-width:2px;
}


/* Default Input */

table.input {
	height: 20px;
	margin: auto;
}

table.input td.ileft {
	height: 20px;
	width: 2px;
	font-size: 0px;
	background: url('/graphics/backgrounds/input_left.gif') no-repeat;	
}

table.input td.imiddle {
	height: 20px;
	vertical-align: middle;
	text-align: center;
	background: url('/graphics/backgrounds/input_middle.gif') repeat-x;
}
	
table.input td.iright {
	height: 20px;
	font-size: 0px;	
	background: url('/graphics/backgrounds/input_right.gif') no-repeat;
	width: 2px;
}

/* input text 159 */

table.input159 {
	width: 159px;
	height: 20px;
}

table.input159 td.input {
	width: 159px;
	height: 20px;
	vertical-align: middle;
	text-align: center;
	background: url('/graphics/backgrounds/input_159x20.gif') repeat-x;
}

table.input159 td.input input {
	width: 150px;
	margin: auto;
	background: transparent;
	border: none;
}

/* input text 189 */

table.input189 {
	width: 189px;
	height: 20px;
}

table.input189 td.input {
	width: 189px;
	height: 20px;
	vertical-align: middle;
	text-align: center;
	background: url('/graphics/backgrounds/input_189x20.gif') repeat-x;
}

table.input189 td.input input {
	width: 180px;
	margin: auto;
	background: transparent;
	border: none;
}

#ssl-info {
	color: #3b3120;
	text-align: left;
	padding-top: 15px;
}

#ssl-info img {
	margin-right: 5px;
	vertical-align: bottom;	
}

#ssl-info span {
	vertical-align: bottom;	
	color: inherit !important
}

.formquestion #ssl-info {
	font-size: 10px;
	padding: 10px 0 5px 5px;	
}



