body{
	font-smooth:always;
	-webkit-font-smoothing: antialiased;
}

#core{
	width: 505px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

#core_top{
	background-image: url(../images/solid/white/top.png);
	background-repeat: no-repeat;
	height: 24px;
}

#core_bottom{
	background-image: url(../images/solid/white/bottom.png);
	background-repeat: no-repeat;
	height: 24px;
}

#core_content{
	background-image: url(../images/solid/white/repeater.png);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 45px;
	padding-right: 45px;
}

#optinArea{
  min-height: 20px;
  padding: 19px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.optF{
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: Georgia !important;
	font-variant: bold !important;
	font-style: italic;
	font-size: 18px !important;
	display: block;
	padding: 25px !important;
	width: 375px;
	border: 3px #8c8c8c solid !important;
	margin-top: 15px;
}

.optF:focus{
	border: 3px #2e5577 solid !important;
}

.optinBTN{
	font-variant: bold !important;
	font-size: 18px !important;
	display: block;
	padding: 20px !important;
	width: 333px;
	margin-top: 15px;
	text-align: center;
}

.optin_name{
	background-image: url(../images/user.png);
	background-repeat: no-repeat;
	background-position: 327px center;
}

.optin_email{
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: 327px center;
}

#header_sep_black{
	background-image: url(../images/sep/black.png);
	background-repeat: no-repeat;
	height: 1px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#footerLinks{
	color: #FFF;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
	text-shadow: 1px 1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=1);
	font-size: 12px;
}
#spam{
	font-size: 11px;
	color: #474747;
	text-align: center;
}

.mainHeadline{
	text-align: center;
	font-size: 40px;
}

.subHeadline{
	font-size: 22px;
	line-height: 27px;
	font-weight: normal;
	text-align: center;
}

.optinHeadline{
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
}