
.cssformnewsletter {
	border:solid 1px #c6cfe1;
	/* background:#dfe4ee; */
	padding:5px;
	color:#333333;
	margin-bottom:5px;
	margin-top:5px;
}

.cssformnewsletter p{
	width:140px;
	clear: left;
	margin: 0;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dashed gray;
}

.cssformnewsletter input{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 130px;
}

.cssformnewsletter select{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 140px;
}

.botoescssformnewsletter {
	margin-top:5px;
	text-align:center;
}
.botoescssformnewsletter a {
	text-decoration:none;
}
.botoescssformnewsletter a :hover {
	text-decoration:none;
	background: #FFFFFF;
}
.botoescssformnewsletter img{
	border:0px;
}
