#pty_popup{
	height:304px;     
	overflow:hidden;
}
#pty_aonc{
	overflow:visible;
}
#pty_overlay{
	background:#7a795e; opacity:.8; filter:alpha(opacity=80);
}
#pty_content{
	background:url('bg.png');
	width:475px;
	height:304px;
	position:relative;
	padding: 26px 0 10px 38px;	
}
#pty_heading{
	color:#B5581F;
	font-size:27px;
	margin-top:26px;
	width:400px;
	line-height:100%;
	font-family: georgia !important;
}
#pty_mainText{
	position:relative;
	z-index:2;
	color:#34758C;
	font-size:16px;
	line-height:140%;      
	width:400px;
	padding:14px 0 26px;
	font-family: georgia !important;
}
#pty_finePrint{
	font-size:11px;
	float:right;
	margin-right:48px;
	margin-top:-37px;
	font-style:italic;
	font-family: georgia !important;
}
#pty_pkg ul{
	margin:0; margin-top:10px;
}
#pty_pkg ul li{
	background:url('bullet.png') no-repeat scroll 0 6px transparent;
	list-style-type:none;
	padding-left:20px;	
	line-height:140%;     
	font-size:16px; 
	letter-spacing:.7px;
}
#pty_pkg .pty_input{
	width:190px;
	height:37px;
	border:0;
	margin-right:5px;
	padding:0px 9px 0;
	font-size:20px;
	color:#34758C;
	display:block;
	margin-bottom:2px;
	padding-top:1px;
	border:1px solid #B5581F;
	float:left;
	font-family:georgia !important;
}
#pty_submit{
	background:url('submit.png');
	height:50px;
	padding-top:0px;
	margin-top:-1px;
	border:0;
	text-align:center;
	font-size:27px;
	color:#B5581F; 
	font-family:georgia !important;
}
#pty_close{
	background:url("close.png") repeat scroll 0 0 transparent;
	display:block;
	height:36px;
	position:absolute;
	right:23px;
	text-align:center;
	top:17px;
	width:38px;
}
#pty_close:hover{
	color:#F4E0B3;
}
