#backgrounder {
	background: #fff url("bg01.jpg") left top no-repeat;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

.limited{
	position: relative;
	left: 230px;
	width:330px;
	border: 1px solid #ccc;
	border-top-style: none;
	border-right-style: none;
	margin-bottom: 40px;
	padding-left: 30px;
	font-size: larger;
	font-weight:bold;
	color: #c5163e;
}

.alert{
	position: relative;
	left: 230px;
	width: 330px;
	border: none;
	padding-left: 10px;
	font-size: smaller;
	color: #9f0d20;
}


