#pty_ribbon {
	font-family: QlassikMediumRegular;
}

#pty_overlay {
	opacity: 0.8;
	background: none repeat scroll 0 0 #FFFFFF;
}

#pty_top {
	background-repeat: no-repeat;
	padding: 27px;
	font-size: 22px;
	height: 67px;
	width: 414px;
	z-index: 10;
	position: relative;
	margin-top: -1px;
	margin-left: 3px;
}

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

#pty_mainImageShell {
	float: right;
	z-index: 100000;
	position: relative;
	margin-right: 20px;
	margin-top: -6px;
}

#pty_content {
	background-repeat: repeat-y;
	min-height: 200px;
	position: relative;
	font-family: QlassikMediumRegular;
	width: 457px;
	margin-top: -20px;
	padding-top: 20px;
}

#pty_heading {
	color: #F2F9FC;
	font-size: 26px;
	text-shadow: -1px -1px 0 #978663;
	font-family: QlassikMediumRegular;
	line-height: 72%;
	margin-top: 32px;
	margin-left: 12px;
}

#pty_mainText {
	position: relative;
	z-index: 2;
	color: #1987AB;
	font-size: 18px;
	line-height: 140%;
	padding: 0 52px;
	font-family: QlassikMediumRegular;
}

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

#pty_bot {
	height: 144px;
	width: 480px;
	background-repeat: no-repeat;
	margin-left: 0;
	margin-top: -20px;
}

#pty_form {
	padding: 34px 39px 30px 44px;
}

#pty_pkg .pty_input {
	height: 43px;
	border: 0 none;
	padding: 0 9px;
	font-family: QlassikMediumRegular;
	font-size: 20px;
	color: #1987AB;
	background: url("input.png") no-repeat scroll 0 0 transparent;
	margin-bottom: 1px;
	line-height: 190%;
	width: 180px;
	float: left;
}

#pty_submit {
	background-repeat: no-repeat;
	width: 390px;
	height: 44px;
	padding-top: 0;
	margin-top: 7px;
	border: 0 none;
	font-family: QlassikMediumRegular;
	text-align: center;
	font-size: 1.2em;
	text-shadow: 1px 1px 1px #FFFFFF;
	color: #1987AB;
}

#pty_close {
	background-repeat: no-repeat;
	display: block;
	font-size: 19px;
	padding-top: 3px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	height: 27px;
	right: 36px;
	top: -3px;
	width: 34px;
	line-height: 155%;
	color: #888888;
}

#pty_close:hover {
	color: #F4E0B3;
}

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

#pty_pkg ul li {
	background-repeat: no-repeat;
	background-position: 0 6px;
	list-style-type: none;
	padding-left: 20px;
	line-height: 140%;
	font-family: inherit;
}

#pty_lip {
	height: 58px;
	width: 485px;
	top: -10px;
	z-index: 0;
	position: absolute;
	left: 0;
}

#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;
	background: url("pty_images/icon.png") no-repeat scroll 5px 5px rgba(21, 16, 9, 0.6);
	color: #FEF8E4;
	z-index: 1000;
	top: 0;
}

