@charset "utf-8";
#Div1 {
    width: 848px;
    height: 453px;
    margin-top: 20px;
    background-color: #EEEEEE;
    border: 1px solid black;
}

.field {
    width: 825px;
    height: 270px;
    margin-left: 5px;
    margin-top: 13px;
    background-color: #EEEEEE;
    border: 1px solid black;
}

.text {
    height: 200px;
    width: 90%;
    border: 1px solid black;
    resize: none;
}

.op {
    width: 825px;
    height: 135px;
    margin-left: 5px;
    margin-top: 20px;
    padding-top: 4px;
    background-color: #EEEEEE;
    border: 1px solid black;
}

.ptm_type {

    margin-top: 2px;
}

.type {

    border-width: 1px;
    border-color: #000000;
    float: left;
    margin-left: 4px;
    width: 510px;
    height: 40px;
}

.type div {
    text-align:center;
    width: 510px;
    height: 20px;
    /*margin-top:2px;
    margin-bottom:2px;*/
}

.wthreshold {

    margin-top: 2px;
}

.thresold {

    border-width: 1px;
    border-color: #000000;
    float: left;
    margin-left: 4px;
    width: 510px;
    height: 40px;
    
}

.thresold div {
    /*border:1px solid black;*/
    text-align:center;
    width: 510px;
    height:20px;
    
    /*margin-top:2px;
    margin-bottom:2px;*/
}

.wconsole {
    
    margin-top: 2px;
}

.console {

    height: 101px;
    width: 220px;
    border-width: 1px;
    border-color: #000000;
    float: left;
    margin-left: 4px;
}

.console table {
    height: 78px;
    width: 220px;
    float: left
    /*margin-top:2px;
    margin-bottom:2px;*/
}

filedset {

    margin: 0px auto;
    -moz-border-radius: 8px;
}

legend {
    color: #000000;/*#933A34*/
        font-weight: bold;
        background: #FFFFFF;
    }
/*
 table
 {
 border: solid red 1px;
 }
 table td
 {
 border: solid red 1px;
 }

 */