/*-------------------------------------------------------------------------------------------*/
/* Copyright Community Sites 2004, 2005, 2006, 2007, 2008                                    */
/* For further information, see www.communitysites.co.uk or email info@communitysites.co.uk  */
/*-------------------------------------------------------------------------------------------*/

.error {
	background-color: #983636;
	color:#fff;

	width:100%;	
	text-align:left;

	margin-bottom:8px;
	padding-top:8px;
	padding-bottom:8px;
}
.errordetails {
	font-weight:bold;
}
.error h4 {
	font-weight:bold;
	
	margin-left:8px;
	margin-top:0;
	margin-bottom:4px;
}
.error p {
	margin-left:8px;
	margin-right:8px;
	margin-top:0px;
	margin-bottom:0;
}
.error a {
	color:#fff;
	font-weight:bold;
}

label {
	position: relative;
	font-weight:bold;
}
label.sitetext {
	position: relative;
	display:block;
	font-weight:normal;
}

.smallbreak {
	float:none;
	clear:both;
	height: 1px; 
	margin-top:-1px;
	overflow: hidden;
	font-size:0;
}
	
.pagebreak {
	float:none;
	clear:both;
	height: 1px; 
	margin-top:-1px;
	overflow: hidden;
	font-size:0;
}

.bigbreak {
	float:none;
	clear: both; 
	height: 8px; 
	font-size:0;
}

