@charset "utf-8";
/* CSS Document */
#ajanlatkeres label.error {width: 250px; color: red}

.hidden {
	display: none;
}
.hidden2 {
	display: none;
}
div.container {
	background-color: #eee;
	border: 1px solid red;
	margin: 5px;
	padding: 5px;
}
div.container ol li {
	display: none;
	list-style-type: disc;
	margin-left: 20px;
}
div.container { display: none }
.container label.error {
	display: inline;
}
input.error { border: 1px solid #c00; background: #fee }
select.error { border: 1px solid #c00; background: #fee }
em.error {
  background:url("images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
}
em.success {
  background:url("images/checked.gif") no-repeat 0px 0px;
  padding-left: 0px;
}

