.wrapper{
	width: 750px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

.fields{
	padding: 10px;
	border: 1px #CCC solid;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px;
	background: #FFF;
	width: 680px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.fieldsCopy {
	padding: 10px;
	border: 1px #CCC solid;
	width: 80px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color: #5C9DC9;
	color: #FFF;
	font-weight: bold;
}

h3{
	font-size: 18px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	color: #AE1601;
	font-weight: bold;
	margin-bottom: 5px;
	font-family: Verdana, Geneva, sans-serif;
}
h4 {
	font-size: 16px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	color: #AE1601;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

ul{
	list-style: none;
}

ul li{
	padding-top: -5px;
	padding-bottom: 10px;
	padding-left: 0px;
}
