#faqtable .row { background: none !important; background-color: #ffffff; }

span.answer{
    color: #488C40;
    font-size: 12px;
    font-weight: bold;
	}

span.question {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
	}
	
#faqblock {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	border-radius: 4px;
	border: 1px solid #e5e5e5;
	padding: 10px;
	box-shadow: 0 0 3px 4px #F6F6F6;
	margin: 10px 0 0;
	}

#sendQuestion input { 
    border-radius: 4px 4px 4px 4px;
    height: 27px;
    margin: 3px 0 15px;
	padding: 3px 10px;
    width: 250px;
	}
	
#sendQuestion input:focus {
	border: 1px solid #488C40 !important;
}

#sendQuestion textarea { 
    border-radius: 4px 4px 4px 4px;
    height: 150px;
    margin: 3px 0 15px;
    padding: 10px;
    width: 500px;
	}

#sendQuestion textarea:focus {
	border: 1px solid #488C40 !important;
}

#faqbutton {
	cursor: pointer;
}