div.editorial_notes_remove_button {
	float: right;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: url("../images/buttons.png") repeat-x scroll 0 0 transparent;
	border-color: #E4E4E4 #D2D2D2 #B4B4B4;
	border-image: none;
	border-radius: 20px 20px 20px 20px;
	border-style: solid;
	border-width: 1px;
	color: #5A5A5A;
	cursor: pointer;
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-size: 1.077em;
	font-weight: normal;
	margin-bottom: 1em;
	margin-right: 1em;
	padding: 4px 17px;
	text-align: center;
}
.textarea_margin_class{
	margin-top:10px;
}
.cck_multiple_field_remove_desc{
	font-weight:bold;
}

#nrwgov_editorial_notes_add_button:hover{
	background-color:#cecece;
}

#nrwgov_editorial_notes_add_button{
	background-color: rgb(227, 227, 227);
	color: rgb(85, 85, 85);
	display: inline-block;
	line-height: 17px;
	margin-bottom: 28px;
	margin-left: 0px;
	margin-right: 14px;
	margin-top: 7px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	font-weight: normal;
	font-size: 1.077em;
	font-family: "Lucida Grande",Verdana,sans-serif;
	transition: all, 0.3s;
	text-align: center;
	cursor:pointer;
}

#edit-field-editorial-notes .form-item{
	margin-bottom: 0;
}

#edit-field-editorial-notes .field-add-more-submit{
	margin-bottom: 28px;
}