body {
	font-family: Trebuchet MS, arial,helvetica,clean,sans-serif;
	color: #000000;
	text-align:left;
	margin: 0;
	overflow-x:hidden;
}

.wrapper {
	padding: 1em;
}

h1 {
	font-size: 138.5%
}

.conditionsbreaker {
	clear: both;
}

#memberterms {

}

#competitionterms {
	clear: both;
	margin-top: 1em;
}

.alerts {
	float: right; 
	position: relative;
}
.alerts span.good {
	background-image: url(../img/alert_good.png);
	height: 19px;
	width: 17px;
	background-repeat: no-repeat;
}

.alerts span.bad {
	background-image: url(../img/alert_bad.png);
	height: 18px;
	width: 17px;
	background-repeat: no-repeat;
}

.alerts span.loader {
	background-image: url(../img/ajax-loader-white.gif);
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
}

.alerts .good, .alerts .bad, .alerts .loader {
	position: absolute;
	right: 0px;
	top: 0px;
	display: none;
}