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

.admin { overflow:auto; }

.captcha { margin:0; padding:0; }

.captcha a { margin-left:5px; }

.captcha a img {
	margin:0;
	padding:11px;
	border:1px solid #CCC;
}

.center { text-align:center; margin-left:auto; margin-right:auto; }

.clear { clear:both; }

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

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

.left { float:left; }

.noheight { height:0; line-height:0; }

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

.panelList a {
	text-decoration:none;
}

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

.required {
	color:red;
}

.right { float:right; }
/* INCLUDE ABOVE IN EVERY SITE */
