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

#pty_top {
	font-size: 22px;
	position: absolute;
	z-index: 10000;
	left: 0;
	background: url("top.png") repeat scroll 0 0 transparent;
	height: 34px;
	width: 403px;
	top: -34px;
}

#pty_radial {
	width: 423px;
	height: 100%;
	background: url("radial.png") no-repeat scroll 0 0 transparent;
	position: absolute;
	top: 0;
	z-index: 0;
	left: 15px;
}

#pty_popup {
	padding-top: 55px;
}

#pty_content {
	position: relative;
	font-family: "ProcionoRegular";
	padding-right: 47px;
	padding-left: 47px;
	z-index: 100009;
	background: url("bg.png") repeat-y scroll 0 0 transparent;
	min-height: 388px;
	width: 317px;
}

#pty_heading {
	margin-bottom: 11px;
	line-height: 132%;
	text-align: center;
	margin-top: 15px;
	font-size: 28px;
	letter-spacing: 1.05px;
	position: relative;
	z-index: 1000008;
	font-family: "Lobster13Regular";
	color: #E36BBF;
	text-shadow: -1px -1px 0 #A96A96, 1px 1px 0 #FFFFFF;
}

#pty_mainText {
	font-size: 18px;
	line-height: 140%;
	text-shadow: 1px 1px 0 #F2F2F2;
	position: relative;
	z-index: 1000008;
	padding: 0;
	font-family: "PTSansRegular";
	color: #787878;
	min-height: 180px;
}

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

#pty_bot {
	position: relative;
	background: url("bot.png") no-repeat scroll 0 -11px transparent;
	z-index: 100010;
	padding-top: 0;
	height: 33px;
	width: 408px;
}

#pty_form {
	position: relative;
}

#pty_pkg .pty_input {
	border: 0 none;
	color: #959595;
	width: 274px;
	background: url("input.png") no-repeat scroll 0 0 transparent;
	display: block;
	font-family: "MolengoRegular";
	font-size: 25px;
	padding: 0 15px;
	height: 55px;
	margin-bottom: 6px;
}

#pty_submit {
	color: #F2F2F2;
	border: 0 none;
	text-align: center;
	position: relative;
	font-size: 27px;
	font-family: "Lobster13Regular";
	width: 329px;
	background-repeat: no-repeat;
	height: 74px;
	background-position: 0 -16px;
	margin-left: -18px;
	margin-bottom: 14px;
}

#pty_close {
	display: block;
	padding-top: 3px;
	position: absolute;
	text-align: center;
	line-height: 94%;
	color: #BABABA;
	font-size: 15px;
	font-family: "NobileBold";
	text-shadow: 1px 1px 0 #F4F4F4;
	width: 28px;
	height: 25px;
	z-index: 9000000;
	top: -42px;
	right: 8px;
}

#pty_closeImg {
	background: url("close.png") no-repeat scroll 0 0 transparent;
	display: block;
	padding-top: 3px;
	position: absolute;
	text-align: center;
	line-height: 94%;
	color: #BABABA;
	font-size: 15px;
	font-family: "NobileBold";
	text-shadow: 1px 1px 0 #F4F4F4;
	width: 28px;
	height: 25px;
	z-index: 900;
	top: -42px;
	right: 8px;
}

#pty_close:hover {
	color: #AAAAAA;
}

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

#pty_pkg ul li {
	background-repeat: no-repeat;
	list-style-type: none;
	line-height: 140%;
	padding-left: 30px;
	padding-top: 3px;
	margin-bottom: 4px;
	font-family: inherit !important;
}

#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: 59px;
}

