.error {
	font-weight: bold;
	color: #aa0000;
}

.form_block {
}

.form_block .subblock {
  margin-top: 10px;
  margin-bottom: 30px;
}

.form_block .title {
  font-weight: bold;
  font-size: 14px;
  background-color: #eeeeee;
  margin-bottom: 20px;
}

.form_block .line {
  padding: 2px 0px 2px 0px;
  clear: both;
}

.form_block .caption {
  width: 109px;
  text-align: right;
  padding-top: 3px;
  padding-right: 8px;
  float: left;
}

.form_block .field {
  width: 510px;
  text-align: left;
  float: left;
}

.button, .buttonpressed {
	margin: 0px 5px 5px 1px;
	padding: 1px 1px 1px 1px;
	width: 90px;
	background-color: #eeeeee;
	color: #222222;
	border: 1px solid black;
	font: bold 11px sans, sans-serif;
	cursor: pointer;
}

.smallbutton, .smallbuttonpressed {
  position: relative;
	top: -4px;
	padding: 0px;
	width: 60px;
	background-color: #eeeeee;
	color: #222222;
	border: 1px solid black;
	font: bold 10px sans, sans-serif;
	cursor: pointer;
}

.buttonpressed {
	background-color: #aaaaaa;
	border-color: #555555;
}

.igor_textfield, .igor_textarea {
	width: 250px;
}

.igor_select {
	width: 252px;
}

.igor_thousends {
	width: 200px;
  text-align: right;
}

.igor_thousends_extrazeros {
	width: 46px;
  margin-left: 2px;
}

select {
  border: 1px solid #a4a4a4;
}