/* FORM */

form
{
	padding:0px;
	margin:0px;
}

input.search_field
{
	background:url(/images/slitz/pagedesign/bg_search.gif);
	width:175px;
	height:20px;
	border: 0px;
}

input.newsletter_field
{
	background:url(/images/slitz/pagedesign/bg_search.gif);
	width:165px;
	height:20px;
	border: 1px #414040 solid;
}

input.text_field
{
	background:url(/images/slitz/pagedesign/bg_input_text.gif);
	width:220px;
	height:17px;
	border: 1px solid #999999;
}

input.newsletter_button
{
	background-color:#000000;
	width:60px;
	height:22px;
	border: 1px solid #222222;
	color:#ffffff;
	font-size:11px;
}


textarea.text_field
{

	height:70px;
	background-image:url(/images/slitz/pagedesign/bg_input_textarea.gif);
	border: 1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
	




