Hello.
I have a problem whit text color button in mouse over, it is displayed whit 2 colors red and black.
How can i fix to show only ehit black.
thank you
#gk-search input[type="submit"]:hover {
text-shadow:none;
}
input[type="submit"]:hover {
text-shadow:none;
}