.Window{
 border: 1px solid #7d8387;
}
.WindowActive{
 border: 2px solid red;
}

.info{
 font-size: 13px;
 padding: 6px;
}

.Window,.WindowActive,.mm{
 cursor: pointer;
}

.ttl{
 font-weight: bold;
 color:       #000000;
}

.sel{
 width:  118px;
 height: 16px;
 font-size:10px;
}

.result{
 width:  122px;
 height: 40px;
 background: url(result.gif) no-repeat;
 color:      #ff3738;
 padding: 10 10 10 0;
 text-align: center;
 font-weight: bold;
}


