/**
 * Author: Chris Morrell <http://cmorrell.com/>
 * Version: 1.1
 * 201008051349 - brandonjp - modified for moz, khtml, css3
 *
 * from http://cmorrell.com/safari-extensions
 *
 * You may use this file any way you see fit.
 *
 */

button, input, submit, select, textarea {
color: #282828;
font-weight: bold;
/*text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);*/
text-decoration: none;
padding: 1px 1px 2px;
display: inline-block;
border-radius: 4px;
cursor: default;
/*border: none;*/
/*background: none;*/
}

button:hover, input:hover {
/*color: #fff;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
background: rgba(0, 0, 0, 0.21);*/
}

button:active, button.toggled, input:active, input.toggled {
/*
color: #fff;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
*/
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5), 0 1px 1px rgba(255, 255, 255, 0.8);
/* -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5),0 1px 1px rgba(255, 255, 255, 0.8); */
-khtml-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5), 0 1px 1px rgba(255, 255, 255, 0.8);
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5), 0 1px 1px rgba(255, 255, 255, 0.8);
}

button.toggled, input.toggled {
/*background: rgba(0, 0, 0, 0.35);*/
}

button:active, input:active {
/*background: rgba(0, 0, 0, 0.49);*/
}
