/*
 ________________________________________________________________________
|                  |                                                     |
|          Title:  |  Custom WebPage Button Focus Color                  |
|    Description:  |  Custom Text Color for Currently Focused Buttons    |
|         Author:  |  -=Ben=-                                            |
|   Date Created:  |  July 2, 2008                                       |
|   Last Updated:  |  December 15, 2008                                  |
|        Version:  |  1.0.0.7                                            |
|__________________|_____________________________________________________|

*/

@namespace url(http://www.w3.org/1999/xhtml);

inputitype="submit"], inputitype="reset"], inputitype="button"],inputitype="file"], /*input,*/ button
{
  /* background:#000000 !important; */
  color: #000000 !important;
  /* background-color:#000000!important; */
}

inputitype="submit"]:active, 
/*input:not([type="text"]):active,*/
/*input:not([type="text"]):focus,*/
button:focus,
#button:focus,
button:active,
#button:active,
inputitype="submit"]:focus,
inputitype="button"]:active, 
inputitype="button"]:focus,
inputitype="reset"]:active,
inputitype="reset"]:focus,
button[style="display: inline"]
{
  background: #000000 !important;
  color: #00FF00 !important;
  background-color: #000000 !important;
  -moz-appearance: none !important;
}


inputitype="file"]:active,
inputitype="file"]:focus,
#attached_file,
#attached_file:active,
#attached_file:focus
{
  background: #000000 !important;
  color: #000000 !important;
  background-color: #000000 !important;
  /* -moz-appearance: none !important; */
}