#content {
    margin: 20px auto;
}

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#222;
    border-bottom:3px solid #e0591e;
    border-top:0px solid #eee;
    border-left:0px solid #eee;
    border-right:0px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:14px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#fff;
    cursor:pointer;
    padding:5px 20px 8px 20px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:5px 20px 8px 20px; /* IE6 */
}
.buttons button[type]{
    padding:5px 20px 8px 20px; /* Firefox */
    line-height:17px;          /* Safari */
}
*:first-child+html button[type]{
    padding:5px 20px 8px 20px; /* IE7 */
}
.buttons button img, .buttons a img{
    display: none;
	margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    color:#e0591e;
}
.buttons a:active{
    border-bottom:3px solid #fff;
    color:#fff;
}

/* POSITIVE */
/*
button.positive, .buttons a.positive{
    color:#529214;
}
.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;
}
*/
/* NEGATIVE */
/*
.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;
}
*/
/* REGULAR */
/*
button.regular, .buttons a.regular{
    color:#336699;
}
.buttons a.regular:hover, button.regular:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a.regular:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
*/
.form-table {
border-collapse: collapse;
clear: both;
margin-bottom: -8px;
margin-top: 0.5em;
width: 100%;
}

.form-table th, .form-wrap label {
color: #222;
text-shadow: white 0px 1px 0px;
}

.form-table td {
font-size: 11px;
line-height: 20px;
margin-bottom: 9px;
padding: 8px 10px;
}

body, .form-table .pre {
color: #333;
}

body, textarea {
line-height: 1.4em;
}

body, td, textarea, input, select {
font-family: 'Lucida Grande', Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
font-size: 13px;
}

tr.odd {
    background-color: #E8E8E8;
}

tr.even {
    background-color: #FCFCFC;
}
