/* INCLUDE BELOW IN EVERY SITE */
label {
	float:left;
	width:150px;
	text-align:right;
	margin-right:10px;
	font-weight:900;
}

.admin {
	overflow:auto;
}

.errormsg {
	color:red;
	border:1px solid red;
}

.clear {
	clear:both;
}

.helpbox {
	margin:10px 10px 20px 10px;
	padding: 5px 20px;
	background-image: url('images/freeicons/help.png');
	background-repeat:no-repeat;
	background-position: top left;
	border:1px dashed #75A1DC;
}

.panelList {
	float:left;
	width:250px;
	list-style:none;
}

.panelList a {
	text-decoration:none;
}

.panelList li {
	margin-bottom:20px;
}

.required {
	color:red;
}
/* INCLUDE ABOVE IN EVERY SITE */