
/*---------- left aligned button ----------*/
.btn { display: inline; font-weight: bold; position: relative; background: #aaa; padding: 5px; margin: 0px; float: left; color: #fff; text-decoration: none; cursor: pointer; text-indent:9px;outline: none; }
.btn * { font-style: normal; background-image: url("../images/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; }
.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; }

ick
.btn[class] {display: inline; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}

.btn {background-color: #f3f3f3; color: #494949;}

.btn.blue { background-color: #2ae; color:#ffffff}
.btn.green { background-color: #9d4; color:#ffffff}
.btn.lime { background-color: #bbce00; color:#ffffff}
.btn.red { background-color: #DDDDDD; color:#494949;}


.btn.fixedwidth { width:90px;}

.btn:hover { background-color: #a00; color: #fff; }
.btn:active { background-color: #444; color: #fff; }

/*
.btn[class] {  background-image: url("../images//btn.png"); background-position: bottom; }
*/
.btn img { background: none; border: none; display: inline; }

* html .btn { border: 3px double #aaa;}
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.lime { border-color: #bbce00; }
* html .btn.red { border: 3px double #990000;}
* html .btn:hover { border-color: #a00; }
/*auto-generated via a script for all the icons*/
.btn.accept{background-image: url("../images/icons/accept.png"); background-repeat: no-repeat; background-position: left;}
.btn.add{background-image: url("../images/icons/add.png"); background-repeat: no-repeat; background-position: left;}
.btn.arrow_refresh{background-image: url("../images/icons/arrow_refresh.png"); background-repeat: no-repeat; background-position: left;}
.btn.chart_curve{background-image: url("../images/icons/chart_curve.png"); background-repeat: no-repeat; background-position: left;}
.btn.chart_organisation_add{background-image: url("../images/icons/chart_organisation_add.png"); background-repeat: no-repeat; background-position: left;}
.btn.cog_edit{background-image: url("../images/icons/cog_edit.png"); background-repeat: no-repeat; background-position: left;}
.btn.delete{background-image: url("../images/icons/delete.png"); background-repeat: no-repeat; background-position: left;}
.btn.note{background-image: url("../images/icons/note.png"); background-repeat: no-repeat; background-position: left;}
.btn.note_add{background-image: url("../images/icons/note_add.png"); background-repeat: no-repeat; background-position: left;}
.btn.note_go{background-image: url("../images/icons/note_go.png"); background-repeat: no-repeat; background-position: left;}
.btn.photo_delete{background-image: url("../images/icons/photo_delete.png"); background-repeat: no-repeat; background-position: left;}
