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

#pty_greyshell {
	background: url("bg.png") repeat scroll 0 0 transparent;
}

#pty_top {
	background: url("top.png") repeat scroll 0 0 transparent;
	font-size: 22px;
	position: absolute;
	width: 520px;
	z-index: 100008;
	height: 322px;
	top: -27px;
}

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

#pty_mainImageShell {
	float: right;
	margin-right: 13px;
}

#pty_content {
	width: 433px;
	position: relative;
	font-family: "NobileRegular";
	padding: 20px 50px;
	margin-bottom: -95px;
	z-index: 1000006;
	min-height: 288px;
}

#pty_heading {
	font-size: 26px;
	margin-bottom: 11px;
	line-height: 132%;
	color: #96D0EB;
	font-family: "NobileItalic";
	text-shadow: -1px -1px 0 #40B8AE, 1px 1px 0 #FFFFFF;
	text-align: center;
	margin-top: 15px;
}

#pty_mainText {
	position: relative;
	font-size: 18px;
	line-height: 140%;
	text-shadow: 1px 1px 0 #F2F2F2;
	font-family: "NobileItalic";
	color: #919191;
	padding: 0 21px;
}

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

#pty_bot {
	height: 144px;
	position: relative;
	width: 537px;
	background: url("bot.png") no-repeat scroll 0 -11px transparent;
	padding-top: 44px;
	z-index: 1010;
	top: 30px;
}

#pty_form {
	padding: 34px 35px 30px;
}

#pty_pkg .pty_input {
	background: url("input.png") repeat scroll 0 0 transparent;
	width: 173px;
	border: 0 none;
	font-family: "NobileItalic";
	font-size: 25px;
	color: #959595;
	margin-right: 0;
	padding: 0 15px;
	height: 62px;
	margin-left: -3px;
	line-height: 250%;
}

#pty_submit {
	background-repeat: no-repeat;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	height: 56px;
	font-family: "NobileItalic";
	color: #F2F2F2;
	border: 0 none;
	width: 59px;
	text-align: center;
	font-size: 27px;
	position: absolute;
	right: 37px;
	top: 80px;
}

#pty_close {
	display: block;
	height: 21px;
	padding-top: 3px;
	position: absolute;
	text-align: center;
	width: 30px;
	line-height: 94%;
	color: #BABABA;
	font-size: 15px;
	font-family: "NobileBold";
	text-shadow: 1px 1px 0 #F4F4F4;
	right: 43px;
	top: 9px;
}

#pty_close:hover {
	color: #AAAAAA;
}

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

#pty_pkg ul li {
	background: url("bullet.png") no-repeat scroll 0 6px transparent;
	list-style-type: none;
	line-height: 140%;
	padding-left: 30px;
	padding-top: 6px;
	font-family: inherit;
}

#pty_afflinkShell {
	text-align: center;
}

#pty_afflink {
	text-align: center;
	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);
	display: inline;
	color: #FFF9ED;
}

