

.newsletter {
	width:600px;
	height:350px;
	text-align:left;
	font-size: 12px;
}
.form {
	width:450px;
	padding-top:10px;
}
button#go{
	color:#666;
	float: left;
	text-align:center;
	width: 80px;
	height:20px !important;
	margin-left:10px;
	cursor: pointer;
	border:1px solid #666;
}
button#reset{
	color:#666;
	float: left;
	text-align:center;
	width: 80px;
	height:20px !important;
	margin-left:10px;
	cursor: pointer;
	border:1px solid #666;
}
.formText {
color:white;
text-transform:uppercase;
font-weight:bold;
padding-top:2px;
font-size:11px;
}
.msg{
	color:#823590;
	font-size:15px;
	font-weight: bold;
	
	}
