﻿/*---------- Repeaters ----------- */
.content-plus
{
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
    padding-top: 30px;
    width: 700px;
}

/* default */
.content-plus .left
{
    float: left;
    width: 120px;
}
.content-plus .right
{
    float: right;
    width: 560px;
}

.gray-header-box
{
    border: 1px solid #999999; 
    padding: 10px; 
    background-color: #efefef;
    margin-bottom: 10px;
}
