#adminHeader {
    background-color: #333;
    margin-bottom: 20px;
    font-family: Verdana, sans-serif;
}

#adminHeader .margin {
    width: 800px;
    height: 70px;
    margin: 0 auto;
    position: relative;
    color: #FFF;
}

#adminHeader h1 {
    line-height: 50px;
}


#adminHeader .menu {
    position: absolute;
    top: 45px;
    right: 0px;
}

#adminHeader .menu a {
    color: #FFF;
}

.wide {
    width: 100%;
}

.item_list .even {
    background-color: #EEE;
}

#gift_certificate_list .send_link {
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: none;
    color: #090;
}

#gift_certificate_list .resend_link {
    color: #F00;
}

input {
    margin: 0;
}

.form_layout td {
    vertical-align: middle;
}

