.submitButton
{
	background:url(../images/submit.png) no-repeat; 
	height:32px;
	width:87px;
	border:none;
	text-indent:-999px;
	cursor:pointer;
	overflow:hidden;
}
.addButton
{
	background:url(../images/add.jpg) no-repeat; 
	height:41px;
	width:272px;
	border:none;
	text-indent:-999px;
	cursor:pointer;
	overflow:hidden;
}
.commentButton
{
	background:url(../images/comment.gif) no-repeat; 
	height:50px;
	width:182px;
	border:none;
	text-indent:-999px;
	cursor:pointer;
	overflow:hidden;
}

.invalid
{
	border: red 1px solid;
}
.smallTextArea
{
	width: 400px;
}
.cancelButton
{
	background:url(../images/cancel.png) no-repeat; 
	height:32px;
	width:87px;
	border:none;
	text-indent:-999px;
	cursor:pointer;
	overflow:hidden;
}

.subscribersBox { width:270px; background:#fff8b3; margin-bottom:10px; padding:10px; font-size:16px}
