
#box_user_agent {
	position: absolute;
	z-index: 10000;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 10px;
	background-color: #ffffe1;
	border-bottom: 1px solid #000;
	text-align: center;
	margin: 0 0 10px 0;
}

#user_agent_warning {
	width: 16px;
	height: 16px;
	background: url(../img/user_agent/user_agent_warning.gif) left top no-repeat;
	float: left;
	margin: 5px 10px 0 0;
}
#user_agent_close_warning {
	float: right;
	width: 34px;
	height: 29px;
	text-decoration: none !important;
	border: 0;
	cursor: pointer;
	background: url(../img/user_agent/close.png) left top no-repeat;
	padding: 5px 10px 0 0 !important;
}

p#user_agent_uncool {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

#box_user_agent a {
	color: #00f;
	text-decoration: underline;
	border: 0;
}
