
button {
padding: 6px;
font-weight: bold;
}
#grn {
padding: 6px;
background-color: #22cc00;
font-weight: bold;
}
#scr {
width:430; height:325;
position: absolute;
top: 55px; left:85px;
z-index:9;
border:6px ridge #333;
}
#scr_other {
width:430; height:325;
border:6px ridge #333;
}
table.tool {
border: 1px solid #aaa;
padding: 5;
width: 340px ;
border-collapse: collapse;
text-align: left;
}
table.tool th { text-align: right; }
tr.t_sep {
border-top: 1px solid #3ac;
}
tr.t_sep2 {
border-bottom:...