.buttons {
    float: left;
    padding-bottom: 20px;
    clear: both;
}
input[type='submit'],
a.button {
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #215720;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#215720),to(#215720));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#215720),to(#215720));
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 10px;
    cursor: pointer;
    border:0;
    color: white;
}
input[type='submit']:hover,
a.button:hover {
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    background:black;
}
input[type='submit']:active,
a.button:active {
    color: #000;
}
input[type='submit'].left,
a.left {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    margin: 0;
}
input[type='submit'].middle,
a.middle {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-left: solid 1px #215720;
    margin: 0;
    border-left: solid 1px rgba(255, 255, 255, 0);
}
input[type='submit'].middle:hover,
input[type='submit'].right:hover,
a.middle:hover,
a.right:hover { border-left: solid 1px #999 }
input[type='submit'].right,
a.right {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    border-left: solid 1px #215720;
    border-left: solid 1px rgba(255, 255, 255, 0);
}
input[type='submit'].thin,
a.thin {
    padding: 3px 8px;
}
input[type='submit'].big,
a.big {
    font-size: 16px;
    padding: 10px 15px;
}
input[type='submit'].supersize,
a.supersize {
    font-size: 20px;
    padding: 15px 20px;
}
input[type='submit'].save,
a.save {
    background: url(http://cssdeck.com/uploads/media/items/5/5Fm069k.png) 10px 7px no-repeat #215720;
    padding-left: 30px;
}

input[type='submit'].add,
a.add {
    background: url(http://cssdeck.com/uploads/media/items/5/5Fm069k.png)  10px -27px no-repeat #215720;
    padding-left: 30px;
}
input[type='submit'].delete,
a.delete {
    background: url(http://cssdeck.com/uploads/media/items/5/5Fm069k.png)  10px -61px no-repeat #215720;
    padding-left: 30px;
}
input[type='submit'].flag,
a.flag {
    background: url(http://cssdeck.com/uploads/media/items/5/5Fm069k.png)  10px -96px no-repeat #215720;
    padding-left: 30px;
}
input[type='submit'].up,
a.up {
    background: url(http://cssdeck.com/uploads/media/items/5/5Fm069k.png)  13px -133px no-repeat #215720;
    width: 18px;
}
input[type='submit'].down,
a.down {
    background: url(http://cssdeck.com/uploads/media/items/5/5Fm069k.png)  13px -168px no-repeat #215720;
    width: 18px;
}
input[type='submit'].save-big,
a.save-big {
    background: url(http://cssdeck.com/uploads/media/items/5/5Fm069k.png) 15px 11px no-repeat #215720;
    font-size: 16px;
    padding: 10px 15px 10px 35px;
}
input[type='submit'].add-big,
a.add-big {
    background: url(http://cssdeck.com/uploads/media/items/5/5Fm069k.png)  15px -23px no-repeat #215720;
    font-size: 16px;
    padding: 10px 15px 10px 35px;
}
input[type='submit'].delete-big,
a.delete-big {
    background: url(http://cssdeck.com/uploads/media/items/5/5Fm069k.png)  15px -57px no-repeat #215720;
    font-size: 16px;
    padding: 10px 15px 10px 35px;
}
input[type='submit'].flag-big,
a.flag-big {
    background: url(http://cssdeck.com/uploads/media/items/5/5Fm069k.png)  15px -92px no-repeat #215720;
    font-size: 16px;
    padding: 10px 15px 10px 35px;
}
input[type='submit'].up-big,
a.up-big {
    background: url(http://cssdeck.com/uploads/media/items/5/5Fm069k.png)  15px -128px no-repeat #215720;
    width: 18px;
    font-size: 16px;
    padding: 10px 15px;
}
input[type='submit'].down-big,
a.down-big {
    background: url(http://cssdeck.com/uploads/media/items/5/5Fm069k.png)  15px -163px no-repeat #215720;
    width: 18px;
    font-size: 16px;
    padding: 10px 15px;
}

form .button-primary:hover,form .button-selected:hover, a.button-primary:hover, a.button-selected:hover {
    color: #fff;
    border-color: #0068C4;
}
form .button-primary,form .button-selected, a.button-primary, a.button-selected {
    background-color: #0078e7;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    border: 1px solid #0078E7;
}
.button.button-plain:hover{
    background:#ccc;
}
.button.button-plain{
    background:white;
    border: solid 1px #222222;
    color:black;
}
.button.header-button{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#636363+0,636363+50,343434+52,1b1b1b+100 */
    background: #636363; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYzNjM2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzYzNjM2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iIzM0MzQzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYjFiMWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #636363 0%, #636363 50%, #343434 52%, #1b1b1b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#636363), color-stop(50%,#636363), color-stop(52%,#343434), color-stop(100%,#1b1b1b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #636363 0%,#636363 50%,#343434 52%,#1b1b1b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #636363 0%,#636363 50%,#343434 52%,#1b1b1b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #636363 0%,#636363 50%,#343434 52%,#1b1b1b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #636363 0%,#636363 50%,#343434 52%,#1b1b1b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#1b1b1b',GradientType=0 ); /* IE6-8 */

    color: white;
    text-shadow:0 0;
    border-radius: 0;
    border:0;
    font-weight: normal;
    font-size: 1.1em;
}