.popup .mtp_content a {
	text-decoration:none
}
.popup {
	width:100%;
	margin:0 auto;
	display:none;
	position:fixed;
	z-index:101;
	min-height:300px;
	top:70%;
	margin-top:-11%
}
.popup .mtp_content {
	width:700px;
	height:350px;
	margin:0 auto;
	background:#fff;
	position:relative;
	z-index:103;
	padding:20px;
	border-radius:0
}

.popup .content1 {
	width:655px!important;
	height:395px!important;
	margin: 80px auto 0;
	background:#fff;
	position:relative;
	z-index:103;
	padding:20px;
	border-radius:0
}
.popup .mtp_content .x {
	float:right;
	height:24px;
	right:1px;
	position:absolute;
	top:1px;
	width:24px
}
.popup .mtp_content .x:hover {
	cursor:pointer
}
.popup .form {
	width:100%;
	float:left
}

.email_page {
	width:100%;
	float:left;
	padding-right:0;
	margin-bottom:30px
}
.email_page h3 {
	width:80%;
	float:left
}
.email_page .elogo {
	width:170px;
	height:35px;
	float:right;
	margin-right:10px
}
.email_page .elogo img {
	width:100%;
	height:100%
}
.email_page .row {
	width:100%;
	float:left;
	margin-bottom:15px;
}
.email_page label {
	min-width:50px;
	float:left;
	margin-right:20px
}
.email_page .required label:after {
	color:#e32;
	content:' *';
	display:inline
}
.email_page input[type="text"] {
	width:250px;
	margin:0 5px
}
.resizedTextbox {width: 500px;margin:0 5px; margin-bottom:5px; }

.email_page textarea {
	width:300px;
	height:70px;
	float:left;
	clear:left;
	margin:10px 0 0 75px
}
.email_page .b_login {
	width:150px;
	float:left;
	text-align:center;
	padding:10px 0;
	background:#444;
	color:#fff;
	font-size:15px;
	border:0;
	margin-top: -50px;
}

.popup {
	top:26%
}

.email_page h3 {
	width:65%
}
.email_page label {
	height:40px
}
.email_page input[type="text"] {
	margin-bottom:5px
}
.email_page textarea {
	width:270px;
	margin:-10px 0 0 75px
}
.email_page .ftright {
	float:left;
	clear:left;
	margin-top:15px
}

#overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
	z-index:100;
}

@media(min-width:290px) and (max-width:479px) {
	.email_page h3 { width: 53%; font-size: 22px; line-height: 20px; }
	.popup .content1 { width: 250px !important; height: 550px !important; margin-top: -98px; margin-left: 20px;}	
	.email_page input[type="text"] { width: 200px; margin-bottom: 5px; }
	.email_page label { width: 100%; float: left; height: auto; }
	.email_page textarea { width: 200px; margin: 5px 0 0; }
	.email_page .ftright { float: left; clear: left; margin-top: 55px;}
	.email_page .elogo {width: 100px; height: auto; float: right;}
	#headline.row {width:245px !important; height:57px;}
}

