/* 
    Document   : index
    Created on : 2009-6-11, 12:01:10
    Author     : IBM USER
    Description:
        Purpose of the stylesheet follows.
*/
/*  */
div.content1 {
    margin:0px auto;
}
/*  */
table.job_condition {
    margin:30px auto;
    padding:0px;
    border-style:solid;
    border-width:3px;
    border-collapse:collapse;
    border-color:gray;
    background-color: #c4dff9;
}
table.job_condition td {
    border-style:solid;
    border-width:2px;
    height:90px;
    text-align:center;
    padding:10px;
}
/*  */
td.title {
    width:150px;
    font-size: 20px;
    font-weight: bold;
    font-family:monospace;
}
/*  */
td.condition {
    width:450px;
    font-size: 16px;
    font-family:monospace;
}
/*  */
td.condition input {
    width:350px;
}
/*  */
td.button {
    width:100px;
}
/*  */
td.button input {
    width:100px;
    height:30px;
    font-size: 14px;
    word-spacing: 3px;
}
/*  */
input.search {
    width:150px;
    height:30px;
    font-size: 18px;
}


