html,body {
	padding:0;
	margin: 0;
	background-color: #000;
}

#affiliate {
	width: 200px;
	height: 300px;
	overflow: hidden;
}

#bottom {
	width: 203px;
	height: 58px;
	background:url(/affiliates/images/dark/bottom.png) no-repeat;
	overflow: hidden;
}

#affiliate-body {
	width: 200px;
	height: 199px;
	background:url(/affiliates/images/dark/body.png) no-repeat;
	overflow: hidden;
}

#affiliate-body-content {
	color: #ffffff;
	padding: 10px 23px 18px 18px;
	font-family: Helvetica;
	font-size: 12px;	
}

.signup-text {
	padding: 3px;
}

#affiliate-body-content input[type="text"], .numberInput {
	background-color: #767676;
	border: 1px solid #c1c1c1;
	color: #fff;
	margin-right: 13px;
}

.error {
	font-size: smaller;
	color: red;
	padding: 3px;
}

.buttons {
	position: absolute;
	top: 215px;
	width: 160px;
}

.logos-small {
	float: left;
}

.submit {
	float: right;
	padding-top: 3px;
}

#footer {
	padding: 10px 15px 0 14px;
}

#footer div {
	padding-bottom:3px;
}

#footer div, #footer div a {
	text-align: center;
	color: #8b8b8b;
	font-family: Helvetica;
	font-size: 9px;
}
