.send_cv_page{
    font-size: 9pt;
    margin-left: 15px;
}
.send_cv_page h2{
    font-size: 18px;
    font-weight: bold;
}
.send_cv_page h1{
    font-size: 17px;
    font-weight: bold;
}
.send_cv_main{
    border: 1px solid #6F854E;
    width: 500px;
    background-color: #F2F5EE;
}
.mustbe{
    color: red;
    font-weight: bold;
}
.example{
    color: gray;
    font-size: 8pt;
}
a.tab_links, a.tab_links:hover, a.tab_links:active{
    text-decoration: none;
    color: #000;
}
td.on{
    background-color: #fff;
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #fff;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 150px;
    cursor: pointer;
    white-space: nowrap;
}
td.off{
    background-color: #F2F5EE;
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 150px;
    cursor: pointer;
    white-space: nowrap;
}
