


p.home_joinus {
	
}

a.global_link {
	
}

a.blue_button {
	display: inline-block;
	margin:  0;
	padding: 0 12px;
	width: auto;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background: #3997b3;
	border: solid #42a8c7 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

a.blue_button:hover {
	color: #fff;
	text-decoration: none;
}

/* Cookies */
a.btn-cookies-ok {
    background: #fff; 
    border: 1px solid #9D9FA2; 
    color: #9D9FA2;
    text-decoration: none;
    -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
             border-radius: 4px;
    display:inline-block;
    padding:1px 6px;
}