/* --- Component affiliate sign up CSS --- */

.affiliate_form_cont
{
	width: 350px;
	text-align: center;
		margin:0 auto;
	
	margin-top: 10px;
}

.affiliate_promotion_txt
{
	margin: 10px;
}

.affiliate_home_url
{
	margin-bottom: 5px;
}

.affiliate_home_url a:link,
.affiliate_home_url a:active,
.affiliate_home_url a:visited
{
	font-weight: bold;
}

.affiliate_form_cont td {
	padding:2px;
	}
.affiliate_form_cont td.left {
	text-align:right;
	}
.affiliate_form_cont tr.tr_1 input, .affiliate_form_cont tr.tr_2 input { border:1px solid #999999}

.affiliate_form_cont h2.title_page {
	color:#000000;
	}
.affiliate_form_cont .block_bottom input.submit {
	background: url(../../img/buttons/submit-butt.gif) left top no-repeat;
	width:58px;
	height:19px;
	cursor:pointer;
	color:#000000;
	font-size:10px;
	padding:0 0 5px 0;
	border:0 none;
	font-weight:bold
	}













