button:focus::-moz-focus-inner {border-color:transparent!important;}
.buttons a, .buttons button{display:block;float:left;margin:3px 5px 0 0;background-color:#f5f5f5;border:1px solid #dedede;border-top:1px solid #eee;border-left:1px solid #eee;font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;font-size:100%;line-height:130%;text-decoration:none;font-weight:bold;color:#565656;cursor:pointer;padding:5px 6px 6px 6px; /* Links */}
.buttons button		{width:auto;overflow:visible;padding:4px 10px 3px 7px; /* IE6 */}
.buttons button[type]	{padding:5px 10px 5px 7px; /* Firefox */line-height:17px; /* Safari */}
*:first-child+html button[type]{padding:4px 10px 3px 7px; /* IE7 */}
.buttons button img, .buttons a img{margin:0 3px -3px 0 !important;padding:0;border:none;width:16px;height:16px;}
.buttons a:active	{background-color:#6299c5;border:1px solid #6299c5;color:#fff;}
.buttons a.positive:hover, button.positive:hover{background-color:#E6EFC2;border:1px solid #C6D880;color:#529214;}
.buttons a.positive:active{background-color:#529214;border:1px solid #529214;color:#fff;}
.buttons a.negative, button.negative{color:#d12f19;}
.buttons a.negative:hover, button.negative:hover{background:#fbe3e4;border:1px solid #fbc2c4;color:#d12f19;}
.buttons a.negative:active{background-color:#d12f19;border:1px solid #d12f19;color:#fff;}

/*---------- left aligned button ---------- http://www.monc.se/kitchen/59/scalable-css-buttons-using-png-and-background-colors */
.btn { display: block; position: relative; background: #aaa; padding: 5px; margin: 0px; float: left; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url('../images/buttons/btn2.png'); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px;font-weight:bold;color: #fff!important; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }
*:first-child+html .btn span span {top: -6px;}
*:first-child+html .btn span i {height: 95%;}
*:first-child+html .btn i {height: 6px;}
.btn:hover {border:0!important}
.right_margin {margin:0 0 0 10px;}
* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }
.btn.margin_left {margin-left:5px}
.btn.blue { background: #2ae;}
.btn.green { background: #9d4;}
.btn.lime { background: #bbce00;}
.btn.pink { background: #e1a;}
.btn:hover { background-color: #a00; color: #fff;}
.btn:active { background-color: #444; color: #fff;}
.btn[class] {  background-image: url('../images/buttons/btn.png'); background-position: bottom; }
