
#content .full ul li {
	margin: 0.5em 0;
}

#content .full dl dt,
#content .full dl .name,
#content .full ul .name {
	color: #244383;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}

#content .full ul .name {
	text-transform: uppercase;
}

#content .full strong {
	font-weight: bold;
}

form label span {
	color: #244383;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1em;
}

form input.button {
	background: transparent url('../images/button-trans.png') center center no-repeat;
	color: white;
	text-transform: uppercase;
	border-width: 0;
	cursor: pointer;
	padding: 5px 10px;
}

form select {
	width: 15em;
}
