@charset "UTF-8";

/** LOGIN */
a#fb_login {
	background-color: #3B5998;
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/facebook-smallico.gif); 
	background-repeat: no-repeat;
	background-position: 12px bottom;
	margin: 10px 0 20px 0;
	padding: 1px 15px 1px 35px;
	border-radius: 5px;
	border-style: ridge;
	border-width: 1px;
	border-color: #2B416F;
	display:inline-block;
	height: 30px;
}
@media (min-width: 500px) {
	a#fb_login {
		font-size: 11pt;
	}
}
@media (max-width: 500px) {
	a#fb_login {
		font-size: 9pt;
	}
}
	
a#fb_login:hover {
	color: #D1E0FF;
	border-color: #6394FF;
	border-style: solid;
}
a#fb_login span {
	padding: 0 0 0 15px;
	margin: 0;
	border-left: 1px solid #344E86;
	line-height: 30px;
	height: 30px;
	letter-spacing:1px;
}

