
fieldset{
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   -o-user-select: none;
   user-select: none;
   color:#ffffff;
   cursor: default;
   width:650px;
   border:2px solid #ff0000;
   -webkit-border-radius: 16px;
   -moz-border-radius: 16px;
   border-radius: 16px;
}

legend{
   color:#ff8c00;
   cursor: default;
   font-weight: bold;
   border:2px solid #ff0000;
   -webkit-border-radius: 16px;
   -moz-border-radius: 16px;
   border-radius: 16px;
   padding: 2px 6px 2px 6px;
}

.lft{
   float: left;
   max-width: 300px;
}
.rgt {
   float: right;
}

A:link {color:#ff8c00; text-decoration: none}
A:visited {color:#ff8c00; text-decoration: none}
A:active {color:#ff8c00; text-decoration: none}
A:hover {color:#ff8c00; text-decoration: underline overline;}

.btn {
   width: 120px;
   background-color: #000000;
   color:#ff8c00;
   cursor: hand;
   cursor: pointer;
   font-weight: bold;
   border:2px solid #ff0000;
   -webkit-border-radius: 16px;
   -moz-border-radius: 16px;
   border-radius: 16px;
   padding: 2px 6px 2px 6px;
}

.msc {
   width: 120px;
   background-color: #000000;
   color:#ffffff;
   cursor: default;
   border:2px solid #ff0000;
   -webkit-border-radius: 16px;
   -moz-border-radius: 16px;
   border-radius: 16px;
   padding: 2px 6px 2px 6px;
}

.nte {color:#ff8c00; cursor: hand; cursor: pointer;}

.y {
   background-image:url(/img/Y.png); 
   background-position:center center; 
   background-repeat:no-repeat; 
   width: 13px;
   height: 13px;
   -webkit-border-radius: 16px;
   -moz-border-radius: 16px;
   border-radius: 16px;
   float: right;
   padding: 0 0 0 8px;
}

.n {
   background-image:url(/img/N.png); 
   background-position:center center; 
   background-repeat:no-repeat; 
   width: 13px;
   height: 13px;
   -webkit-border-radius: 16px;
   -moz-border-radius: 16px;
   border-radius: 16px;
   float: right;
   padding: 0 0 0 8px;
}