
.jap-job{
    border:1px solid #ddd;
    margin-bottom:15px;
    border-radius:6px;
    overflow:hidden;
}

.jap-job-header{
    background:#f5f5f5;
    padding:15px;
    cursor:pointer;
    font-weight:bold;
}

.jap-job-content{
    display:none;
    padding:20px;
}

.jap-form{
    max-width:600px;
}

.jap-form input,
.jap-form textarea{
    width:100%;
    margin-bottom:15px;
    padding:10px;
}
