


.ie7 body {
	margin: 0px;
	padding: 0px;
}
.ie7 .update_browser_wrapper {
	background-color: #dd3e21;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
}
.ie7 .update_browser {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ie7 .update_browser ul {
	text-align: center;
	display: inline-block;
	/* For IE, the outcast */
	zoom: 1;
 *display: inline;
	margin: 0px;
	padding: 0px;
}
.ie7 .update_browser ul li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
}
.ie7 .update_browser p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 18px;
}
.ie7 .update_browser img {
	border: none;
}
.ie7 .close-btn {
	width: 17px;
	height: 17px;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;

}

