body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.container {
	width: 100%;
}
.popup {
	background-color: #0069b4; 
	max-width: 605px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 2px;
	text-decoration:none;
	position: fixed;
	z-index: 9099;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 100%;
}



.popup:hover { background-color: #2685c8; } 
.imh_l {
	float: left;
	width: 17%;
	text-align: right;
	padding-right: 2%;
}
.imh_r {
	float: left;
	width: 74%;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.46);
	font-size: 16px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 7px;
}

.innomax-popup-txt{
	color:#fff600 !important;
}
.innomax-popup-txt:hover{
	text-decoration:none !important;
}

.imh_r-x{
	float: right;
	width:17px;
	padding: 7px 13px 7px 7px;
}

 @media screen and (max-width: 890px) {
	.popup {
		-webkit-border-bottom-right-radius: 0px;
		-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
		max-width: 980px;
	}
	.imh_l {
		float: left;
		width: 10%;
		text-align: right;
		padding-right: 2%;
	}
	.imh_r {
		float: left;
		width: 88%;
		text-shadow: 1px 1px 2px rgba(0,0,0,0.46);
		font-size: 16px;
		color: #FFF;
		font-family: Arial, Helvetica, sans-serif;
		text-align: left;
		padding-top: 7px;
	}
	#headnav_wrap_2014_mb{
	/* 	height: 94px !important; */
	}

	#headnav_wrap_2014_mb_shadow_line{
	/* 	top: 94px !important; */
	}
	
	
	.mb_nav_bar_box_update_innomax{
		background-color:#0069b4;
	}
		.mb_nav_bar_box_update_innoMax_txt{
			color: #fff600 !important;
			font-size: 16px !important;
		 	line-height: 25px;
			padding: 8px !important; 
		}
}

@media screen and (max-width: 610px) {
	.imh_r {
		font-size: 14px;
	}
}

@media screen and (max-width: 480px) {
	.imh_l {
		padding-top:10px;
	}
	.popup{
		padding-bottom:8px;
	}
}