/* PHPLIST CSS Document */
.phplist {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 10px auto;
  padding: 0;
  width:256px; 
  height:160px; 
  display:block; 
  background: url(newsletter_bk-sp.gif) top center no-repeat;
/*  min-width: 500px;
  max-width: 700px;
  width: 660px; */
}
.phplist input#email {
	width:190px;
	height:20px;
	margin:102px auto 0px 30px;
	border: #FFFFFF 1px solid;
	} 
	
.phplist input#contactsubmit {
	display:none; 
	}

