@import url("../../css/reset.css");
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
.mailing-ajax-loading{ display: none; color: transparent; margin-left: 20px; 
	padding-bottom: 5px; height: 16px; width: 16px; background: transparent url('../../image/loading.gif') no-repeat left;
}

#popup_wrapper {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

#popup_wrapper #popup-close {
	background-image:url('../../image/overlay.png');
	height: 100%;
	min-height: 350px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
:focus {
	outline:none;
}
.pninja-content-wrapper a img {
	text-decoration:none;
	border:none;
}

.pninja-content-wrapper {
	margin:auto auto;
	/*margin-top:100px;*/
	position:relative;
	width:541px;
}
.pninja-content-wrapper .pninja-content {
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 80);
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 80);
	
	height:auto;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin:0 auto;
	position:relative;
	padding:9px 0 0 0;
}
.pninja-content-wrapper .pninja-content-top {
	background-color:#fff;
	border-bottom:none;
}
.pninja-content-wrapper .pninja-content-top .cross {
	width:32px;
	height:32px;
	position:absolute;
	top:-10px;
	right:-10px;
}
.pninja-content-wrapper .pninja-content-top-left {
	width:100%;
	margin:0;
	padding:0;
}
.pninja-content-wrapper .pninja-content-top-left .heading {
	font-size:26px;
	font-size:26px;
	color:#9c2d07;
	font-family:Lato;
	padding-top:20px;
	margin-left:20px;
	margin-right:20px;
	text-align:center;
	font-weight:900px;
	line-height:33px;
	margin-bottom:20px;
	font-weight:bold;
}
.pninja-content-wrapper .pninja-content-top-left p {
	color:#468813;
	font-size:20px;
	font-family:Lato;
	margin-left:30px;
	font-weight:bold;
	margin-bottom:20px;
	margin-top:15px;
}
.pninja-content-wrapper .pninja-content-top-left ul {
	list-style:none;
	margin-left:10px;
}
.pninja-content-wrapper .pninja-content-top-left ul li {
	background:url(images/list-bullet.png) 0 0 no-repeat;
	margin-left:40px;
	width:430px;
	padding-left:30px;
	margin-bottom:10px;
	line-height:22px;
	font-size:16px;
}
.pninja-content-wrapper .pninja-middle-bar {
	margin-top:5px;
	background:url(images/middle-bar.png) no-repeat;
	height:60px;
	width:100%;
	
}
.pninja-content-wrapper .pninja-middle-bar .heading {
	font-size:26px;
	color:#ffffff;
	font-family:Lato;
	text-align:center;
	padding-top:13px;
}
.pninja-content-wrapper .pninja-content-bottom .pninja-content-bottom-strip {
	
	width:539px;
	height:251px;
	background-color:#e4f3fa;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border: 1px solid #80BCD9;
	margin:0 auto;
	
	
}
.pninja-content-wrapper .pninja-content-bottom-strip .pninja-upform {
	padding-top:15px;
	padding-bottom:20px;
}
.pninja-content-wrapper .pninja-content-bottom-strip .pninja-upform input[type="text"] {
	width:328px;
	height:48px;
	background: url(images/form-field.png) no-repeat;
	border:none;
	margin-left:96px;
	padding-left:10px;
	color:#848282;
	margin-top:10px;
	padding-right:20px;
	font-family:Lato;
}
.pninja-content-wrapper .pninja-content-bottom-strip .pninja-upform input[type="submit"] {
	border:none;
	background:url(images/submit-btn.png) no-repeat;
	width:348px;
	height:48px;
	text-align:center;
	cursor:pointer;
	margin-left:96px;
	margin-top:13px;
}
.pninja-content-wrapper .pninja-content-bottom-strip .pninja-upform .btnsubmit {
	color:#1b1a1a;
	font-family:Lato;
	font-size:16px;
	font-weight:bold;
	line-height:22px;
	text-shadow:0 2px 0 #2bbbd1;
}
.pninja-content-wrapper .pninja-content-bottom-strip .pninja-secure {
	width:100%;
	height:50px;
	font-family:Lato;
	text-align:center;
	font-size:14px;
	color:#686868;
	font-style:italic;
	background-color:#e4f3fa;
	margin-left:150px;
}
.pninja-content-wrapper #embed_html_code{
	padding-left:20px;
}
