#content .notes li {
	border-bottom:1px solid #96d0eb;
	padding:16px 0 1px;
}
#content .notes li:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#content .notes li  {
	display: block;
}
#content .notes li.last {
	border-bottom:none;
}

#info .noticeMessage {
	padding-down: 5%;
}                  

#info .error strong{
	color: #1C1D21;
}
#info .error ul,td.error{
	color: #1C1D21;
	list-style-type: disc;
}

select option {
	color: black;
}

select option:focus{
	color: black;
}
#info .error {
	padding-bottom:5%;
}
#hidden_div div table
{
	text-align:center;
}

#hidden_div a,#hidden_div a:visited
{
	color:blue;
}

#hidden_div a:hover
{
	text-decoration:underline;
}

.man .last a,.man .last a:visited {
	text-decoration:underline;
}                           

select:focus {
	 color:black;
}  

select{
	 color:black;
}                            

#hidden_div
{
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:3000px;
	text-align:center;
	z-index: 1000;
	background-image:url(overlay.gif);
}

#hidden_div div
{
	width:400px;
	margin: 100px auto;
	background-color: #fff;
	border:1px solid #000;
	padding:15px;
	text-align:center;
}

.dojoDialog {
		color : #000;
		background : #eee;
		border : 1px solid #999;
		-moz-border-radius : 5px;
		padding : 4px;
	}
 .pageSubContentTitle {
		color:#8e8e8e;
		font-size:1em;
		font-family:Verdana, Arial, sans-serif;
		margin-bottom:0.75em;
}
.emphasise {
	width : 35%;
}
td.emphasise{
	font-weight: bold;
}

.formAnswer input{
	color : #000;
}
.small {
	width: 2.5em;
}
.medium {
	width: 10em;
}
.long {
	width: 20em;
}

span.invalid, span.missing {
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Verdana, sans-serif;
    color: #000;
	font-size: 0.9em;
}

/* group multiple buttons in a row */
div .dojoButton {
	float: left;
	margin-left: 10px;
}
#register{
	text-align: center;
	padding-top: 25px;
}
div#success{
	background-color:#81B3CF;
	color:white;
	padding:5px 5px 5px 5px;
	border:1px solid #318D9F;
	margin-bottom:5px;
}