.aff_actionbox
{
	text-align:center;
	background-color:#BDD9E8;
	width: 190px;
	margin: 20px 0 0 0;
	padding:5px 0 10px 0;
	border: 1px solid #7C8F99;
}
#aff_login, #aff_signup
{
	width:77px;
	height:24px;
	color:white;
	font-weight:bold;
	border: 0;
}
#aff_login
{
	background: url('/img/navigation/btn_login_b.gif') no-repeat;
	font-size:10px;
}
#aff_signup
{
	background: url('/img/navigation/btn_signup_b.gif') no-repeat;
	letter-spacing:-0.1em;
	font-size:10px;
}
#aff_menu
{
	background: url('/img/aff_menu.jpg') no-repeat;
	width:196px;
	height:292px;
	border:1px solid white;
	margin-top:20px;
}
#aff_menu_list
{
	list-style: none;
	font-weight:bold;
	margin:60px 0 0 45px;
}
#aff_menu_list a
{
	font-size: 12px;
	font-family: Arial, sans-serif;
}
#aff_menu_list li
{
	margin-bottom:20px;
}
li.aff_menu_active
{
	list-style: url('/img/aff_arrow.jpg');
}
li.aff_menu_active a
{
	color:#CAECFF;
}
li.aff_menu_active a:hover
{
	text-decoration: none;
}
#aff_menu_logout a
{
	color:#EF8F07;
}
table, td, th
{
	border:1px solid #CCCCCC;
}
table
{
	width:600px;
}
th
{
	background-color:#EEEEEE;
}
table.camp
{
	text-align:center;
}
textarea {width:600px; height:200px;}
a.clr {color:#EF6B00;}