/***Begin popup***/
.popup {position:absolute; left: 0; top:0%; width: 100%; height: 100%; z-index: 999; padding-top:20%; position: fixed; background:rgba(0,0,0,0.5);}
.popup .content1 { width: 100%; max-width:500px; margin:0 auto;}
.popup .content1 .box{ width:94%; float:left; background:#fff; color: #4d4d4d; padding: 20px 3%; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; text-align:center;}
.popup .content1 .submit_popup{ width:auto; display:inline-block; background:#2f9623; font-size:14px; color:#fff; line-height:30px; margin:0; padding:0px 20px; text-transform:uppercase; cursor:pointer; outline:none;}
.popup .content1 .submit_popup:hover{ background:#4d4d4d;}
.popup .content1 .messages{border: none; font-size:18px; font-weight:400; margin:0px 0 10px 0; text-align: center; }

/*.popup .content1 h3 {
	color: #f68b1f;
}

.popup .content1 .submit {
	margin: 10px 220px!important;
	*margin: 10px 110px!important;
	background: #bc782c;
	border: none;
	color: #000;
	cursor: pointer;
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 24px;
	line-height: 1.2em;
	margin: 65px 0 0 10px;
	*margin: 80px 0 0;
	padding: 2px 10px;
	width: 48px;
	border-radius:5px;
}

.popup .content1 .submit:hover {
	color: #fff;
}*/
/***End popup***/