@CHARSET "UTF-8";

table tr th, table tr td {
	padding: 5px;
	color: #333;
}

table tr th {
	background: #ccc;
}

table tr td  {
	border-bottom: solid 1px #eee;
}

ul.navigation {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

ul.navigation li {
	float: left;
	font-size: 16px;
	padding-left: 20px;
	margin-right: 20px;
	border-left: dotted 1px #ccc;
}

form#affiliates h4 {
	background: #999;
	color: #fff;
	-moz-border-radius: 5px;
	padding: 7px;	
	padding-left: 12px;
}

form#affiliates p.note {
	border: solid 1px #999;
	background: #eee;
	color: #333;
	padding: 10px;
	width: 85%;
}

form#affiliates p.checkbox {
	float: left;
	margin-top: 2px;
}


form#affiliates p.checkbox label {
	text-align: left;
	width: 100%;
}

form#affiliates p.checkbox label input {
	width: 30px;
	margin-top: -1px;
}

form#affiliates input.currency {
	background: url('/_template/images/currency.png') no-repeat #fff;
	padding-left: 15px;
}


form#affiliates input.percent {
	background: url('/_template/images/percent.png') no-repeat #fff;
	background-position: right;
	width: 60px;
}
