#imagesec{
	background:url(../images/newsletter/newsletter-image.jpg) no-repeat;
}

#textsec h2{
	width:303px;
	height:30px;
	background:url(../images/newsletter/newsletter-heading.gif) no-repeat;
}

p{
	color:#000000;
}

.inputBox {
	border:1px solid #cccccc;
	font:Arial, Helvetica, sans-serif;
	color:#4EAEE0;
}
.errorbox input, .errorbox textarea {
border-color:#FF0000;
}

form.newsletter label, form.contact label, .inputBox {
	width: 210px;
	float: left;
	margin-bottom: 10px;
}

form.newsletter label {
	width: 90px;
	color:#4EAEE0;
}

form.contact label {
	width: 90px;
	color:#C7395B;
}

#submit{
	float:right;
	margin-right:10px;
}

br {
	clear: left;
}


