.info {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #06F;
	text-decoration: none;
	position: static;
	height: auto;
	width: auto;
	padding-left: 50px;
	display: block;
	background-color: #0CF;
	background-image: url(../images/info_btn.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	margin: 10px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	border: 1px solid #06F;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.info_solid {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #06F;
	text-decoration: none;
	height: auto;
	width: auto;
	padding:0px;
	background-color: none;
	border: 0px solid #06F;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

