#newsletterform
{
	width									: 125px;
}

.newsLetterField
{
	
}

form#newsletterform fieldset
{
	border 									: 0;
}	

form#newsletterform div.fields
{
	margin-bottom							: 12px;	
}

form#newsletterform input.textfield
{
	width: 115px;
}

form#newsletterform a.arrow
{
	background-image						: url(../../../../files/images/application/bt_arrow_right_off.gif);
	background-repeat						: no-repeat; 	
	background-position						: top right; 
	width									: 110px;
	text-align								: right;
	display									: block;
	height									: 20px;
	padding-top								: 2px;
	padding-right							: 22px;
	text-decoration							: none;
	cursor									: hand;
	cursor									: pointer;
}

form#newsletterform a.arrow:hover
{
	background-image						: url(../../../../files/images/application/bt_arrow_right_on.gif);
	color									: #ff9900;
}
