table.tbl{
    width:680px;
}
table.tbl td{
    width:24%;
    order: solid 1px red; 
    padding-left:5px;
}

table.tbl td:odd{
    text-align:center;
}

#conf input.text {
    width:98%;    
}
#conf textarea.text {
    width:98%;
    height:100px;
}
#conf select.select {
    width:99%;
    _width:98%;
}
#conf select.select2 {
    width:30%;margin-right:5px;
    _width:30%;
}
#conf select.select3 {
    width:48.5%;margin-right:2px;
    _width:47%;
}
.nd {
    margin:10px 0 10px 100px; /*650*/
}

.close {
   text-align:right;
   padding-right:10px;
}
#conf .submit {
   margin: 15px 20px 0 0; padding: 0;
   background: none; border: none; border-bottom: 1px solid #936F27;
   color: #936F27;
   font: bold 11px Tahoma, sans-serif;
   width: 80px;
}

.red{
  color:#ff0000;
  float:left;

}

.vis {
    isplay:inline;
}

.novis {
    display:none;
}


