
.cssformnewsletter {
	border:solid 1px #c6cfe1;
	 /*background:#dfe4ee;*/ 
	padding:5px;
	color:#333333;
	margin-bottom:5px;
	margin-top:5px;
	margin-left:250px;
	width: 400px;
}

.cssformnewsletter p{
	width:340px;
	clear: left;
	margin: 0;
	padding: 5px 0px 5px 20px;
	
}

.cssformnewsletter input{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 330px;
}

.cssformnewsletter select{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 340px;
}

.botoescssformnewsletter {
	margin-top:5px;
	text-align:center;
}
.botoescssformnewsletter a {
	text-decoration:none;
}
.botoescssformnewsletter a :hover {
	text-decoration:none;
	background: #FFFFFF;
}
.botoescssformnewsletter img{
	border:0px;
}

