/* the background banner image */
#top {
	background-image: url("http://www.abp.unimelb.edu.au/images/sub-banner-e.jpg");
}

/* accent controls the colour of the quicklinks bar */
.accent {
	background-color: #ff6600;
}

/* the border color of the footer bar can optionally be matched to the accent color */
#metalinks
{
	border-bottom-color: #ff6600;
	border-top-color: #ff6600;
}

#content #errorlist {
  border:none;
  padding:0;
  margin:0;
}
#content #errorlist ul {
  color:#f00;
  margin-left:2em;
}
#content .contentform {
background-color:#eee;
border-color:#999;
color:#333;
}
#content .contentform div:first-child {
border:none;
}




