div.newsletter p.fname{
	margin-top: 10px;
}

div.newsletter p.groups{
	display: block;
	width: 250px;
}

div.newsletter p.groups label{
	display: block;
}


p.groups span.groups {
	display: block;
  	*width: 196px;
}

p.groups input {
	margin-top: 3px;
	*margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	*margin-left: 4px;
	border: 1px solid #B1B1B1;
}

input.inputbox {
	padding: 1px;
	color: #05370E;
	background-color: #FFF;
	border: 1px solid #B1B1B1;
	width: 160px;
	margin-bottom: 3px;
}

input#newsletter_groups1 {
	border: none;
	margin: 0px;
}


div.newsletter p.submitbutton input.submit {
	cursor: hand;
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 0px;
	border: 1px solid #B1B1B1;
}


