@charset "utf-8";
/* CSS Document */
#join_button a{
	font-size: 16px;
	padding: 12px 15px;
}
#join_button a:link, #join_button a:visited {
	color:#ffaf00;
	text-decoration:none;
}
#join_button a:hover, #join_button  a:active {
	color:#000;
}
/*#login_button a{
	padding: 14px 10px 14px 30px;
}
#login_button a:link, #login_button a:visited {
	color:#fff;
	text-decoration:none;
	background:url(../images/GIF/PADLOCK.GIF) no-repeat center left;
}
#login_button a:hover, #login_button  a:active {
	background:#ffaf00 url(../images/GIF/padlock_over.gif) no-repeat center left;
	color:#000;
}*/
.client {
	background-image:url(../images/GIF/link_arrow.gif);
	background-repeat: no-repeat !important;
	background-position: left center !important;
	list-style:none;
	margin-left: 20px;
}