@CHARSET "ISO-8859-1";

.subscription_table{
	width: 100%;
}

.subscription_username_row{
	width: 100%;
	height: 20px;
}

.subscription_username_col{
	padding-bottom: 3px;
}

.subscription_email_row{
	width: 100%;
	height: 20px;
}

.subscription_email_col{
	
}

.subscription_submit_col{
}
	
#subscription_email, #subscription_username{
	border:solid 1px #ccc;
	background:#fff;
	color:#AAAAAA;
	height: 18px;
	width: 175px;
}
