.navigation {
  display: none;
}
.art-commentsform {
  background-color: #000000;
  )
.art-blockcontent {
    background-color: #00CC00;
)     
 
.art-commentsform textarea {
  background-color: #000000;
)	
.art-blockcontent {
        background-color: green;
      }
.art-commentsform textarea {
	background-color: rgba(0, 0, 0, 0);
        background-image: -moz-linear-gradient(center top , #95ce64 0px, #7bc23d 71%, #71b238 100%);
	border: 20px solid #00A300;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
}
      .art-comments {
	background-color: rgba(0,0,0,0);
	background-image: -moz-linear-gradient(center top,#95ce64 0px,#7bc23d 71%,#71b238 100%);
	border: 20px solid #00A300;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
}
   .art-footer {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0,0,0,0);
	background-image: -moz-linear-gradient(center top,#182310 0px,#4b7133 100%);
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto auto;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-color: #37cd53;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	color: #ffffff;
	font-family: Arial, "Arial Unicode MS", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 175%;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	position: relative;
	text-align: center;
}