﻿.alert{
width:960px;margin:0px auto 5px;;
	font-size: 11px;
	font-family: arial;
	display: none;
	border: 1px solid #AEAEAE;
	background-color: #F9F9F9;
	z-index:10000000000;
	color: #545454;
	padding:5px 10px;


}
.alert h3{
	text-align:left;
	margin-top:0px;
	line-height:2em;
	
}
.alert a {
	text-decoration: underline;
}
.alert p {
line-height:1.3em;
}
.alert_close_button{
	font-weight:bolder;
	cursor: pointer;
	color:black;
	float:right;

}
