/* ----- Powered By ----- */

a.power{
	display:inline-block;
	visibility:visible;
	margin:15px auto;
	padding:7px 15px;
	text-align:center;
	font-size:85%;
	text-decoration:none;
	background-color:#E5E5E5;
	border:3px solid #ccc;
	color:#444;
	text-shadow:#ccc 1px 1px 1px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	outline:none;
	line-height:24px;
}
a.power strong{
	display:inline-block !important;
	margin:0 -3px 0 -6px;
	text-indent:-9000px;
	width:62px;
	height:24px;
	background:url(/images/powerlogo.png) no-repeat;
}
* html a.power strong{
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/powerlogo.png", sizingMethod="crop");
}
a.power:hover{
	background-color:#488FB7 !important;
	border-color:#3C7799 !important;
	color:#fff !important;
	text-shadow:#4385AB 1px 1px 1px !important;
}
a.power:active{
	background-color:#8EAE17 !important;
	border-color:#7D9A13 !important;
	text-shadow:#7D9A13 1px 1px 1px !important;
}
