#content h2 {
	margin-bottom: 5px;
}

#content ul li {
	margin-right: 30px;
	margin-bottom: 30px;
}

#content .teaser {
	width: 409px;
}

#content .teaser h5 {
	float: none;
	display: block;
	width: 389px;
	height: 27px;
	margin: 0px;
	background-image: url('/images/boxes/teaser_409_top.png');
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 17px;
	padding-left: 10px;
	padding-right: 10px;
	color: #EEE;
}

#content .teaser .middle {
	background-image: url('/images/boxes/teaser_409_middle.png');
	background-position: top center;
	background-repeat: repeat-y;
	padding: 10px;
}

#content .teaser .middle p {
	margin: 0px;
	margin-bottom: 10px;
}

#content .teaser .middle ul {
	margin: 0px;
	margin-bottom: 10px;
}

#content .teaser .middle ul li {
	float: none;
	margin: 0px;
	margin-left: 15px;
	margin-bottom: 5px;
	list-style-type: circle;
}

#content .teaser .bottom {
	height: 8px;
	background-image: url('/images/boxes/teaser_409_bottom.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}

#content h3 {
	float: none;
	margin-top: 0px;
	margin-bottom: 5px;
}

.beta form {
	margin-top: 10px;
}

.beta form ul li {
	clear: both;
	list-style-type: none !important;
	padding-bottom: 5px;
}

.beta form ul li label {
	position: relative;
	top: 3px;
	display: block;
	float: left;
	width: 100px;
}

.beta form input,
.beta form select {
	float: right;
	margin-right: 20px;
}

.beta form input.text {
	width: 220px;
}

.beta form select.normal {
	width: 230px;
}
