body {
    background: rgb(255, 255, 255);

    font-family: Arial;
}

.f_FormArea{
    font-size:13px;
    background:#DDDDDD;
    border-radius: 4px;
    margin-bottom:5px;
    border: 1px solid #bfdb3d;
    box-shadow: 0px 0px 4px 0px #BBBBBB;
    width:600px;
    margin:5px auto 5px auto;
    padding:10px;
}

.f_table{
    width:100%;
}

.f_leftColumn{
    width:40%;
    text-align: right;
    color: #888888;
    padding-right:15px;
    font-size: 12px;
}

.t_FormEdit{
    border-radius: 3px;
    border: 1px solid #AAAAAA;
    margin-bottom:5px;
}

.t_FormEdit:focus{
    box-shadow: 0px 0px 4px 1px #FFFFFF;
}

.f_FormButton{
    border-radius: 3px;
    cursor: pointer;
    border:1px solid #AAAAAA;
}

.f_cgv{
    font-family: Arial;
    font-size:13px;
    text-align: justify;
    width:50%;
    min-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.f_cgvTitle{
    font-size:150%;
    font-weight: 600;
    text-align: center;
}