.present-item {
    border: solid 1px #cccccc;
    padding: 8px;
    margin: 8px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    line-height: 140%;
}
.present-item .title {
    font-weight: bold;
    font-size: 110%;
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: solid 1px #cccccc;
}
.present-item .image-box {
    float: right;
    text-align: center;
    padding: 0 0 8px 8px;
}
.present-item .header {
    color: #880000;
    font-weight: bold;
}
.present-item form {
    clear: both;
    text-align: center;
    margin-top: 8px;
}
.present-item .limit {
    color: red;
}
