/* CSS Document */
.button2 {
	width:190px;
	height:30px;
	line-height:30px;
}
.button2_bg:hover {
	background-image:url(../images/hover2.jpg);
	width:200px;
	height:30px;
}
.button2active_bg{
	background-image:url(../images/hover2.jpg);
	width:200px;
	height:30px;
}
a.button2_link:link {
	font-size:11px; 
	color:#666666;
	outline: none;
	text-decoration:none;
}
a.button2_link:visited {
	font-size:11px; 
	color:#666666;
	outline: none;
	text-decoration:none;
}
a.button2_link:hover {
	font-size:11px; 
	color:#666666;
	outline: none;
	text-decoration:none;
}
a.button2_link:active {
	font-size:11px; 
	color:#666666;
	outline: none;
	text-decoration:none;
}
