/* phpBB3styles.net website CSS home
---------------------------------------- */


.twitter_follow_btn {
	background-attachment: scroll;
    background-color: transparent;
	background-image: url('./images/buttons/twitter_follow.png');
	background-position: left top;
    background-repeat: no-repeat;
	height: 20px;
	width: 61px;
	display: block;
}

.twitter_follow_btn:hover {
	background-position: left -21px;
}









.twitter_follow_bub {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url('./images/buttons/twitter_follow.png');
    background-position: 0px -63px;
    background-repeat: no-repeat;
    height: 35px;
    margin-bottom: 5px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: center;
    width: 61px;
}

.twitter_follow_bub:hover {
   background-position: 0px -104px;
}

.twitter_follow_inner {
	font-size: 17px;
    font-family: arial,sans-serif;
	display: block;
}

.twitter_follow_inner span{
    text-align: center;
}

.twitter_follow_inner a{
	width: 61px;
	line-height:35px;
	display:block;
    text-decoration: none;
	color: #2A7090;

}