
body {
    font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
    color: #555;
    background: #F1F1F1;
    font-size: 14px;
    line-height: 1;
}


h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Arial, sans-serif;
    color: #222;
    font-weight: bold;
}

h1            { font-size: 31px; padding: 0 0 10px 0; text-shadow: 0px 1px 1px #fff;}
h2            { font-size: 26px; padding: 0 0 10px 0; text-shadow: 0px 1px 1px #fff;}
h3            { font-size: 17px; padding: 0 0 10px 0; }
h4            { font-size: 16px; padding: 0 0 5px 0; }
h5            { font-size: 14px; padding: 0 0 5px 0; }
h6            { font-size: 12px; padding: 0 0 5px 0; }


div#admin_wrapper {
    width: 570px;
    margin: 50px auto 0px;
}

div#admin_wrapper input {
    width: 95%;
}

div#admin_wrapper dd {
    margin-bottom: 10px;
}

div#admin_wrapper dt {
    margin-bottom: 3px;
}

div.form-wrapper {
    margin: 20px auto 0px;
    padding: 20px 20px 10px 20px;

    text-align: center; 
    
    background: #f9fcf7; /* old browsers */
    background: -moz-linear-gradient(top, #f9fcf7 0%, #EEF2EA 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fcf7), color-stop(100%,#EEF2EA)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#EEF2EA',GradientType=0 ); /* ie */


    /* background: #eeeeee; /* old browsers */
    /*background: -moz-linear-gradient(top, #eeeeee 0%, #dfdfdf 100%); /* firefox 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dfdfdf)); /* webkit 
    */

    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dfdfdf',GradientType=0 ); /* ie */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 10px solid #ccc;

    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7), 1px 1px 4px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7), 1px 1px 4px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7), 1px 1px 4px rgba(0, 0, 0, 0.5) inset;;
}

div.form-wrapper form {
    min-height: 111px;
    margin-top: 15px;
}

body {
    margin-top: 20px;
}
