#pty_overlay {
	background: none repeat scroll 0 0 #000;
	opacity: 0.65;
}

#pty_popup {
	padding-top: 55px;
}

#pty_content {
	position: relative;
	z-index: 100009;
}

#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;
	color: #E36BBF;
	text-shadow: -1px -1px 0 #A96A96, 1px 1px 0 #FFFFFF;
}
#pty_fb {
	position: relative;
	z-index: 100000000;
}
#pty_mainText .pty_image {
	float: right;
	width: 150px;
}

#pty_bot {
	position: relative;
	z-index: 100010;
	padding-top: 0;
	height: 33px;
}

#pty_form {
position: relative;
background: rgba(0,0,0,0.5);
margin-top: -66px;
height: 64px;
}
#pty_pkg .pty_input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.61) inset;
    color: #959595;
    display: block;
    float: left;
    font-family: UbuntuRegular;
    font-size: 25px;
    height: 51px;
    margin-bottom: 6px;
    margin-left: 7px;
    margin-top: 6px;
    padding: 0 15px;
    width: 216px;
}
#pty_submit {
    background-color: rgba(0, 0, 0, 0);
    background-position: 0 -9px;
    border-bottom: 0 none;
    border-image: none;
    border-right: 0 none;
    border-top: 0 none;
    color: #F2F2F2;
    font-family: UbuntuRegular;
    font-size: 25px;
    height: 53px;
    margin-left: -5px;
    margin-top: 4px;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    width: 238px;
}

#pty_close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 19px 19px 19px 19px;
    color: #FFFFFF;
    display: block;
    font-family: arial;
    font-size: 12pt;
    height: 26px;
    line-height: 141%;
    padding-left: 1px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -12px;
    width: 26px;
    z-index: 1000;
}

#pty_close:hover {
	color: #888888;
}

#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;
}

div#pty_customFormShell {
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
}

div#pty_customFormShell a {
    display:block;
    height:100%;
    width:100%;
}

img#pty_mainImage {
    box-shadow:0 0 12px rgba(0, 0, 0, 0.35);
}