#pty_popup {
	width: 705px;
	height: 400px;
}

#pty_bfp {
	overflow: visible;
	font-family: LeagueGothicRegular;
	letter-spacing: 0.4px;
	width: 651px;
	position: relative;
}

#pty_overlay {
	background: none repeat scroll 0 0 #F9F9F9;
	opacity: 0.9;
}

#pty_top {
	background-repeat: no-repeat;
	width: 520px;
	height: 57px;
	padding: 51px 66px;
	font-size: 22px;
}

#pty_radial {
	width: 423px;
	height: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 6px;
	z-index: 0;
}

#pty_content {
	background-repeat: repeat-y;
	width: 555px;
	min-height: 200px;
	position: relative;
	font-family: LeagueGothicRegular;
	padding: 10px 47px;
}

#pty_heading {
	color: #D56E12;
	font-size: 44px;
	text-shadow: -1px -1px 0 #8F8776;
	font-family: LeagueGothicRegular;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	width: 454px;
	line-height: 104%;
	padding: 0 19px;
	margin-top: -102px;
}

#pty_mainText {
	position: relative;
	z-index: 2;
	padding: 0 19px;
	color: #9A9A9A;
	font-size: 25px;
	line-height: 140%;
	width: 285px;
	margin-top: 4px;
	font-family: LeagueGothicRegular;
}

#pty_mainText .pty_image {
	float: right;
	width: 150px;
}

#pty_arrow {
	background-repeat: no-repeat;
	height: 466px;
	position: absolute;
	font-size: 25px;
	left: -37px;
	width: 797px;
	bottom: -110px;
}

#pty_form {
	padding: 34px 30px 30px;
	float: right;
	margin-top: 107px;
	margin-right: 45px;
}

#pty_pkg .pty_input {
	border: 0 none;
	font-family: LeagueGothicRegular;
	font-size: 27px;
	color: #9A9A9A;
	display: block;
	width: 191px;
	line-height: 180%;
	padding: 0 19px;
	background-repeat: no-repeat;
	height: 53px;
	margin-bottom: -1px;
	margin-right: -16px;
}

#pty_submit {
	background-repeat: no-repeat;
	width: 209px;
	border: 0 none;
	font-family: LeagueGothicRegular;
	text-align: center;
	text-shadow: 1px 1px 1px #FFFFFF;
	color: #D56E12;
	height: 47px;
	text-transform: uppercase;
	padding-top: 2px;
	font-size: 32px;
	margin-top: 1px;
}

#pty_close {
	display: block;
	height: 21px;
	padding-top: 3px;
	position: absolute;
	text-align: center;
	width: 30px;
	text-decoration: none;
	line-height: 94%;
	font-size: 24px;
	text-shadow: 1px 1px 0 #FFFFFF;
	color: #A7A7A7;
	top: 51px;
	right: 49px;
}

#pty_close:hover {
	color: #F4E0B3;
}

#pty_pkg ul {
	margin: 10px 0 0;
}

#pty_pkg ul li {
	background-repeat: no-repeat;
	background-position: 4px 50%;
	list-style-type: none;
	padding-left: 20px;
	line-height: 140%;
	font-size: 26px;
	padding-top: 1px;
	font-family: inherit;
}

#pty_afflinkShell {
	text-align: center;
}

#pty_afflink {
	text-align: center;
	position: relative;
	text-decoration: none;
	border-radius: 4px 4px 4px 4px;
	text-shadow: 1px 1px 0 #4B3501;
	font-style: italic;
	font-family: "Georgia";
	font-size: 13px;
	padding: 6px 14px 6px 26px;
	display: inline !important;
	top: 100px;
	background: url("pty_images/icon.png") no-repeat scroll 5px 5px rgba(21, 16, 9, 0.6);
	color: #FEF8E4;
}

