p.contents_title {
    color: black;
    font-size: 12px;
    font-family: helvetica;
    font-weight: bold;
}

input.btn_contents {
    color: black;
    font-size: 11px;
    font-family: helvetica;
    font-weight: bold;
    width: 180px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color:cyan;
    border:1px solid black;
}

input.btn_contents2 {
    color: black;
    font-size: 11px;
    font-family: helvetica;
    font-weight: bold;
    width: 180px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color:yellow;
    border:1px solid black;
}

input.btn_contents_close {
    color: white;
    font-size: 11px;
    font-family: helvetica;
    font-weight: bold;
    width: 180px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color:red;
    border:1px solid black;
}

input.cfs_contents {
    color: black;
    font-size: 11px;
    font-family: helvetica;
    font-weight: bold;
    width: 180px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color:cyan;
    border:1px solid black;
}

input.focus_off {
    color: white;
    font-size: 11px;
    font-family: helvetica;
    font-weight: bold;
    width: 180px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color:green;
    border:1px solid black;
}

input.focus_on {
    color: black;
    font-size: 11px;
    font-family: helvetica;
    font-weight: bold;
    width: 180px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color:#E0FFFF;
    border:1px solid black;
}

input.welcome {
    color: black;
    font-size: 12px;
    font-family: helvetica;
    font-weight: bold;
    width: 78px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color:yellow;
    border:1px solid black;
    border-radius:10px;
}

input.navigate {
    color: black;
    font-size: 12px;
    font-family: helvetica;
    font-weight: bold;
    width: 78px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color:cyan;
    border:1px solid black;
    border-radius:10px;
}


input.close_help {
    color: black;
    font-size: 12px;
    font-family: helvetica;
    font-weight: bold;
    width: 100px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color:cyan;
}