.niceform fieldset {
  margin-bottom: 10px;
	border:none;
	border-top: 1px solid #000;
}
.niceform input[type=text] {
	border: 1px solid #7b7b7b;
}
.niceform input[type=password] {
	border: 1px solid #7b7b7b;
}
.niceform input[type=submit] {
	border: 1px solid #7b7b7b;
}
.niceform textarea {
	border: 1px solid #7b7b7b;
}
.niceform legend {
  margin-left:10px;
	padding:0 10px 5px 15px;
  font-weight: bold;
	background-image: url('../images/layout/right_bullet.png');
	background-repeat: no-repeat;
	border-bottom: 1px solid #000;
}
.niceform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
	font-weight: bold;
}
.niceform fieldset ol {
  margin: 0;
  padding: 0;
}
.niceform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
.niceform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
.niceform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
.niceform fieldset fieldset label {
  display: block;
  width: auto;
}
.niceform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
.niceform label {
  width: 120px; /* Width of labels */
}
.niceform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

label.error {
	width: auto !important;
	color:red;
}

input.error {
	border: 1px solid red;
}

input[type=submit] {
	margin-top:0.1em;
}

input[type=text].required {
	background-image: url('../images/layout/corner.png');
	background-position: right top;
	background-repeat: no-repeat;
}