.banner {
	position:relative;
	top:30px;
	margin:0 auto;
	width:668px;
	height:30px;
}

.tdBanner {
	float:left;
	font-size:16px;
	font-weight:bold;
	width:140px;
	height:31px;
	padding:4px 0 0 0 !important;
	text-align:center !important;
	overflow:hidden;
  border-radius:5px;
}

.frontBanner {
	margin-right:15px;
}

@media screen and (max-width:720px) {
	.banner {
		top:0px;
		width:354px;
		height:90px;
	}
	.frontBanner {
		margin-top:30px;
    margin-right:10px;
	}
}
/*
@media screen and (max-width:380px) {
	.banner {
    left:10%;
		width:80%;
	}
}
*/
@media screen and (max-width:380px) {
	.banner {
    top:30px;
    left:5px;
		width:310px;
	}
}

