/* @override http://www.gcbayerwald.local/fileadmin/templates/css/plugins/buttons/screen.css */

/* -------------------------------------------------------------- 
  
   buttons.css
   * Gives you some great CSS-only buttons.
   
   Created by Kevin Hale [particletree.com]
   * particletree.com/features/rediscovering-the-button-element

   See Readme.txt in this folder for instructions.

-------------------------------------------------------------- */

a.button, button {
  display:block;
  float:left;
  margin-top: 10px;
  padding:3px;   /* Links */
  
  border:1px solid #dedede;
  border-top:1px solid #eee;
  border-left:1px solid #eee;

  background-color:#f5f5f5;
  font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size:80%;
  line-height:100%;
  text-decoration:none;
  font-weight:bold;
  color:#565656;
  cursor:pointer;
}
button {
  width:auto;
  overflow:visible;
  padding: 0px;   /* IE6 */
}
button[type] {
  padding:2px 10px 2px 7px;   /* Firefox */
  line-height:17px;           /* Safari */
}
*:first-child+html button[type] {
  
}
button img, a.button img{
  margin:0px 3px -3px 0px !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
  float:none;
}


/* Button colors
-------------------------------------------------------------- */

body .login {
  color:#529214;
  background: url(../../../images/loginback.png) no-repeat 0 0;
  width: 72px;
  padding-top: 1px;
  border: 0px;
}
a.login:hover, button.login:hover {
  color:#529214;
}
a.login:active {
  color:#fff;
}

