#content.registration {
/*	border: 1px solid yellow;*/
}

#content.registration h4 {
/*	font-weight: bold;*/
	color: black;
/*	border: 1px solid blue;*/
	margin-bottom: 0.7em;
}

#content.registration .description {
/*	border: 1px solid red;*/
}

#content.registration .group {
	border: 1px solid rgb(140, 140, 140);
	margin: 1em 4px 2em 4px;
	padding: 0.5em 2em 0.5em 2em;
}

#content.registration table {
/*	border: 1px solid red;*/
}

#content.registration table label {
	display: block;
}

#content.registration table label.required {
	background-image: url( '../../images/required-field.png' );
	background-repeat: no-repeat;
	background-position: 98% 40%;
}


#content.registration table tr th {
/*	border: 1px solid blue;*/
/*	color: black;*/
	padding-top: 8px;
	width: 35%;
}

#content.registration div.submit {
	border: none;
	padding-top: 0;
	padding-bottom: 0;	
}

#content.registration div#explanation.error {
	border-top: 1px dotted red;
	border-right: 1px dotted red;
	border-bottom: 1px dotted red;
	border-left: 4px solid red;
	padding: 0.5em;
	margin: 0 1em 1.5em 1em;
}

#content.registration div#explanation.error h2 {
	margin: 0;
	color: red;
}

#content.registration div#explanation.error p {
/*	display: none;
*/
	color: red;
}


#content.registration div#explanation.error li {
	list-style-type: none;
	color: red;
	display: none;
}


/*
Defined in common.css
*/
/*
.fieldWithErrors {
  padding: 4px 2px 2px 2px;
  background-color: red;
  color: white;
  display: inline;
} 
*/

#content.registration div.fieldWithErrors {
	color: black;
	display: block;
	background-color: white;
	padding: 0;
}

#content.registration div.fieldWithErrors label {
	border-top: 1px dotted red;
	border-right: 1px dotted red;
	border-bottom: 1px dotted red;
	border-left: 4px solid red;
	padding: 0.5em;
	color: red;
	font-weight: normal;
}

