a.button:link, a.button:visited, a.button:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 40px;
	background-image: url(../images/interface/aboutus-bg.jpg);
	text-align: center;
	display: block;
	height: 40px;
	width: 151px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a.button:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 40px;
	background-image: url(../images/interface/aboutus-bg.jpg);
	text-align: center;
	display: block;
	height: 40px;
	width: 151px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}



.alert {
	background-color: #FF0000;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	font-size:10px;
	line-height:12px;
	padding:3px;
	width:80px;
	text-align: center;
}

.save {
	background-color: #00FF00;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	font-size:10px;
	line-height:12px;
	padding:3px;
	width:60px;
	text-align: center;
	cursor:pointer;
}

.comment {
	background-color: #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	font-size:12px;
	line-height:14px;
	padding:3px;
	width: 575px;
	border: 1px solid #FFCC00;
	margin-bottom:5px;
}

