.fball_button, .fball_button:hover, .fball_button:active, .fball_button:visited {
    color: #FFFFFF !important;
	cursor:pointer !important;
	text-decoration:none !important;
}
.fball_button {
    background: url("../img/fball_sprite.png") repeat scroll 0 0;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 2px 2px #AAAAAA;
    display: inline-block;
    font-size: 12px !important;
    height: 30px;
    line-height: 30px !important;
    margin: 10px 8px 0 !important;
    padding: 0 20px 0 5px !important;
    text-shadow: 0 1px 1px #333333 !important;
}
.fball_button:active {
    box-shadow: 1px 1px 1px #BBBBBB;
}
.fball_button span {
    float: left;
    font-weight: bold !important;
    height: 30px;
}
.fball_button span.fball_button_pic {
    background: url("../img/fball_sprite.png") no-repeat scroll 0 0;
    width: 30px;
}
.fball_button span.title {
    padding-left: 8px;
}
.fball_button.fball_button_facebook {
    border: 1px solid #3F6387;
    background-position: 0 -495px;
}
.fball_button.fball_button_facebook span.fball_button_pic {
   background-position: 0 -126px;
    border-right: 1px solid #3A5F81;
}
.fball_button.fball_button_facebook span.title {
    background-position: 0 -126px;
    border-left: 1px solid #5D85A9;
}
.fball_button.fball_button_google {
    background-position: 0 -81px;
    border: 1px solid #A51012;
}
.fball_button.fball_button_google span.fball_button_pic {
    background-position: 0 -165px;
    border-right: 1px solid #A51012;
}
.fball_button.fball_button_google span.title {
    border-left: 1px solid #A40000;
	padding-right: 16px;
}
.fball_button.fball_button_linkedin {
    background-position: 0 -3px;
    border: 1px solid #3F6387;
}
.fball_button.fball_button_linkedin span.fball_button_pic {
    background-position: 0 -204px;
    border-right: 1px solid #187ba6;
}
.fball_button.fball_button_linkedin span.title {
    border-left: 1px solid #3A5F81;
}
.fb-send span{
    width: 450px !important;
}