﻿/*Knappar*/

.btn { display: block; position: relative; float:left; background: #aaa; padding: 5px; color: #fff; text-decoration: none; cursor: pointer; margin: 5px; margin-left:0; border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;   
     border: 0;
     font-size: 14px; 
     clear:right;
     }
.btn * { font-style: normal; background-image: url('../images/shade.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; }
.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; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.blue { background: #134070; border:1px solid #134070; }
.btn.blue:hover { background-color: #0e2e51; }
.btn.green { background: #9d4; border:1px solid #6c9b30; }
.btn.green:hover { background-color: #53a041; }
.btn.red { background: #b62c2c; border:1px solid #9a2222; }
.btn.red:hover { background-color: #9a2222; }
.btn.grey { background: #666; border:1px solid #999; float:none; }
.btn.grey:hover { background: #999; border:1px solid #999; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #a00; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url('../images/shade.png'); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #a00; } 

.btn.disabled { background: #999; border:1px solid #999; background-image:none; }
.btn.disabled:hover { background: #999; border:1px solid #999; }

.btn.floatleft { float:left;}
.btn.floatright { float:right; }
.floatnone { float:none; }

.odyl { width:110px; }