#header_alert {
	background-image: url(../images/alert_bar.jpg);
	height: 32px;
	width: 1000px;
	margin-top: 10px;
	background-position: left;
	position: relative;
	background-color: #E7EFF7;
	overflow: hidden;
}


#header_alert form{
	position: relative;
	left: 750px;
	bottom: 20px;
	margin: 0px;
	padding: 0px;
}

#header_alert form input.text{
	width: 100px;
}

#header_alert a {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	position: relative;
	top: 5px;
	left: 165px;
	font-family: "Trebuchet MS", Verdana, Arial;
	width: 600px;
	height: 25px;
	overflow: visible;
	padding-top: 0px;
}

#header_alert a:hover{
	text-decoration: underline;
}
