#wrap {
	padding-top: 10px;
}

.top { /* This is for the login/register/search bar over-ride styles */
	height: 10px; /* orginal setting is 46px */
	line-height: 0px; /* orginal setting is 46px */
	border-bottom: 3px solid #4d4d4d; /* orginal setting is 3px solid #4d4d4d */
}
/**html .top { border-bottom: 3px solid #4d4d4d; }*/
.introWide {
	width: 98.5%;
}
.img { border: none; }
.grey { color: #A7A9AC; }
.error { color: #FF0000; font-weight:bold; }
.orange { color: #FCB033; }
.no-pad { margin-bottom: 0; }
.bold { font-weight:bold; }
.reg-title {
	font-weight:bold;
	color: #FCB033;
	font-size: 20px; /* over-rides 30px; size in styles.css */
}
.centre {
	text-align: center;
}

.hidden { display: none; }
.unhidden { display: block; }
/*
If you want to use visibility, then change these classes to:
.hidden { visibility: hidden; }
.unhidden { visibility: visible; }
*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-right: 0;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-left: 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

