@charset "UTF-8";

#formContainer{
	width: 350px;
	margin: 0 0 0 45px;
	}

.newsletter  {
	width: 175px;
	background-color:#CCCCCC;
	padding:20px;
	margin:20px;
	color: #27517b;
}

.newsletter form ol li{
	list-style: none;
}

.newsletter fieldset {
	margin: 0;
	padding: 20px;
	border-style: none;
	border-top: 1px solid #e5d8c5;
	background: #fce9f5;
	position: relative;
}
.newsletter legend {
	margin-left: 1em;
	color: #111;
	padding: 0;
}
.newsletter legend span {
	display: none;
}
.newsletter fieldset.submit {
	background-color: #e6ebf0;
	padding: 10px 0;
	border-bottom: 1px solid #e5d8c5;
}
.newsletter label {
	display: block;
	font-weight: bold;
	padding-bottom: 1px;
	color: #27517b;
	text-transform: uppercase;
}
.newsletter .text {
	width: 250px;
}
.newsletter .select {
	width: 155px;
}
.tableForm td {
	margin: 0;
	padding: 5px 12px;
}
.highlight {
	font-weight: bold;
	color: #0d42a0;
	font-size: 1.25em;
}
